body {
	background-color: #282d54;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0 auto;
	color: #000000;
	height: 100%;
}

/* =========  STYLES  ========== */

.contentheading, .componentheading, .title{
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	font-style: italic;
	color: #282d54;
	margin-bottom: 10px;
}

.subtitle {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #750c0c;
	margin-bottom: 5px;
        text-transform: uppercase;
}

a:link.footer,a:active.footer,a:visited.footer {
	color:#8d91a8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
}
/* =========  LINK STUFF  ========== */

a:link,a:visited,a:active{
	color: #004775;
	font-weight: bold;
}
a:hover{
	color: #0868a6;
}

.mainlevel {
	border:0px;
	margin: 0px;
	padding: 0px;
}

/* =========  MAIN LAYOUT DIVS  ========== */

#shell {
	margin-bottom:30px;
	width:827px;
	margin:0 auto;
}
#wrapper {
	background-color: #ffffff;
	width:827px;
	margin:0 auto;
}
#breadcrumbs {
	position:relative;
	top:5px;
	left:32px;
	font-family: Arial, Verdana, sans-serif;
	font-size:9px;
	color: #003354;
}
#header {
	background-image:url(../images/header.jpg);
	position:relative;
	top:0px;
	width:827px;
	height:181px;
	margin:0 auto;
}
#mainlinks {
	width:827px;
	height:44px;
	border-bottom:12px solid #cbb37c;
}
table.mnlvl {
	position:relative;
	left:195px;
	width:580px;
	margin-top:3px;
}
#content {
	float:left;
	width:700;
	padding: 20px 32px 40px 32px;
}


#footerwrapper {
	clear:both;
	position:inherit;
}
#footer {
	background-color: #484c65;
	text-align: LEFT;
	padding:10px 0px 10px 32px;
	color:#8d91a8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
}

.clr {
	clear: both;
}

img {
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
}

.wborder {

}