@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetical, serif;
	font-size:14px;
	padding: 20px;
	background-color:#FFFFFF;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-color:#C0C0C0;
	width: 900px;
	height:auto;
	border:5px;
	border-color:#666666;
	border-style:solid;
	border-radius: 10px;
	float: left;
	box-shadow: 0 0 8px 2px #333;
}

#banner {
	background-color:#00256A;
	color:#FFFFFF;
	font-size: xx-large;
	text-align: left;
	text-shadow: 4px 3px 6px rgba(0,0,0,.5);
	font-variant: large-caps;
	letter-spacing: .2em;
	padding-top: 4px;
	padding-left: 5px;
       padding-bottom: 2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#banner img {
	margin-left: -5px;
	margin-top: -4px;
	width: 900px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#title {
	background-color:#00256A;
	color:#FFFFFF;
	font-size: x-large;
	text-shadow: 4px 3px 5px rgba(0,0,0,.5);
       text-align: center;
	border-bottom: 2px;
	border-color: #000000;
	padding: 4px 0 4px 10px;
       padding-bottom: -30px;
       padding-top: -20px;
}

#navigation {
	background-color:#F0F0F0;
	width: auto;
	text-align: left;
	padding: 0,0,0,0;
}

.navigationul {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 95%;
	text-indent: 0px;
	margin: 0;
}

.navigationli {
	float: left;
	font-weight: bolder;
	border-style: none;
	border-radius: 5px;
	padding: 8px;
	margin: 8px 8px 8px 0;
	background-color: #F0F0F0;
	text-align: left;
	text-indent: 0px;
	box-shadow: 2px 2px 4px #000000;
}

#content {
	background-color:#F0F0F0;
	float:left;
	width:100%;
}

#datablock {
	background-color: #F0F0F0;
	margin: 8px 25px 8px 8px;
	width:520px;
	float:right;
	clear:right;
}

.datalabel {
	color:#000000;
	width:110px;
	float:left;
	clear:both;
	margin-bottom: 5px;
}

.datatext {
	color:#000000;
	width:380px;
	float:right;
	clear:right;
	margin-bottom: 5px;
}

#imageblock {
	background-color:#CCCC99;
	color:#003366;
	margin:4px;
	width:288px;
	float:left;
	clear:left;
	padding: 10px;
	border-radius: 5px;
}

.mainimage {
	color:#003366;
	width: 265px;
	font-style: italic;
	font-size: 10px;	
	background-color:#CCCC99;
	margin: 4px 0 4px 4px;
}

.subimage {
	width:120px;
	margin:4px;
}

.subimages {
	color:#003366;
	background-color:#CCCC99;
	width: 125px;
	float:left;
	padding: 4px;
	margin-right: 6px;
	font-style: italic;
	font-size: 10px;
}

#footer {
	background-color:#00256A;
	color:#FFFFFF;
	float:left;
	clear:both;
	width:100%;
	border-top-color:#666;
	border-top-style:solid;
	border-top-size: 1px;
	text-align: center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

a img {
	border-style: solid;
	border-size: 1px;
	border-color: #666;
	border-radius:5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

	
a	{
	color: #003366;
	text-decoration: none;
}

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

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

a:hover	{
	color:#CCCC99;
	text-decoration: none;
}

a:active	{
	color:#CCCC99;
	text-decoration: none;
}