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

body, p, h1, h2, h3, div, span, input, ul, li, a, img {
	margin:0px;
	padding:0px;
}

body {
	background:url(../images/bodybg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#clearer {
	clear:both;	
}
#siteWrap {
	margin:auto;
	width:815px;
	background:url(../images/leftnav.jpg);
	background-repeat:repeat-y;
}
#header_left {
	width:619px;
	float:left;
}
#header_right {
	width:196px;
	float:left;
}
#subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	padding-top:7px;
}
#subNav ul{
	list-style-type:none;
	list-style-image:none;
	height:25px;
}
#subNav ul li {
	float:left;
	padding-right:6px;
	padding-left:6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#subNav ul li.lastItem {
	border:none;
}
#subNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;	
	text-decoration:none;
}
#subNav a:hover {
	text-decoration:underline;	
}
#leftNav {
	width:230px;
	float:left;

}
#bodyContent {
	width:555px;
	float:left;
	background-color:#FFF;
	padding:15px;
	line-height: 22px;
}
#footer {
	background-color:#000;	
	padding-bottom:50px;
}
#footernav {
	width:420px;
	margin:auto;
	padding-top:7px;	
}
#leftNav ul {
	list-style:none;
	margin-top:20px;
}
#leftNav ul li {
	clear:both;
	border:none;
	margin-bottom:20px;
}
#leftNav a {
	font-size:14px;	
}
#bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight: normal;

}
#bodyContent ul {
	clear:both;	
	margin-top:10px;
}
#bodyContent a {
	color:#000;	
	text-decoration:underline;
}
#bodyContent ul li {
	list-style:outside;
	padding-left:0px;
	margin-left:30px;
	list-style-type:disc;
	clear:both;
}
h1, h2, h3 {
	color:#004072;
	font-size:18px;
	padding-bottom:5px;
}
.highlight {
	color:#004072;
}

#footerlinks2 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footerlinks2 a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footerlinks2 a:hover {
	text-decoration:underline;
}
#footerlinks2 img {
	padding-right:10px;
}

.largeYellow{
	font-size:24px;
	font-weight: bold;
}

.extralargeyellow{
	font-size:28px;
	font-weight: bold;
	color: #FFFF00;
}
