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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #003A4A;
}
.border {
	width: 860px;
	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: #003A4A;
	border-bottom-color: #003A4A;
	border-left-color: #003A4A;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#body h1 {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 32px;
	color: #003A4A;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid #CEDE43;
	padding-bottom: 10px;
	width: 800px;
	background-color: #CEDE43;
}

#menu a {
	font-weight: bold;
	color: #003A4A;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

#top td a {
	color: #003A4A;
	text-decoration: none;
}
#top td a:hover {
	color: #CEDF45;
	text-decoration: underline;
}
#body td a {
	color: #003A4A;
	text-decoration: none;
}
#body td a:hover {
	color: #CEDF45;
	text-decoration: underline;
}
#footer a {
	color: #003A4A;
	text-decoration: none;
}
#footer {
	color: #CEDE43;
	text-decoration: none;
	font-size: 10px;
}
#footer .footer {
	padding-left: 400px;
}
#address {
	text-align: right;
	padding-right: 15px;
}
#menu a:hover {
	font-weight: bold;
	color: #003A4A;
}
#form input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A4A;
}
#body h3 {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 20px;
	color: #003A4A;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #003A4A;
	padding-bottom: 5px;
	width: 810px;
}
#body h2 {
	font-size: 18px;
}
