@charset "UTF-8";
/*********** PALETTE **********/
/* maroon:     #600 */
/* dark blue:  #036 */
/* light blue: #069 */
/* gold:       #fc3 */

/*********** LAYOUT STYLES **********/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #600;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 780px;
	background: #FFFFFF url(../images/sidebarBkg.gif) repeat-y;
	margin: 5px auto 0;
	text-align: left;
} 
#header {
	background: url(../images/header.gif);
	height: 236px;
} 
#header h1 {
	margin: 0; /* prevent margin collapse */
	text-indent: -9999px;
}
#sidebar {
	float: left;
	width: 230px;
	background: #036;
	padding: 15px 0px 15px 0;
}
#sidebar p {
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
}
#navcontainer {
	width: 210px;
	margin: 15px 0 0 15px;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 0 20px 10px 5px;
} 
#footer {
	padding: 0 10px 0 20px;
	background:#600;
} 
#footer p {
	margin: 0;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
}
#calendar table tr td {
	border: 1px solid #144279;
	width: 60px;
}
#calendar table tr th {
	border: 1px solid #144279;
	font: bold 0.8em Georgia, "Times New Roman", Times, serif;
	color: #7B0012;
	text-align: center;
}

/*********** PRESENTATION STYLES **********/

p {
	font-size: 0.83em;
	line-height: 1.4em;
}
td {
	font-size: 0.83em;
	line-height: 1.4em;
}
li {
	font-size: 0.83em;
	line-height: 1.4em;
}
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #036;
}
h2 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #036;
}
h3 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #036;
}
h4 {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color: #036;
}
h5 {
	font: italic 0.9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #036;
}

/*********** CLASSES **********/
.date { /* used on calendar only */
	color: #7B0012;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}
.dateInfo { /* used on calendar only */
	font-size: 0.7em;
}

/***** STANDARD FLOAT ELEMENTS *****/

.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********** MOUSEOVER STYLES **********/

a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:active {
	color: #036;
	text-decoration: underline;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
