body{
	margin: auto;
	padding: 0px;
	margin: 0px;
	background-color: #D1CCBF;
	padding-bottom: 20px;
}
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: 0px;
}
form{
	padding: 0px;
	margin: 0px;
}
a{
	color: #686863;
	text-decoration: none;
	outline: none;

}
a:hover{
	border-bottom: 0px;
}
a img{
	border: 0px;
}
div,td,th,span,input,textarea,select{
	font-size: 11px;	
	color: #686863;
}

#error_message{
	background-color: #4D4D4D;
	font-weight: bold;
	color: #fff;
	padding: 10px;	
	border: 1px solid #fff;
	background-image: url(images/warn.gif);	
	background-repeat: no-repeat;	
	background-position: 10px 10px;
	min-height: 60px !important;
	height: auto !important;
	height: 60px;
	padding-left: 90px;
	font-weight: bold;
	margin-bottom: 20px;
}

#error_message.error_valid{

	background-image: url(images/succ.gif);		
}


.form-container th{
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	font-weight: bold;
}
.form-container td{
	text-align: left;
	vertical-align: top;
}
.form-container input,.form-container textarea{
	width: 200px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.form-container textarea{
	width: 300px;
	height: 100px;	
}
.form-container input.checkbox,.form-container input.radio,.form-container input.submit{
	width: auto;
	border: 0px;	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.form-container input.submit{
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;	
	
}
.form-container .required{
	color: #002256;
}
.form-container input.req,.form-container textarea.req{
	border: 1px solid #ccc;
	background-color: #efefef;
}


#main_cont{
	margin: auto;
	width: 631px;
	background-color: #fff;

	margin-top: 15px;

	padding-top: 17px;
	padding-bottom: 18px;
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;	
	height: 100%;
}

#top{
	padding-left: 18px;
	padding-right: 18px;
	height: 72px;
}
#top #logo{
	float: left;
	width: 300px;
}

#top #info{
	float: right;
	width: 200px;
	text-align: right;
}

#cont{
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;	
	height: 100%;

	padding-right: 18px;
	padding-top: 17px;

}
#cont #col_left{
	float: left;
	width: 170px;
	overflow: hidden;
}

#cont #col_right{
	float: left;
	width: 435px;
	font-size: 12px;
	line-height: 22px;	
}
#cont #col_right a{
	border-bottom: 1px dotted #686863;
}
#cont #col_right a:hover{
	border-bottom: 0px;
}
#cont #col_right ul{
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer{
	margin-top: 25px;
	margin-left: 18px;
	margin-right: 18px;
	height: 37px;
	background-color: #DCD9CF;
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;	
	height: 100%;

	padding: 10px;

}

#footer #f1,#footer #f2,#footer #f3{
	float: left;
	width: 150px;
	font-size: 9px;	
}
#footer #f2{
	width: 224px;
}
#footer #f3{
	width: 200px;
}
#footer #f3 img{
	float: left;
	display: block;
	margin-right: 10px;
}
#copy{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	height: 9px;
	font-size: 10px;
}


#nav a{
	display: block;	
}

#header{
	height: 363px;
}

#header div{
	position: absolute;
	margin-top: -11px;
}

#imp{
	display: none;
}
.path{
	display: none;
}
.pages_icons{
	display: none;
}
h1{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}
.pages_content ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#nav{
	margin: 0px;
	padding: 0px;
	display: block;
	padding-right: 20px;
}
#nav li{
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav li a{
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding: 4px;	
	padding-left: 18px;
	text-decoration: none;
	color: #6C6C67;
	font-weight: normal;

}
#nav li a:hover{
	color: #686863;	
	font-weight: bold;
}
#nav li a.selected{
	font-weight: bold;
	background-color: #BEBAAF;
	color: #fff;
}


#google_ads{
	position: absolute;
	margin-left: 650px;
}





