#leftMenuContainer {
	float: left;
	width: 250px;
	background-image: url(../images/brush-nav.gif);
	background-repeat: no-repeat;
	background-position: 190px 220px;
	padding-top: 220px;
	padding-bottom: 150px;
}
#mainContainer {
	width: 530px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footerContainer {
	clear: both;
	width: 800px;
}
#centerContainer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: 50px 10px;
	background-image: url(../images/logo.gif);
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
body {
	text-align: center;
	background-color: #B6CEFB;
}
#header {
	height: 200px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #009;
	margin-left: 25px;
	padding-top: 30px;
	line-height: 150%;
	margin-right: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #009;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 20px;
	float: left;
	z-index: 20;
	margin-left: 25px;
	color: #0052A5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 10px;
	padding-bottom: 20px;
}
#pageTitle {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 90px;
}
.menuLink a {
	border:1px solid #fff;
	display: block;
}
.menuLink a:hover {
	border:1px solid #666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 0px;
	color: #666;
}
#leftMenuContainer a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #0052A5;
	padding-top: 15px;
	padding-bottom: 15px;
}
#leftMenuContainer a:hover {
	color: #333;
}
.footerLink a {
	color: #094CA2;
	text-decoration: none;
	padding-right: 0.3em;
	padding-left: 0.3em;
}

.footerLink a:hover {
	text-decoration: underline;
	color: #9C2062;
}
h1 {
	font-size:16px;
}
h1{
	color: #09954A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
img.rightFloat {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}
img.leftFloat {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.section {
	 clear: both;
}
.textTitle {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	text-align: center;
}
table.list td,
table.list th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF3FA;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6CEFB;
}
