/* CSS Document */

body {
	font-size: 12px;
	font-family: georgia, times, serif;
	color: #666666;
	line-height: 1.3em;
}

a:link {
	color: #033C6B;
	text-decoration: none;
}

a:visited {
	color: #033C6B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#container {
	width: 1000px;
	border: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 26px;
	color: #999;
	font-family: georgia, times, serif;
	font-weight: normal;
}

h2 {
	font-size: 26px;
	color: #000;
	font-family: georgia, times, serif;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 15px;
	line-height: 120%;
}

#navtop {
	float: left;
	width: 1000px;
	height: 61px;
}

#navbottom {
	float: left;
	width: 1000px;
	height: 29px;
}

#leftCol {
	float: left;
	width: 289px;
	height: 203px;
	margin-right: 22px;
}

#rightCol {
	float: left;
	width: 685px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#rightCol p {
	padding-left: 15px;
	padding-right: 15px;
}

#rightColBottom {
	width: 685px;
	height: 10px;
	background-color: #033C6B;
	float: left;
	background-position: left bottom;
}

#footer {
	float: left;
	width: 525px;
	height: 96px;
	margin-top: 20px;
	background-image: url(images/footer_img.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px;
}

#footer p {
	margin-bottom: -.5em;
}
