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

#container {
	width: 90%;
	min-width: 890px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #FFF;
}
#banner {
	background-image: url(../images/bckgrnd_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 120px;
	width: 100%;
	float: left;
}
#navbar {
	background-image: url(../images/bckgrnd_navbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
	width: 100%;
	float: left;
}
#mainpanel {
	background-image: url(../images/bckgrnd_mainpanel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	float: left;
}
#footer {
	width: 100%;
	background-image: url(../images/bckgrnd_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	padding-top: 10px;
	float: left;
	margin-bottom: 20px;
}
#outline_all {
	border: 1px solid #DDADA1;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.redtextbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
}
.bluetextbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-transform: none;
}
.gold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #996666;
	text-decoration: none;
	text-transform: capitalize;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}
.sub_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
}
.panel_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
}
.panel_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFCC66;
	display: block;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	height: auto;
	width: 100%;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #F5E5C6;
}

