@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #e8ebef;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
p {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
}
#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}
#navigation {
	margin-top: 13px;
	padding-right: 20px;
	padding-left: 23px;
}
#mainPage {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 23px;
	padding-bottom: 10px;
}
#footer {
	background-color: #e8ebef;
	background-image: url(../images/line_bottom.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 10px;
	font-size:10px;
	padding-bottom: 10px;
}
#footer a {
	color:#666666;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
.homePage a {
	font-weight: normal;
	color: #948A80;
	text-decoration: underline;
}
.blueLinks {
	color: #A8BEC9;
	text-decoration: underline;
}

#navigation a {
	text-decoration:none;
	font-weight:bold;
}
#navigation a:link, #navigation a:visited {
	color:#666666;
}
#navigation a:hover {
	color:#70c7ad;
}
#navigation a:active {
	color:#666666;
}
#mainImage {
	padding-left: 23px;
	padding-top: 20px;
}
.blueLinks2 {
	color: #89A1BB;
	text-decoration: underline;
}
.blueLinks3 {
	color: #13698A;
	text-decoration: underline;
}
.blueLinks4 {
	color: #948A80;
	text-decoration: underline;
}
form {
	margin:0px;
	padding:0px;
}
.myBox {
	padding: 3px;
	border: 1px solid #89a1bb;
}
