body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFCCA;
}
.footerStuff {
	font-size: 9px;
	color: #000000;
	text-align: center;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D4190;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
.Navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.Navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Navigation a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width:900px;
	margin: 0 auto;
}
#header {
	width:900px;
	height:209px;
}
#navigation {
	width:900px;
	height:40px;
	background-image:url(../img/design/nav_bar.gif);
	margin-top:-1px;
}
#linkArea {
	width:770px;
	height:35px;
	margin-right:65px;
	margin-left:65px;
	vertical-align: middle;
}
#body {
	width:900px;
	background-image:url(../img/design/content_BG_tile.gif);
}
#content {
	width:770px;
	margin-right:65px;
	margin-left:65px;
	padding-top: 10px;
}
#footer {
	width:900px;
	height:36px;
	background-image:url(../img/design/footer.gif);
}
#subFooter {
	width:770px;
	margin-right:65px;
	margin-left:65px;
}
.highlight {
	color: #2D4190;
	font-size: 11px;
}
