BODY {
	background-color: #EEEEEE;
	text-align:left;
}

.inner-content {
	width: 949px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

BODY, TD, SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

A:link, A:visited, A:active {
	color:#003366;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.greenLink {
	color:#66FF00;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #773E5E;
	font-weight: bold;
	margin-bottom: 10px;
}

.divHeader {
	color: #FFF;
	background-color:#13587e;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.limoheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #773E5E;
	font-weight: bold;
	margin-bottom: 10px;
}

#content {
	padding-right: 10px;
}

.footerBar {
	background-image:url(images/bottombarbg.jpg);
	background-repeat: repeat-x;
	height:35px;
	padding-top: 10px;
	text-align: center;
}

.grayFade {
	background-image:url(images/backgrounds/grayToWhiteFade.jpg);
	background-repeat:repeat-x;
}

.linkBox {
	overflow: auto;
	position:relative;
	
}

.linkBoxUL {
	list-style: none;
}

.linkBoxUL LI {
	float:left;
	width: 200px;
}

.trAltColor {
	background-color:#D6D6D6;
}

.highlighted {
	font-size: 12px;
	color: #733D5D;
	font-weight: bold;
}

.center {
	margin-left: auto;
	margin-right:auto;
}

.menubar {
	background-image: url(images/backgrounds/menubar.jpg);
	background-repeat:repeat-x;
	height:28px;
	padding-top:6px;
	padding-left: 5px;
}

.menubar UL {
	margin:0px;
	padding: 0px;
	list-style: none;
}

.menubar LI {
	float:left;
	width: 75px;
}

.menubar A:link, .menubar A:visited, .menubar A:active {
	font-weight: bold;	
}


/* CALENDAR STYLES */
.calendar {
	border-top:2px solid #165579;
}

.calendar TH {
	font-size: 12px;
	font-weight: bold;
}

.calendar TD {
	
}

.year LI {
	list-style: none;
	float: left;
	margin: 20px;
	width: 100px;
	height: 150px;
}

.calendarDateHighlight A {
	background-color: #165579;
	color: #FFF;
}

.calendarHighlightedFull A {
	color:#FFF;
	background-color:#781618;
}
/* END CALENDAR STYLES */

