/* CSS Document */
body {
	background-color: #5789BC;
	margin-top: 20px;
	text-align: center;
	color: #333333;
}
table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #EEBF01;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 10px;
}
h2 {
	float: left;
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table#page {
	width: 830px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-color: #000000;
}
#banner {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
td#nav {
	width: 170px;
	padding-top: 50px;
	padding-bottom: 50px;
}
td#nav a:link, td#nav a:visited {
	display: block;
	margin-left: 30px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2em;	
}
td#nav a:hover {
	color: #333333;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}
td#content {
	padding:30px;
	width: 650px;
	padding-left: 10px;
		
}
div#spider {
	width: 850px;
	margin: 0 auto;
	text-align: right;
}
div#spider a:link, div#spider a:visited {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div#spider a:hover {
	color: #333333;
}
