@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(assets/images/body.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 1050px;
	background-image: url(assets/images/container_width.png);
	background-repeat: repeat-y;
	border: 1px none #000000;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 
.thrColFixHdr #header {
	width: 1030px;
	height: 80px;
	background-position: center;
	position: relative;
	padding-left: 14px;
	margin-bottom: 12px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-left: 28px;
	margin-top: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 28px;
}
.thrColFixHdr  #mainContent  {
	margin: 10px;
}
.thrColFixHdr #mainContent {
	width: 560px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-image: url(assets/images/bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;	
} 
.thrColFixHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.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;
}
.thrColFixHdr #container #sidebar1 #links {
	background-color: #E6E6E6;
	background-image: url(assets/left_column/other_resources.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.thrColFixHdr #container #sidebar1 #top_ten {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-bottom: 12px;	
}

#apDiv1 {
	position:absolute;
	left:308px;
	top:398px;
	width:541px;
	height:35px;
	z-index:1;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:link {
	color: #333333;
}
a {
	font-size: 9px;
	font-weight: normal;
}
#about {
	position:absolute;
	left:332px;
	top:390px;
	width:560px;
	height:45px;
	z-index:1;
	text-align: left;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #990000;
}
body,td,th {
	font-size: 12pt;
}
.thrColFixHdr #footer .style9 {
}

heading font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
