@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #06F;
	text-align: justify;
	margin: 8px auto;
	width: 960px;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 12px;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: underline;
	color: #00F;
}
/* Stuff for just the index page: */
#flash, #enter {
	text-align: center;
}
#flash {
	width: 499px;
	height: 363px;
	padding: 4px;
	border: double 3px #006;
	margin: 110px 230px 0px 231px;
}
#enter, #enter a:link, #enter a:visited {
	color: #99f;
}
#enter a:focus, #enter a:hover, #enter a:active {
	color: #f99;
}
/* General stuff: */
#navwrap {
	background-image: url(../img/nav_bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	list-style: none;
}
#central {
	width: 134px;
	display: inline-block;
}
#blank {
	display: inline-block;
	width: 90px;
}
#navigation li {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#navigation li a {
	padding: 2px;
	display: inline-block;
	margin: 62px 0 23px 0;
	text-align: center;
	width: 86px;
	color: #fff;
	text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
	background-color: #3965c6;
}
#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
	background-color: #bccae9;
}

#where {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}
#where p, #where h2 {
	margin: 0;
	padding: 2px;
	border: 1px solid #A8BEF0;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
#where h2 {
	background-color: #A8BEF0;
	color: #fff;
}
.here {
	background-color: #06f;
	color: #fff;
}
#where a {
	text-decoration: none;
}
.nothere a:link, .nothere a:visited {
	color: #06f;
}
.here a:link, .here a:visited {
	color: #fff;
}
where #a:focus, #where a:hover, #where a:active {
	color: #999;
	text-decoration: underline;
}

#main {
	width: 750px;
	float: right;
}
a img {
	border: none;
}
hr {
	margin: 4px;
	padding: 0;
	border: 1px solid #ccf;
	clear: both;
}
.mid {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	text-shadow: #ccf 4px 4px 2px;
}
.limg {
	float: left;
	padding-right: 6px;
}
.rimg {
	float: right;
	padding-left: 6px;
}
#contact {
	width: 375px;
	float: right;
	padding: 20px 0 0 20px;
}
#contact label {
	width: 175px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
#copyright {
	padding-top: 24px;
	clear: both;
	text-align: center;
}
#copyright p {
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #006;
}

