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

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.contactText {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.blackText {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#content {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}
.logoHeader {
	height: 117px;
}
.leftMenu {
	height: 207px;
	width: 120px;
	background-position: center;
}
.brownStroke {
	background-color: #525051;
	height: 10px;
}
.footer {
	background-color: #525051;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.centerContent {
	height: 207px;
}
.image {
	width: 752px;
	height: 207px;
	margin-left: 110px;
	margin-top: -208px;
}
.bottomContent {
	height: 25px;
}
.leftPanel {
	width: 	110px;
	background-color: #996600;
}
.quickLinksFill {
	height:	128px;
	background-image: url(images/quicklinks_fill.gif);
	padding-top: 20px;
	text-align: center;
}
.quicklinksHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #016858;
	margin-left: -10px;
}
.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-left: -10px;
}
.greenStroke {
	background-color: #1ca69d;
	height: 30px;
	width: 732px;
	margin-left: 110px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	margin-top: -207px;
}
.rightContent {
	background-color: #dddebc;
	width: 727px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.greyStroke {
	background-color: #9a9a9a;
	height: 5px;
	width: 752px;
	margin-left: 110px;
}
.rightSubMenu {
	background-position: right;
	height: 22px;
	width: 500px;
	margin-left: 230px;
	margin-top: 5px;
	text-align: right;
}
body {
	margin: 10px;

}

