/* CSS Document */
body {
	background-color:#8aafd4;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:18pt;
}

.pagewidth {
	text-align:left;
	width:784px;
}

#content .pagewidth h2 {
	color:#1C4670;
	border-bottom:2px solid #11335F;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}

#content .pagewidth ul {
	margin-left:20px;
	padding-bottom:15px;
	line-height:14pt;
}

#content .pagewidth ul li a {
	color:blue;
	text-decoration:none;
}

.highlight {
	color:#333;
	background-color:#FFF;
	padding:5px 10px 5px 10px;
	border:1px solid #006;
	margin-right:10px;
	display:inline-block;
	width:100%;
}

#header {
	background:url(img/header_bg.jpg) repeat-x;
	height:95px;
}

#content {
	background-color:white;
}

#content p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#navigation {
	background:#11335f url(img/navigation_bg.jpg) top repeat-x;
	height:34px;
}

#navigation .pagewidth {
	height:28px;
	text-align:center;
	padding-top:6px;
}

#navigation a {
	color:white;
	font-size:14pt;
	text-decoration:none;
	font-weight:normal;
	margin-right:20px;
}


#accent {
	background-color:#1c4670;
}

#title {
	background:url(img/title_bg.jpg) repeat-x;
	height:46px;
}

#title h1 {
	height:38px;
	color:white;
	font-size:26px;
	padding-top:8px;
	padding-left:10px;
}

#footer {
	background:url(img/footer_bg.jpg) repeat-x;
	color:#006ea8;
	height:26px;
	padding-top:10px;
	text-align:center;
	border:1px solid white;
	border-top-width:0px;
}

#footer a {
	color:#006ea8;
	text-decoration:none;
}

#footer a:hover {
	color:#f68409;
	text-decoration:none;
}

#copyright {
	color:white;
	line-height:20px;
	padding-top:15px;
}

#copyright a {
	color:white;
}
