/* Global Styles */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #FFCC00;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #FFCC00;
	background-color: #330033;

	}
	
/* ID Styles */
	
#navigation a {
	color: #FFCC00;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: table-cell;
	line-height: 25px;
	background-color: #330033;
	}
	
#navigation a:hover {
	color: #FFCC00;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #330033;
	font-weight: bold;
	display: block;
	line-height: 25px;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	



/* Class Styles */

.maroonsub {
	color: #006633;
	letter-spacing:normal;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}

.sidebarText {
	color: #FFCC00;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.bodyText {
	line-height:normal;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
.greenhead {
	color: #006633;
	letter-spacing:normal;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
.maroonsmall {
	color: #330033;
	font-weight:bold;
	line-height:normal;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.navText {
	color: #000000;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	line-height: 25px;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	}
	

	
	
