A. {
	color: Black;
	text-decoration: none;
}

A:hover        {
	text-decoration: underline;
	color: #1463B0;
}

A:hover.footer        {
	text-decoration: underline;
	color:#990000;
}

body {
	margin: 0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color: #99CCFF;
}

#mastheadBackgroundArea{
	width: 100%;
	height: 247px;
}

#mastheadArea{
	max-width: 900px;
	height:290px;
	background-image:url(../images/mastheadBackground.gif);
	background-repeat:repeat-y;
}

#menuArea{
	max-width: 900px;
	padding-bottom: 5px;
}

#mainArea {
	vertical-align: top;
	width: 858px;
	padding: 20px;
	border: 1px solid #003366;
	background-color:#FFFFFF;
	background-image:url(../images/contentBackground.gif);
	background-repeat:repeat-x;
}

#footerArea {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration : none;
}

.contentArea {
	width:538px;
	padding: 0px 20px 20px 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#091C2F;
	line-height: 20px;
	text-align: left;
}

.contentAreaRight {
	width:280px;
	padding: 0px 0px 15px 20px;
	vertical-align: top;
	border-left: 1px dotted #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#091C2F;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#091C2F;
	line-height: 20px;
	text-decoration: underline;
}

.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
}

.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#091C2F;
	text-decoration: none;
}

.subheading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#990000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration : none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image:url(../images/formbackground.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	border: 1px solid #003366;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#091C2F;
	line-height: 20px;
}
	
/* CALENDAR STYLES */

.dayBoxes {
	width: 120px;
	height: 145px;
	padding: 3px;
	border: dotted 1px #003366;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #0066CC;
}

.dayBoxesWithEvent {
	width: 120px;
	height: 120px;
	padding: 3px;
	border: dotted 1px #003366;
	background-color: #FFFFCC;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #990000
}

.eventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #091C2F;
	text-decoration: none;
}
