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

body{
	background:url(../images/template/body_bg.png) #610000 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
}
a, a:visited, a:active{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
h1{
	font-size:1.6em;
	/*color:#990000;*/
	color:#000000;
}
h2{
	font-size:1.2em;
	color:#990000;
}
h3{}
li{
	padding-bottom:8px;
}
.bodyWrapper{
	width:937px !important;
	margin:0px auto;
}
.header{
	background:url(../images/template/header_bg.png) no-repeat top center;
	height:195px;
}
.navbar{
	background:url(../images/template/navbar_bg.png) no-repeat top center;
	height:35px;
	padding-left:40px;
}
.navbar a, .navbar a:visited, .navbar a:active{
	background:url(../images/template/navbar_button_bg.png) repeat-x;
	height:28px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	color:#fff1f1;
	padding:0px 12px;
	display:block;
	float:left;
	font-weight:bold;
}
.navbar a:hover{
	background-position:0px -28px;
	color:#454545;
}
div.sub_navbar{
	background-color:#333333 !important;
	margin:-20px -26px 0px -25px;
	height:28px;
	line-height:28px;
	padding-left:17px;
}
.sub_navbar a, .sub_navbar a:visited, .sub_navbar a:active{
	text-align:center;
	text-transform:uppercase;
	color:#CCCCCC;
	padding:0px 9px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:0.80em;
}
.sub_navbar a:hover{
	background-color:#666666;
	color:#FFF;
}
.contentWrapper{
	background:url(../images/template/content_bg.png) repeat-y;
	padding:20px 50px;
}
.footer{
	background:url(../images/template/footer_bg.png) no-repeat;
	height:48px;
	line-height:25px;
	font-size:10px;
	color:#999999;
	text-align:center;
}
.footer a, .footer a:visited{
	color:#909090;
}
.footer a:hover{
	color:#990000;
}

/** Error Form *************************************/
#errorForm {
	border: 1px solid #00b302; 
	background-color: #d0ffd0; 
	width: 540px; 
	margin: 0 auto; 
	margin-bottom: 10px; 
	padding: 10px; 
}
