body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-image: url(imgs/background.jpg);
}
div {
}
#mainContainer {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 110px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}
#centerContainer {
	width: 950px;
}
#menuContainer {
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	float: left;
}
#bodyContainer {
	width: 730px;
	margin-left: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
}
#footer {
	font-size: 0.8em;
	color: #666;
	text-align: right;
}
.menuContent {
	color: #CCC;
	background-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px #797979;
    -moz-box-shadow: 0px 1px 5px 0px #797979;
    box-shadow: 0px 1px 5px 0px #797979;
}
.menuContent h1 {
	font-weight: bold;
	color: #FFF;
	background-color: #868686;
	display: block;
	text-indent: 17px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
}
.menuContent h4, .menuContent h4 a {
	font-weight: bold;
	color: #FFF;
	background-color: #868686;
	display: block;
	text-indent: 25px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
	text-decoration: none;
}
.menuContent h4 a:hover {
	background-color: #A2A2A2;
	text-decoration: none;
}
.menuContent h2, .menuContent h2 a {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	display: block;
	text-indent: 17px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
	text-decoration: none;
}
.menuContent h2 a:hover {
	background-color: #A2A2A2;
	text-decoration: none;
}
.menuContent h3, .menuContent h3 a {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	display: block;
	text-indent: 25px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
	text-decoration: none;
}
.menuContent h3 a:hover {
	background-color: #A2A2A2;
	text-decoration: none;
}
.bodyContent {
	border: 1px solid #000;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F5F5F5;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px #797979;
    -moz-box-shadow: 0px 1px 5px 0px #797979;
    box-shadow: 0px 1px 5px 0px #797979;
}
.bold {
	font-weight: bold;
}

.bodyContent h1 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #333;
	display: block;
	margin: 0px;
	text-align: center;
}
.bodyContent h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bolder;
	color: #333;
	display: block;
	margin: 0px;
	text-indent: 20px;
}

.bodyContent img {
	padding: 5px;
	border: 1px solid #666;
	background-color: #A2A2A2;
}
.bodyContent a img {
	margin: 7px 7px 7px 7px;
}
.bodyContent hr {
	width: 400px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
ul {
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
li {
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	color: #000;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	min-width: 200px;
	padding: 2px;
}
textarea {
	min-height: 100px;
}
input[type=text]:focus, textarea:focus {
	background-color: #E2E2E2;
}
.asterisk {
	color: #F00;
	font-size: 0.7em;
}
.contactError {
	color: #F00;
	font-style: italic;
}
