html, body, form, ul, li, p, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 11px;
	font-family: arial;
	background: url(images/bg.gif) #5789CD repeat-x 0 141px;
}
#main {
	width: 918px;
	padding: 15px 0 0 0;
	margin: 0px auto;
}
#logo {
	width: 326px;
	height: 80px;
	padding: 0 0 0 20px;
	float: left;
}
#top_txt {
	width:400px;
	height: 23px;
	padding: 30px 0 0 20px;
	float: right;
}
#menu {
	width: 800px;
	height: 53px;
	list-style: none;
	background: url(images/menu_bg.png) no-repeat;
	padding: 11px 19px 0 99px;
	margin: -9px 0 0 0;
	float: left;
}
* html #menu {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='images/menu_bg.png' );
}
#menu li {
	height: 53px;
	background: url(images/menu_border.gif) no-repeat;
	padding: 0 0 0 1px;
	float: left;
}
#menu a {
	height: 38px;
	color: #253D90;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 15px 18px 0 18px;
	_position: relative;
	float: left;
}
#menu a:hover {
	background: url(images/menu_hover.gif) no-repeat 0 0;
}
#menu a.last {
	background: url(images/menu_border.gif) no-repeat right 0;
}
#menu a.last:hover {
	background: url(images/menu_hover.gif) no-repeat right 0;
}



/*---------- BEGIN ACTIVE MAIN NAVIGATION STYLES ------------*/
body.home #home, body.about #about, body.directory #directory, body.guidelines #guidelines, body.location #location, body.contact #contact {
	background: url(images/menu_hover.gif) no-repeat 0 0;
}
/*---------- END ACTIVE MAIN NAVIGATION STYLES ------------*/



#content_main {
	width: 900px;
	background: url(images/content_bg.gif) repeat-y;
	padding: 12px 9px 0 9px;
	float: left;
}
#content {
	font-size: 12px;
	width: 580px;
	color: #5A5A5A;
	padding: 0 0 0 15px;
	float: left;
}
#content #header {
	width: 580px;
	padding: 0 0 10px 0;
	float: left;
}
#content h1 {
	color: #000000;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	margin: 0 0 10px 0;
	clear: left;
	display: block;
}
#content p {
	font-size: 12px;
	font-family: verdana;
	line-height: 1.9;
	padding: 0 0 10px 25px;
	display: block;
}
#content ol {
	color: #5A5A5A;
	font-size: 12px;
	font-family: verdana;
	padding: 0 0 10px 90px;
	display: block;
}
#content ul {
	color: #5A5A5A;
	font-size: 12px;
	font-family: verdana;
	list-style: none;
	padding: 0 0 10px 90px;
	display: block;
}
#content ul li {
	background: url(images/list_dot.gif) no-repeat 0 8px;
	padding: 3px 0 3px 13px;
	display: block;
}
#sidebar {
	width: 265px;
	color: #5A5A5A;
	float: right;
}
#sidebar h1 {
	width: 243px;
	height: 30px;
	color: #FFBC00;
	font-size: 20px;
	background: url(images/sidebar_title.gif) no-repeat right 0;
	padding: 6px 0 0 22px;
	margin: 0 0 10px 0;
	float: left;
}
#sidebar #ad {
	width: 240px;
	text-align: center;
	padding: 5px 15px 15px 10px;
	float: left;
}
#sidebar #ad a.full {
	color: #253D90;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0 0 0;
	float: right;
}
#sidebar #ad a:hover.full, #sidebar #events a:hover {
	text-decoration: underline;
}
#sidebar #events {
	width: 225px;
	color: #253D90;
	list-style: none;
	padding: 0 15px 10px 25px;
	float: left;
}
#sidebar #events li {
	width: 225px;
	padding: 5px 0 5px 0;
	float: left;
}
#sidebar #events a {
	color: #253D90;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#sidebar #events p {
	padding: 0 0 0 10px;
	display: block;
}
#content_bottom {
	width: 918px;
	height: 30px;
	background: url(images/content_bottom.jpg) no-repeat;
	float: left;
}
#footer {
	width: 900px;
	color: #90BCF7;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	padding: 5px 9px 10px 9px;
	float: left;
}
#footer .f_menu {
	width: 900px;
	padding: 0 0 10px 0;
	float: left;
}
#footer .f_menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 2px 0 2px;
}
#footer .f_menu a:hover {
	text-decoration: underline;
}
#footer .copy {
	width: 900px;
	float: left;
}
#footer .copy a {
	color: #90BCF7;
}
#footer .copy a:hover {
	text-decoration: none;
}