body { 
  background-color: #FFFFCC;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}


.SubHeader {
	color: #336699;
	font-size: 12px;
	font-weight:bold;
}

.SubHeader2 {
	color: #999999;
	font-size: 14px;
	font-weight:bold;
}

.showdate {
	color: #000;
	font-size: 12px;
}

#wrapper { 
width:650px;
height: 700px;
background-color:#FFFFFF;
position:absolute;
top: 35px;
left: 80px;

}

#header {
position: fixed;
width: 635px;
height: 150px;
}

#logo {
width: 175px;
position:absolute;
top: 3px;
left: 10px;
}

#banner {
width: 450px;
position: absolute;
left: 190px;
top: -30px;
}

#nav { 
width: 153px;
height: 520px;
background-color: #6C6C6C;
position: absolute;
top: 155px;
left: 10px;
}

#footer {
width:635px;
position:absolute;
top:650px;
left: 10px;
border-top: 30px solid #E8E8E8;
z-index:10;
}

#content {
background-color:#FFF;
width: 490px;
height: 525px;
position:absolute;
top: 145px;
left: 160px;
z-index: 50;
}

#page_logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#page_box { border: 1px solid #999999;
position:absolute;
width:460px;
height: 490px;
top: 30px;
left:10px;
}

#welcome_logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#welcome_box { border: 1px solid #999999;
position:absolute;
width:460px;
height: 125px;
top: 30px;
left:10px;
}

#stuff_logo {
	position: absolute;
	left: 10px;
	top: 165px;
}

#stuff_box { border: 1px solid #999999;
position:absolute;
width:153px;
height: 250px;
top: 185px;
left:10px;
}

#news_logo {
	position: absolute;
	left: 168px;
	top: 165px;
}

#news_box { border: 1px solid #999999;
position:absolute;
width:300px;
height: 250px;
top: 185px;
left:172px;
}

#read_news_box {
position:absolute;
top:50px;
left:85px;
width:275px;
height:295px;
}

#read_box_close {
position: absolute;
top: 540px;
left: 150px;
text-align:center;
width: 250px;
}


/* News Article Stuff */

h4 {
  font-family: arial,helvetica,sans;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  margin: 0px;
}


.content {
  width: 400px;
  float: right;
  position: relative;
  margin-bottom: 12px;
}

/* Hides from IE-mac \*/
* html .content {height: 1%; clear:right; }
/* End hide from IE-mac */

.contentBand {
  float: left;
  width: 400px;
  margin-bottom: 0px;
}

.contentBand:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timestamp {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}
