@charset "utf-8";


body {
	background-image: url(../graphics/bluGrad.png);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	font-family: Verdana, Geneva, sans-serif;
}
#title {
	font-size: 18px;
	color: #f0f0f0;
	font-style: normal;
	letter-spacing: 0.3em;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	word-spacing: 0.5em;
}
/* Banner image box  */
#container {
	border: #003 solid 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f0f0f0;
	text-align: center;
	background-image: url(../graphics/banner1drk.jpg);
	min-height: 253px;
	margin: auto;
	width: 893px;
}
.center {
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}

#wrapper {
	border: #003 solid 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: auto;
	width: 946px;
	text-align: center;
	padding:7px;
}

/* Main navigation */
#navcon {
	width: 650px;
	text-align:center;
	margin:auto;	
}

#nav {
	text-align:center;
	list-style-type: none;
	font-size: 18px;
	height: 24px;
	font-family: white;
	margin-top: 0px;
	margin: auto;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: both;
}
#nav li {
	float: left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	text-align: center;
}
#nav li a {
	display: block;
	width:120px;
	padding: 8px;
	text-align:center;
	text-decoration: none;
	color: #FFF;
	background-color: #01173C;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color:#7a99cf;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.logo {
	margin-top: 20px;
	margin-left: 80px;
	left: 80px;
	top: 20px;
}
#footer {
	border: 0px none #003;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: auto;
	width: 960px;
	text-align: center;
	font-size: 12px;
}
