/* COLOR REFERENCES:

Dark Blue Gray:	#2e4b6b
Blue Gray:		#637185
Dark Green:		#506826
Dark Gray:		#9d9d9d
Charcoal:		#797979
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #2e4b6b url(../images/bodybkgd.gif) repeat-x;
	margin: 10px 10px 20px 10px;
}
a {
	text-decoration: none;
	color: #2e4b6b;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 5px 0px 10px 0px;
}
.clear {
	clear: both;
}
.tbl td, .tbl th {
	padding: 5px;
}
.tbl th {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
td.tblhighlight {
	color: #FFFFFF;
	background: #2e4b6b;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#page {

}
#container {
	margin: auto;
	width: 760px;
	background: url(../images/containerbkgd.gif) repeat-y; 
}
#header {
	height: 130px;
	margin: 0px;
	background: url(../new/images/header.jpg) center top no-repeat;
}
#header h1 {
	margin: 0px;
	padding: 55px 0px 0px 145px;
	font-size: 18px;
}
#header h2 {
	margin: 0px;
	padding: 0px 275px 0px 145px;
	font-size: 14px;
	font-style:italic;
	color: #2e4b6b;
}
#nav {
	margin: 0px 2px;
	background: #9d9d9d;
	text-align: right;
	border-top: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
}
#nav ul {
	padding: 3px 0px;
	margin: 0px;
}
#nav li {
	margin: 0px;
	padding: 3px 0px;
	display: inline;
}
#nav a, #nav a:hover {
	padding: 3px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li:hover {
	color: #FFFFFF;
	background: #797979;
}
#sidebar {
	float: left;
	margin-top: 0px;
	margin-left: 2px;
	width: 222px;
}
#sidebar a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 172px;
	padding: 5px 10px 5px 40px;
	background: #cecece url(../images/aabtnoff.gif) 5px 2px no-repeat;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/aabtnon.gif) 5px 2px no-repeat;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	border-bottom: 2px #FFFFFF solid;
	list-style: none;
	background: #cecece;
}
#sidebar li:hover {
	color: #FFFFFF;
	background: #797979;
}
#content {
	margin: 20px 50px 0px 260px;
	background: #FFFFFF;
	min-height: 175px;
}
* html #content {
	height: 175px;
}
#content h1 {
	font-size: 16px;
	color: #2e4b6b;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 14px;
	color: #797979;
	margin: 0px;
}
#content h3 {
	font-size: 14px;
	color: #2e4b6b;
	margin: 0px;
}
#content p {
	line-height: 150%;
}
#content li {
	padding-top: 5px;
}
#content .intro {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #2e4b6b;
}
#content img.right {
	float: right;
	margin: 0px 0px 10px 5px;
}
#content p.events {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px #9d9d9d solid;
}
#content .eventtitle {
	font-weight: bold;
	color: #2e4b6b;
}
#content .noschool {
	font-weight: bold;
	color: #c42020;
}
#copyright {
	margin: -2.3em 10px 0px 240px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	height: 171px;
	padding: 0px 10px 0px 240px;
	text-align: center;
	background: url(../images/footer.jpg) center bottom no-repeat;
}
#footer p {
	padding-top: 50px;
}