/* CSS Document */
body {
	text-align:center;
	padding: 20px 0;
	background:url(images/bg.gif) repeat-x;
	background-color:#E0E0E0;
	color:#626262;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:17px;
}
* {
	margin:0px;
}
#wrap {
	background:#ffffff;
	width:621px;
	text-align:left;
	vertical-align:middle;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
}
h1 {
	margin-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#626262;
	margin-bottom:11px;

}
a {
	color:#0076A3;
}
p {
	margin-top:14px;
}
div.header {
	background:url(images/header.gif) no-repeat;
	height:96px;
	padding-left:141px;
}
div.header img{
	margin-top:27px;
}
div.navigation {
	background:url(images/bg_nav.gif) no-repeat bottom;
	height: 23px;
	padding: 9px 0 0 52px;
}
div.navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #B7DFEE;
	text-decoration: none;
}
div.navigation a:hover, div.navigation a:visited:hover {
	color: #FFFFFF;
}

div.content {
	background-color:#FFFFFF;
	padding:41px 37px 33px 39px;
	background:url(images/footer.gif) no-repeat bottom;
	margin:0px;
	border-left:#D3D3D3 solid 1px;
	border-right:#D3D3D3 solid 1px;

}
div.more_info {
	background:url(images/bg_dots.gif) no-repeat top left;
	padding-top:20px;
	margin-top:20px;
}
p.copyright {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#898989;
	margin-top:8px;
}
	