/* Global styles which are effective with no mention of class */

BODY {
	margin: 0px;
	padding: 0px;
	background: url('images/pageBG.gif');
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 12px;
}

IMG {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	line-height: 0px;
}

LI {
	margin: 0px 0px 8px 0px;
}

/* Styles used for page layout - don't touch! */

#navigation {
	padding: 4px 0px 4px 2px;
	height: 26px;
	width: 532px;
}

#contentArea {
	background-color: #c1ccb6;
	padding: 15px 20px 10px 20px;
}

#sideBar {
	background-color: #263e55;
	padding: 12px;
}

#areaInfo {
	background-color: #5C352D;
	padding: 20px;
	height: 100%;
}

/* General formatting styles used by defining by class */

.pageBody {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #393632;
	text-align: left;
}

.pageBody A:LINK { color: #0A3878; font-weight: bold; text-decoration: none; }
.pageBody A:ACTIVE { color: #0A3878; font-weight: bold; text-decoration: none; }
.pageBody A:VISITED { color: #0A3878; font-weight: bold; text-decoration: none; }
.pageBody A:HOVER { color: #78240B; font-weight: bold; text-decoration: none; }

.navigationTop {
	background: url('images/navTopOff.gif') no-repeat;
	width: 100px;
	height: 20px;
	padding: 8px 4px 0px 0px;
	margin: 0px 0px 0px 2px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

.navigationTop A:LINK { color: #e5f4ff; text-decoration: none; }
.navigationTop A:ACTIVE { color: #e5f4ff; text-decoration: none; }
.navigationTop A:VISITED { color: #e5f4ff; text-decoration: none; }
.navigationTop A:HOVER { color: #ffffff; text-decoration: none; }

.contact {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #393632;
	font-weight: bold;
}

.contact A:LINK { color: #0A3878; font-weight: bold; text-decoration: none; }
.contact A:ACTIVE { color: #0A3878; font-weight: bold; text-decoration: none; }
.contact A:VISITED { color: #0A3878; font-weight: bold; text-decoration: none; }
.contact A:HOVER { color: #78240B; font-weight: bold; text-decoration: none; }

.pageHeader {
	font-size: 20px;
	line-height: 20px;
	margin: 14px 0px 0px 0px;
	font-weight: bold;
	color: #606c54;
	text-align: left;
}

.subHeader {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #5b2d0f;
	text-align: left;
}

.sidebarText {
	font-size: 10px;
	color: #dddddd;
	text-align: justify;
}

.areaInfoText {
	font-size: 11px;
	color: #D4CAC1;
	text-align: justify;
	line-height: 16px;
}

.areaInfoText A:LINK { color: #D4CAC1; font-weight: bold; }
.areaInfoText A:ACTIVE { color: #D4CAC1; font-weight: bold; }
.areaInfoText A:VISITED { color: #D4CAC1; font-weight: bold; }
.areaInfoText A:HOVER { color: #C7DFFF;; font-weight: bold; text-decoration: none; }
	
	

