/* TAG STYLES */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding:0px;
	margin:0px;
	background-color:#CCCCCC;
}
a {
	color: #e47013;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	 /*color:#183170;	*/
	 color: #e47013;
	 text-decoration:underline;
}
img{
	border:0px;
	padding:0px;
	margin:0px;
}
p{
	margin:0px 0px 12px 0px;
	clear:left;
}
h1{
	color:#000080;
	margin: 12px 0px 22px 0px;
	font-size:16px;	
	text-transform:uppercase;
	text-align:center;
}
h2{
	color:#000080;
	margin: 10px 0px 5px 0px;
	font-size:14px;
	text-transform:uppercase;
}
h3{
	font-weight:bold;
	color:#0000FF;
	font-size:12px;
	display:inline;
}
/*HEADER AND FOOTER STYLES */
#site-container{
	 width:994px;
	 margin:15px auto;
}
#header{
	background:url(/images/bg-header.gif) no-repeat #CCCCCC;
	padding:0px 40px;
	width:914px;
	height:41px;
	color:#FFFFFF;
	margin-bottom:12px;
}
#menu-container{
	width:160px;
	padding:0px 5px 0px 10px;
	background-color:#085aa5;
	margin:0px;
}
.menu{
	margin:0px;
	
	padding:0px;
	list-style-image:url(/images/bullet.gif);
}
.menu-section{

}
.menu li{
	margin-left:17px;
}
.sub-menu{
	margin:0px;
	padding:0px;
	list-style-image:url(/images/arrow.gif);
}
.sub-menu li{
	margin-left:20px;
}
#menu-top, #menu-bottom{
	height:15px;
	width:180px;
	background-color:#CCCCCC;
}
#menu-top{
	background:url(/images/bg-menu-top.gif) no-repeat;
}
#menu-bottom{
	background:url(/images/bg-menu-bottom.gif) no-repeat;
}
.menu-float{
	float:right;
	font-size:12px;
}
.menu a, .menu-float a{
	color:#F1F1F1;
	text-decoration:none;
}
.menu a:hover, #footer a:hover{
	text-decoration:underline;
}
#content-container{
	width:994px;
	min-height:300px;
	padding:0px;
}
#body{
	padding:15px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555454;
}
#footer{
	width:914px;
	font-size:11px;
	padding:12px 40px 0px 40px;
	margin:12px 0px 30px 0px;
	margin-bottom:30px;
	margin-top:12px;
	background:url(/images/bg-header.gif) no-repeat #CCCCCC;
	height:29px;
	color:#F1F1F1;
}
/* IN PAGE STYLES */
.button{
	background-color:#085AA5;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	padding:2px;
}
.ast, .error{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}
.exp-div{
	padding:15px 0px;
	border-bottom:2px solid #cccccc;
}
.exp-div.nobo{
	border-bottom:0px;
}