/*styles*/
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#244290;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#003399;
	margin-left:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#003399;
}
h3 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: bold;
	background:#406ab3;
	cursor: pointer;
	margin:2px 11px 2px 2px;
	border-bottom:1px solid #999999;
}
h3 a:link, h3 a:visited {
	font-weight: bold;
	display: block;
	text-decoration: none;	
	color:#FFFFFF;
}
h3 a:hover, h3 a:active {
	color:#0099FF;
}
h4{
	font-size:11px;
}
/* Links */
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color:#33CCFF;
	text-decoration: none;
}
a:active {
	color: #33CCFF;
	text-decoration: none;
}
a.light:link, a.light:visited {
	color:#FFF;
	text-decoration: none;
}
a.light:hover {
	color:#AED7FF;
	text-decoration: none;
}
a.light:active {
	color:#AED7FF;
	text-decoration: none;
}
/* Lists */
li {
	color:#CCCCCC;
	margin-left:-10px;
}
/* Tables */
table {
	border:1px solid #CCCCCC;
	padding:5px;
}
tr {
	padding:5px;
	background-color:#fcfcfc;
}
tr.even {
	padding:5px;
	background-color:#fcfcfc;
}
tr.odd {
	padding:5px;
	background-color:#dcdcdc;
}
/* Forms */
form {
	width:85%;
	border:1px solid #CCCCCC;
	padding:5px;
}
.searchBox {
	font-size:11px;
	color:#999999;
	background-color:#FCFCFC;
	border:1px solid #CCCCCC;
}
.searchBtn {
	font-size:11px;
	color:#FCFCFC;
	background-color:#999999;
	border:1px solid #CCCCCC;
}
hr {
	clear:both;
	border:0;
	height:0;
	width:0;
}
/*Layout Stuff*/
#container {
	margin:0 auto;
	padding:0px;
	width:100%;
	height:auto;
	position:relative;
	top:0px;
	background-image:url(../_images/bg.gif);
	background-repeat:repeat-x;
}
#innerContainer {
	margin:0 auto;
	padding:0px;
	width:856px;
	height:auto;
	position:relative;
	top:0px;	
}
#topBanner {
	height:106px;
	width:856px;
}
#topNav {
	width:856px;
	height:58px;
}
#bodyContainer {
	background-image:url(../_images/body_bg.gif);
	background-repeat:repeat-y;
	height:auto;
	width:856px;
	/* display:table; */
}
#leftNavContainer {
	position:relative;
	width:239px;
	height:auto;
	float:left;
	background-image:url(../_images/left_nav_bg.gif);
	background-repeat:repeat-y;	
}
#leftNav {

}
.accordion {
	padding:0 15px 0 15px;
}
#contentContainer {
	position:relative;
	width:617px;
	height:auto;
	float:left;
	background-image:url(../_images/body_right_bg.gif);
	background-repeat:repeat-y;
}
#content {
	background-image:url(../_images/body_bg_top.gif);
	background-repeat:no-repeat;
	padding:20px;
}
#footerContainer {
	clear:both;
	width:856px;
	height:auto;	
}
#footer {
	text-align:center;
}

