@charset "UTF-8";
/* CSS Document */
<!-- 
body  {
	font: 100% "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #666666;
	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;
	background-color: #2a3138;
	background-image: url(../images/sch_bkg.png);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixRtHdr #header { 
	padding: 0 10px 0 20px;
	margin:20px 0 0 0;
	height:129px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin:0 10px 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 340px 0 10px; 
	padding: 0 0 20px 0;
	background:#323a41 url(../images/box_foot_home.png) no-repeat bottom left;
	width:572px;
} 

#mainContent p {margin:0 auto; padding:0px 30px 8px 20px;}
#mainContent ul {padding:0px 30px 8px 20px;}
#mainContent li {list-style-image:url(../images/li_green.png); margin-bottom:20px; margin-left:20px;}

body,td,th {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:18px;

}
#banner {}
#navigation {height:25px; text-transform:uppercase; letter-spacing:0.1em; margin:0 10px 10px 10px; padding:0 0 3px 0px; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size:13px; border-bottom:1px solid #454c54;}

--> 
