body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	background: #00356b url(../images/body_bg.gif) top left repeat-x;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 709px;
	color: #fff;
	background-color: #00356b;
}

#header {
	margin: 0px auto 0px auto;
	background: url(../images/header.gif);
	width: 709px;
	height: 156px;
}

#logo {
	position: absolute;
	float: left;
	margin-top: 30px;
	margin-left: 35px;
}

#logo img {
	border: 0px;
}

#centerPanel {
	margin: 0px auto 0px auto;
	font-size: 14px;
	width: 650px;
	text-align: center;
}

#centerPanel a {
	color: #6999ca;
	background-color: #fff;
	font-weight: bold;
}

#footer_menu {
	margin: 0px auto 0px auto;
  color: #fff;
	background-color: transparent;
	height: 90px;
	width: 680px;
	text-align: center;
	border-top: 1px solid #fff;
}	

#footer_menu_list {
	margin: 0px auto 0px auto;
  color: #fff;
	background: #00356b;
	width: 195px;
	text-align: center;
}	

#footer_menu ul {
	list-style-type: none;
	display: inline;
}

#footer_menu li {
	margin: 6px 5px 2px auto;
	float: left;
}

#footer_menu a {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #00356b;
	text-decoration: none;
}

#footer_menu a.menu {
	font-size: 10px;
	font-weight: bold;
	color: #6999ca;
	background-color: #fff;
	text-decoration: none;
}

#footer_menu a.menu:hover {
	color: #00356b;
	background-color: transparent;	
}

#footer_bottom {
	text-align: center;
}

#footer_bottom a {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}	

#footer_end {
	background: url(../images/footer.gif);
	height: 25px;
}

#copyright {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 500px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;	
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
	width: 300px;
}

#contact-form label {
	float: left;
	width: 35%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form .txt {
	width: 55%;
	border: 1px solid #6999ca;
}

#contact-form textarea.txt {
	width: 55%;
}

#contact-form .btn {
	border: 2px solid #6999ca;
	background-color: #00356b;
	color: #fff;
	padding: 10px;;
}

#contact-form div.submit {
	text-align: center;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #00356b;
}

p {
	font-size: 12px;
}

.clearing {
	clear: both;
}
