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

body {
	background-color: #E6F2FF;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B8B9B5;
	height: 1525px;
	border: 1px solid #030B4D;
}
p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#header {
	float: left;
	height: 129px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030B4D;
}
#top {
	background-color: #030B4D;
	float: left;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}

#nav {
	background-color: #030B4D;
	float: left;
	font-family: Cambria;
	font-size: 14px;
	height: 200px;
	width: 250px;
}
#nav ul {
	margin: 0px;
	background-color: #030B4D;
	padding: 0px;
	width: 220px;
}
#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 220px;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 7px;
	height: 20px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 200px;
}
#nav ul li a:hover {
	color: #030B4D;
	background-color: #FFF;
}
#flash {
	float: left;
	width: 600px;
	height: 200px;
}
#main-area {
	float: left;
	padding-left: 25px;
	width: 850px;
	padding-right: 25px;
	font-size: 14px;
	font-family: Cambria;
	margin-bottom: 10px;
	height: 1030px;
}
.box {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-top: 15px;
	height: 250px;
	background-color: #FFF;
	border: 1px dotted #003;
	padding: 0px;
}
.box h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 13px;
	color: #000;
}
#main-area h1 {
	font-size: 18px;
	color: #030B4D;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #030B4D;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left {
	float: left;
	width: 630px;
}
#left h2 {
	font-size: 15px;
	color: #030B4D;
	margin-top: 30px;
}
#left ul li {
	list-style-image: url(Images/bullet.png);
	padding-bottom: 7px;
}
a {
	color: #006;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.linkbg {
	background-color: #FFF;
	padding: 8px;
}

#right {
	float: left;
	width: 180px;
	margin-left: 35px;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	margin-top: 25px;
}
#right img {
	margin-top: 13px;
}
.contact {
	font-size: 20px;
	color: #030B4D;
	font-style: italic;
	margin-bottom: 12px;
	font-weight: bold;
	float: left;
	width: 630px;
	margin-top: 10px;
}

#footer {
	width: 900px;
	text-align: center;
	color: #FFF;
	background-color: #030B4D;
	float: left;
	height: 135px;
	padding-top: 20px;
}
#footer p a {
	color: #FF0;
	text-decoration: none;
}

#footer h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#footer p {
	font-size: 12px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
