body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}

a:link {
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 11px;
	color: #0033FF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #7F7FB2;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #0033FF;
	font-weight: normal;
	text-decoration: underline;
}

#top {
	height: 65px;
	width: 760px;
}
#nav {
	height: 23px;
	width: 760px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#left {
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	color: #D3DCEF;
	font-weight: bold;
	margin-bottom: 10px;
}

#left a:link {
	color: #FFFFFF;
}

#left a:hover {
	color: #D3DCEF;
}
#left a:visited {
	color: #D3DCEF;
}


#content {
	width: 750px;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7FB2;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
#story {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#right {
	width: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right a {
	line-height: 15px;
}


#siteInfo {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7F7FB2;
	font-size: 10px;
	color: #D3DCEF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#siteInfo a {
	color: #E9EEF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#siteInfo a:hover {
	text-decoration: underline;
}

