/* - Global - */
#container {
	width: 740px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}

body {
	background-color: #999982;
	background-image: url(background.gif);
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}


/* - Header - */

#header {
	background-color: #008DBA;
	text-align: center;
	height: 110px;
}



/* - Main Content Area - */

#content {
	padding: 5px;
	margin-left: 215px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 145%;
	color: #5D5D4E;
}

#content p {
	margin-right: 20px;
}

#content a {
	color: #ff9900;
	text-decoration: none;
}

#content a:hover {
	color: #ACAE9E;
	text-decoration: underline;
}

#content h1 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #FF9900;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: -5px;
	line-height: 27px;
}


#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -12px;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: E6E3DD;
	padding-top: 5px;
	width: 483px;
	text-align: left;
	background-position: left;
	margin-left: 0px;
	padding-left: 0px;
}


#pic
{
	background-image: url(blank225.gif);
	width: 225px;
	height: 225px;
}



/* - Site Navigation - */

#sidenav {
	float: left;
	width: 200px;
	padding-bottom: 10px;

}

#sidenav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom-width: 0px;
	/*/*/border-bottom-color: #194775;
	/*/*/border-bottom-style: solid;
}

#sidenav li {
		/*/*/width: 200px;
		/*/*/margin: 0 0 0 0;
		/*/*/font-family: Arial, Helvetica, sans-serif;
		/*/*/font-size: 0.9em;
		/*/*/font-weight: bold;
		/*/*/border-bottom-width: 1px;
		border-bottom-color: #194775;
		/*/*/border-bottom-style: solid;
}

#sidenav li #current{
	color: #194775;
	text-decoration: none;
	background-color: #FFFFFF;
}

#sidenav a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: #77B6D4;
	text-decoration: none;
	
}

#sidenav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #194775;
}





/* - Subnavigation - */

#subnav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: -10px;
	color: #E6E3DD;
	padding: 0px;
}

#subnav ul, #subnav li {
	display: inline;
	list-style-type: none;
}

#subnav li #current {
	color: #CCCCCC;
	text-decoration: none;
}




/* - Footer - */

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
}

hr {
	border: 0;
	width: 483px;
	text-align: left;
	background-position: left;
    }
	
hr.hr1 {
	color: #E6E3DD;
	margin-top: 5px;
	background-color: #FF9900;
	height: 1px;
	margin-bottom: 20px;
}
.calendarDates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	padding-right: 3px;
	margin-right: 1px;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 115%;
	color: #999999;
}
.darkblue {
	color: #194775;
}
.red {

	color: #FF0000;
}
.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin-right: 0px;
	color: #5D5D4E;
}
.normalBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin-right: 0px;
	color: #003366;
}
