/* CSS Document */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, SansSerif;
	color: #000000;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #325884;
}
#banner {
	background-color: #D2E4FA;
	border: 1px solid #D2E4FA;
	height: 193px;
}
.headimg{
	float: left;
}
.head1{
	color: #638CBB;
	padding-left: 400px;
}
.head2{
	color: #638CBB;
	padding-left: 400px;
}
#wrapnavmain {

	display: inline;
	float: left;
	margin-bottom: 5px;
}
#main {
	float: right;
	width: 640px;
	margin-right: 5px;
}
.tbox {
	width: 620px;
	padding: 10px 10px 10px 10px;
	background-color: #D2E4FA;
}
.center {
	margin-right: auto;
	margin-left: auto;
}

.img {
	border: 1px solid blue;
}
#nav {

	float: left;
	width: 140px;
	padding: 10px 5px 10px 5px;
	background-color: #D2E4FA;
}
#nav p {
	text-align: center;
}
.navlist {
	margin: 0;
	padding: 0;
}
ul.navlist {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #999;
}
.navlist a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	display: block;
	background-color: #638CBB;
	/* Add an image to your links like this   background-image: url(/image.png);
	background-repeat: no-repeat;
	background-position: left center;
*/
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.navlist a:hover {
	color: #000000;
	font-weight: bold;
	background: #E3FAE7;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: white;
	background: #325884;
}
.footerlink {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.g1 {
  float: right;
  margin-right: auto;
	margin-left: auto;
	width: 468px;
	height: 20px;
}

