body {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#container {
	width: 100%;
	margin-top: 0px;
	min-height: 850px;
	background-image: url(assets/bg_right.jpg);
	background-repeat: repeat-x;

}

#columnleft {
	float: left;
	width: 275px;
	min-height: 850px;
	background-image: url(assets/bg_left.jpg);
	background-repeat: repeat-x;
	margin-left: 15px;
}


#columnright {
	position: absolute; /* stuck in here for ie blah */
	width: 734px;
	left: 290px;
	margin-top: 10px;


}
#menu {
	background-image: url(assets/bg-menu.png);
	background-position: center top;
	height: 37px;
	width: 645px;
	margin-left: 30px;
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-left: 12px;
}
a:link {color: #B87E09; text-decoration: underline; font-weight:bold;}
a:visited {color: #B87E09; text-decoration: underline;}
a:hover {color: #B87E09; text-decoration: none; font-weight:bold;}
a:active {color: #B87E09; text-decoration: underline; font-weight:bold;}

#content {
	margin-left: 30px;
	width: 657px;
	background-image: url(assets/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0F345E;
}
#content h1 {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	color: #FFFFFF;
	margin-right: 16px;
	margin-left: 16px;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 25px;
	background-image: url(assets/h1_right_divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#content h2 {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(assets/h1_right_divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-top: 12px;
}

#content a:link {color: #D4AF0A; text-decoration: underline; font-weight:bold;}
#content a:visited {color: #D4AF0A; text-decoration: underline;}
#content a:hover {color: #D4AF0A; text-decoration: none; font-weight:bold;}

#content a:active {color: #D4AF0A; text-decoration: underline; font-weight:bold;}

p,td { margin: 0;}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 18px;
	margin-bottom: 7px;
	margin-left: 18px;
	line-height: 1.7em;

}
#content li { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.7em;
}
#columnleft h1 {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 20px;
	color: #124177;
	background-image: url(assets/h1_divider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	margin-right: 25px;
	margin-left: 45px;
}
#columnleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 7px;
	padding-left: 50px;

	line-height: 1.8em;
}




#contentcloser {
	background-image: url(assets/bg-content-bottom.png);
	height: 11px;
	width: 657px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	background-image: url(assets/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 657px;
	margin-left: 30px;
	margin-top: 6px;
}
#footer p {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 12px;
	color: #0F345E;
	padding-top: 10px;
	margin-right: 16px;
	margin-left: 16px;
}
#content .texthelp p {color: #000000; }

#clearit {
	clear: both;
	height: 1px;
}
#container #columnright #content #blue {
	background-color: #124278;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #175396;
	border-bottom: 1px solid #175396;
}