@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #02243C;
}
h1 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: 005DB3;
	margin-left: 10px;
}
h2 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: 005DB3;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E6E6E6;
	margin-right: auto;
}
#header {
	width: 980px;
	background-color: #02243C;
	height: 90px;
	margin-bottom: 0px;
}


#search {
	text-align: right;
	margin-left: 320px;
	float: right;

}


#logo {
	z-index: 99;
	margin: 0px;
}

#nav {
	background-position: -100px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: -63px;
	margin-right: 0px;
	height: 30px;
	float: right;
	width: 756px;
}


#content {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-color: #004566;
	border-bottom-color: #004566;
}
#banner {
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
}
#leftColumn {
	float: left;
	width: 280px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	border: thin dotted #333333;
}
#rightColumn {
	float: right;
	width: 615px;
	padding: 5px;
	margin-right: 20px;
/*	font-size: 100%;
	line-height: 1.2em;
	font-style: normal;*/
}


#footer {
	clear: both;
	color: #FFFFCC;
	background-color: #5195CE;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer a:link {
	color: #FFFFFF;
}

a:link {
	color: 005DB3;
	font-size: 0.8em;
	font-weight: bold;
}
a:visited {
	color: 0033FF;
	font-size: 0.8em;
}
a:hover {
	font-size: 0.8em;
	color: 5195CE;
}

#wrapper #content #banner h2 {
	padding-right: 15px;
	padding-left: 25px;
}

#statcounter {
	width: 40px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
	border: 1px solid #02243C;
	margin-right: 5px;
}
.photoLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	border: 1px solid #02243C;
}
.photoOutsideLeft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -100px;
	margin-top: 1px;
	position: absolute;
	left: 57px;
	width: 353px;
}
