@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c24f28;
	background-image:url(../images/interface/monitor_bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/interface/bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #banner{
width: 800px;
height:119px;
border: 0;
}

#topnav{
background-image:url(../images/interface/top_nav.jpg);
background-repeat:no-repeat;
border:0;
vertical-align:top;
height:19px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#993300;
font-size:11px;
font-weight:900;
padding-left:360px;
}


#topnav a{
text-decoration:none;
color:#993300;
font-size:11px;
font-weight:900;
}

#topnav a:hover{
text-decoration:none;
color:#666666;
font-size:11px;
font-weight:900;
}


h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
line-height:125%;
color:#993300;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 20px 15px 75px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
	
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height:125%;
color:#666666;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 50px 10px 20px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
		
	
#sidenav {
vertical-align:top;
	background-image:url(../images/interface/side_nav.jpg);
	background-repeat:no-repeat;
	border: 0px;
	height:420px;
	padding: 100px 0 0 38px;
	font-family:"Arial Black";
	font-size:12px;
	line-height:200%;
	color:#c24f28;
}

#sidenav a{
text-decoration:none;
	font-family:"Arial Black";
	font-size:12px;
	color:#c24f28;
}

#sidenav a:hover{
color:#CCCCCC;
}



#Content {
background-image:url(../images/interface/content.jpg);
background-repeat:no-repeat;
vertical-align:top;
background-color:#FFFFFF;
width:512px;
/*margin: 0 0 0 227px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
font-size:12px;
padding: 0 50px 50px 10px;
line-height:120%;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
} 

#content a{
text-decoration:none;
color:#993300;
font-weight:bold;
}

#content a:hover{
color:#333333;
}

.expamd{
background-image:url(../images/interface/thin_left.jpg);
background-repeat:repeat-y;
}

#footer { 
width: 572px;
padding-left:252;
height: 58px;
font:"Courier New", Courier, monospace;
color:#666666;
font-size:10px;
text-align:center;
background-image:url(../images/interface/footer.jpg);
background-repeat: no-repeat;
}

#footer a{
text-decoration:none;
color:#666666;
font-size:10px;
}

#footer a:hover{
text-decoration:none;
color:#990000;
font-size:10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
font-size:12px;
line-height:120%;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
} 

p a{
text-decoration:none;
color:#993300;
font-weight:bold;
}

p a:hover{
color:#333333;
}
.tablecell{
color:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tiny{
font-size:9px;
line-height:120%;
color:#990000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul a{
text-decoration:none;
color:#993300;
font-weight:bold;
}

ul a:hover{
color:#333333;
}



#verytop{
height:16px;
width:800px;
background-color:#000000;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
text-align:center;
}