@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	background-image: url(images/BG_main.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#container { 
	width: 900px;
	margin: 0 auto;
	background-color:white;
} 
#main_content {
	background-image: url(images/BG_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*height: 250px;*/
	padding-top: 45px;
	padding-right: 60px;
	padding-bottom: 90px;
	padding-left: 60px;
}
.pagetitle {
	font-size: 14px;
	color: #5a849c;
}

#footer {
	height: 50px;
	padding-top:15px;
	text-align:center;
	font-size: 10px;
	color: #999;
}

.vert_dots {
	background-image: url(images/vert_dots.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.head_navs {
	background-image: url(images/BG_header.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.navlink:link {
	font-weight: bold;
	color: #5a849c;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.navlink:visited {
	font-weight: bold;
	color: #5a849c;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.navlink:hover {
	font-weight: bold;
	color: #5a849c;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a849c;
}
.NavPad {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
}
.source {
	font-size: 8px;
	color: #666;
}
.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #5a849c;
	font-style: italic;
}
