@charset "utf-8";
html {
  /* force scrollbars on at all times so that the page does not jump when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
 /* same hack for firefox */
html {
overflow: -moz-scrollbars-vertical;
} 
#form-login {
	border: 0;
}
.input {
	border: 0;
	text-align: center;
}
.mod_login {
	border: 0;
	vertical-align: top;
	text-align: center;
	width: 200px;
}
body {
	background-image: url(../images/bg1.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #979797;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	scrollbar-3d-light-color: #3378be;
	scrollbar-arrow-color: #8F8F8F;
	scrollbar-base-color: #666666;
	scrollbar-dark-shadow-color: #8F8F8F;
	scrollbar-face-color: #8a8a8a;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #666666
}
a {
	color: #55a7fa;
}
a:hover {
	color: #FFFFFF;	
}
a:visited {
	color: #fce5e5;	
}
#wrapper {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 171px;
	width: 880px;
}
#header_wrap {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	height: 105px;
	width: 390px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: right;
}
#contact_info {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #a0a0a0;
	height: 25px;
	width: 392px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 5px;
}
#breadcrumb {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #a0a0a0;
	height: 20px;
	width: 392px;
	text-align: right;
	padding-top: 50px;
}
#breadcrumb a{
	color: #CCCCCC;
}
#breadcrumb a:hover{
	color: #FFFFFF;
}
#breadcrumb a:visited{
	color: #fce5e5;
}
#nav_box {
	float: left;
	width: 860px;
	height: 65px;
	padding-top: 4px;
	padding-left: 20px;
}
#main_nav {
	position: absolute;
	width: 860px;
	height: 51px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 860px;
	height: 51px;
}
#banner_flash {
	float: left;
	width: 880px;
}
#content_wrap {
	float: left;
	width: 880px;
}
#cont_head {
	float: left;
	width: 880px;
	height: 32px;
	background-image: url(../images/cont_head2.png);
	background-position: top;
	background-repeat: no-repeat;
}
#cont_head_tag {
	font-size: 12px;
	font-family: Verdana;
	color: #CCCCCC;
	float: left;
	width: 300px;
	height: 23px;
	padding-left: 20px;
	padding-top: 9px;
}
#cont_head_tag2 {
	font-size: 12px;
	font-family: Verdana;
	color: #CCCCCC;
	text-align: right;
	float: left;
	width: 300px;
	height: 23px;
	padding-right: 20px;
	padding-top: 9px;
}
#cont_mid {
	background-image: url(../images/cont_mid2.png);
	background-repeat: repeat-y;
	float: left;
	width: 880px;
}
#main_cont {
	float: left;
	width: 605px;
	padding-left: 20px;
}
#cont_right {
	float: right;
	width: 223px;
	padding-right: 7px;
}
#cont_right_tag {
	font-size: 12px;
	font-family: Verdana;
	color: #CCCCCC;
	float: right;
	width: 217px;
	height: 23px;
	padding-left: 0px;
	padding-top: 9px;
}
#cont_btm {
	background-image: url(../images/cont_btm2.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 880px;
	height: 30px;
}
#footer {
	float: left;
	width: 880px;
	height: 63px;
	background-image: url(../images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
}
#footer_nav {
	padding: 0px;
	width: 800px;
	height: 20px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 10px;
	font-family: Verdana;
	color: #a0a0a0;
	text-align: center;
	vertical-align: middle;
}
#footer_nav a{
	
	color: #CCCCCC;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c8c7c7;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e1e0e0;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
}