/* CSS Document */

body {
	background:#fff url('../images/backgrounds/pagebg.gif') center 650px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	}
	
a {
	text-decoration: none;
	color:#666;
	}
	
a:hover {
	color:#344a96;
	text-decoration: underline;
	}

input, textarea, select{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: small;}	

.main{
width: 800px;
margin: 0 auto;
}

.header_home{
height: 313px;
background: white url('../images/home_header.jpg') top left no-repeat;
}

.header_general{
height: 313px;
background: white url('../images/home_header.jpg') top left no-repeat;
cursor: pointer;
}

.main_body{
float: right;
padding-left: 0px;
width: 525px;
margin: 0 auto;
line-height: 19px;
}

.main_body_general{
width: 730px;
margin: 0 auto;
line-height: 19px;
}

.link_menu{
float: left;
width: 200px;

padding-right: 25px;
margin-right: 0px;
margin-left: 20px;
min-height: 250px;
line-height: 19px;
background: transparent url('../images/backgrounds/sepvert.gif') top right repeat-y;
}

.footer{
width: 100%;
background: transparent url('../images/backgrounds/footer.gif') bottom center no-repeat;
height: 58px;
text-align: center;
padding-top: 75px;
color: #999;
}	

.footer a:link, .footer a:visited{
color: #999;
}

.footer a:hover, .footer a:visited:hover{
color: #000;
text-decoration: underline;
}

.main ul{
display: inline;
padding-left: 0px;
margin-left: 0px;
}
.main ul li{
margin-left: 15px;
}
	
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #344a96;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: inline;
	line-height: 24px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: inline;
	line-height: 24px;
}

h2:link:hover, h2:link:visited:hover{color: #666;}

h3 {
	font-size:14px;
	font-weight: normal;
	color: #666;
	padding-bottom: 5px;
	display: inline;
}


.requiredfield{color: #ccc;}

.rimage{
float: right;
padding-left: 12px;
text-align: center;
}

.limage{
float: left;
padding-right: 12px;
text-align: center;
}

.navleft{
line-height: 18px;
font-weight: bold;
}

.BtnStdGrey{
height: 30px;
font-weight: bold;
font-size: 12px;
}

.divsep{clear: both; display: block; padding-top: 9px;
background: white url('../images/backgrounds/sep.gif') top center no-repeat;
}

.divin{clear: both;}
