@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E7FF;
	border-bottom-color: #E1E7FF;
	border-left-color: #E1E7FF;
}
#header {
	height: 110px;
	width: 900px;
	float: left;
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 900px;
	background-image: url(../_images/page/menu_bg.gif);
}
#main {
	float: left;
	padding-top: 25px;
}
#content {
	width:900px;
	float: left;
	min-height: 700px;
}
#submenu {
	margin-right: 20px;
	float: left;
	width: 185px;
}
#submenu p {
	line-height: 25px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D01A2;
	text-indent: 10px;
}
#submenu a {
	text-decoration: none;
	color: #1D01A2;
	display: block;
}
#submenu a:hover {
	color: #FBFF31;
	background-color: #1D00A1;
	background-image: url(../_images/page/menu_bg.gif);
}
#submenu h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3300AF;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	font-style: italic;
	text-indent: 10px;
}
#body {
	float: left;
	width: 380px;
	margin-bottom: 50px;
}
#body img {
	margin-right: 10px;
	height: 130px;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#body li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;
	margin-bottom: 12px;
}
#body p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#body a {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#body h1 {
	font-size: 18px;
	line-height: 20px;
	color: #1D01A2;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 12px;
}
#body h2 {
	font-size: 15px;
	line-height: 20px;
	color: #1D01A2;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 4px;
}
#body table {
	width: 400px;
}
#body td {
	padding-right: 20px;
}
#body td p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}
#images {
	width: 250px;
	float: right;
	padding-right: 25px;
}
#images p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#images img {
	margin-bottom: 20px;
}
#contact {
	float: left;
	min-height: 255px;
	width: 300px;
}
#contact img {
	margin-right: 10px;
}
#contact li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;
}
#contact p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#contact a {
	color: #900;
}
#contact h1 {
	font-size: 18px;
	line-height: 20px;
	color: #1D01A2;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 12px;
}
#contact h2 {
	font-size: 14px;
	line-height: 20px;
	color: #1D01A2;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 4px;
}
#map {
	width: 350px;
	float: right;
	height: 300px;
}




#footer {
	width: 900px;
	clear: both;
	background-image: url(../_images/page/menu_bg.gif);
}
#footer p {
	color: #FFF;
	text-align: left;
	line-height: 25px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 11px;
}
#signoff {
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#signoff p{
	font-size: 9px;
	color: #1D00A1;
	line-height: 20px;
	text-align: right;
}
#signoff a {
	color: #1D00A1;
	text-decoration: none;
}
#signoff a:hover {
	color: #F61B1A;
}
