/* CSS Document */
body {
	background-color:#669966;
	text-align: center;
}

#Alert {
    display: none
}

.skiplinks {
	display: inline;
	float: left;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.preloadImg {
	display: none;
}

#overall {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	border: none; 
	padding: 0;
}

#MainArea {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    float: left;
    width: 698px;
}

#Header {
	background-color: #FFFFFF;
	padding: 3px 5px;
	height: 115px;
	width: 688px;
}

#Links {
	float: left;
	background-color: #FFFFFF;
	height: 100%;
	width: 150px;
	padding: 3px 0px;
}

#Content {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	overflow: visible;
	height: 100%;
	width: 542px;
}

.heading {
	display: block;
	width: 415px;
	text-align: center;
}

.navigation a {
	font-size: 13px;
	font: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	background-image: url(../images/down1.gif);
	background-repeat: no-repeat;
}

.navigation a:link, .navigation a:visited {
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 18px;
	margin: 0px 0px 4px 0px;
}

.navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/up1.gif);
	background-repeat: no-repeat;
}

.linkAreaInfo {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.bottomText {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.menuTitle {
	color: #000000;
	background-color: #669966;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.menuDesc {
	color: #000000;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menuSmall {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menuWhite {
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.menuGrey {
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
}