/* CSS Document */
* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #EEF3F9;
}
#cont {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #01397C;
	border-left-color: #01397C;
	background-color: #FFFFFF;
}
#header {
	height: 225px;
	width: 900px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_ctn {
	height: 30px;
	width: 885px;
	background-image: url(header_ctn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	color: #FFFF00;
	font-size: 15px;
	padding-bottom: 70px;
}
#header_ctn a{
	color: #000000;
	text-decoration: none;
}
#header_ctn a:active{
	color: #000000;
	text-decoration: none;
}
#header_ctn a:hover{
	background-color: #99CCFF;
	color: #000000;
	text-decoration: none;

}
#header_ctn a:visited{
	color: #003300;
	text-decoration: underline;

}
#ctn {
	width: 884px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#ctn_table {
}
#ctn_maincol {
	padding-right: 8px;
	font-size: 14px;
	padding-left: 8px;
}
#ctn_leftcol {
	background-color: #F5A397;
	background-image: url(leftcol.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 15px;
	color: #006600;
	font-weight: bold;
	padding-bottom: 40px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #36CC35;
}
#ctn_leftcol a{
	color: #000000;
	text-decoration: none;
}
#ctn_leftcol a:active{
	color: #000000;
	text-decoration: none;
}
#ctn_leftcol a:hover{
	background-color: #FFFF66;
	color: #000000;
	text-decoration: none;

}
#ctn_leftcol a:visited{
	color: #003300;
	text-decoration: underline;

}

#ctn_rightcol {
	background-color: #FFCC99;
	font-size: 14px;
	color: #333333;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #36CC35;
}
#ctn_rightcol a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
#ctn_rightcol a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
#ctn_rightcol a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;	
}
#ctn_rightcol a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;	
}
.ctn_rightcol_title {
	background-color: #FFCC99;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 26px;
	padding-bottom: 10px;
	color: #339900;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 612px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 280px;
	padding-bottom: 50px;
	text-align: left;
	padding-left: 8px;
	font-size: 12px;
}
#footer_ctn {
}
#footer_menu {
	font-size: 11px;
	color: #33CC33;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}
#footer_menu a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
#footer_menu a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;	
}
#footer_menu a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-color: #99CCFF;
}
#footer_menu a:visited {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;	
}
