/*  Main Styles */

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

img
{
	border: 0;
}

#topHeader
{
	background-image: url(/images/common/bg_top_gradient.gif);
}

#topHeader .topNav
{
	display: none;
}

#nav
{
	background-color: #003366;
	padding: 7px 0;
	border-bottom: 8px solid white;
}

#nav ul
{
	display: none;
}

#nav ul li
{
	display: none;
}

#header
{
	background-color: white;
	padding: 10px 0 9px 11px;
	border-bottom: 8px solid white;
}

#header h1
{
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

#homeBody
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF6D7;
	padding: 20px;
	line-height: 19px;
}

#homeBody a
{
	font-weight: bold;
	color: #369;
}

#homeBody ul
{
	font-size: 10px;
	line-height: 12px;
	margin-left: 10px;
	padding: 0 0 0 10px;
}

#homeBody ul li
{
	padding: 2px 0;
	list-style-image: url(/images/common/bullet.gif);
}

#homeBody ul li a
{
	font-weight: normal;
}

.homeLine
{
	border-right: 1px #CCC solid;
	padding-right:4px;
}

#upcomingEvents
{
	width: 200px;
	padding-left: 6px;
}

#footer
{
	padding: 10px;
	background-color: white;
	border-top: 15px solid #336699;
	font-size: 10px;
	color: #333;
	line-height: 17px;
}
#footer a
{
	font-weight: bold;
	color: #369;
}
#footer img
{
	float: right;
}

#homeSideBorder
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	border-left: 8px solid white;
	background-color:#DFDFDF;
}
#homeSideBorder p
{
	margin: 0;
	padding: 8px;
}

#homeSideBorder a
{
	color: #369;
}

#homeSideBorder img
{
	padding-bottom: 2px;
}

#bodyCopy
{
	background-color: white;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}

#bodyCopy h2
{
	font-size: 13px;
	color: #036;
	font-weight: bold;
}

#bodyCopy a
{
	color: #369;
}

#bodyCopy ul
{
	margin-top: 0;
	padding-top: 0;
}

#subNav
{
	width: 146px;
	font-size: 12px;
	border-right: 8px solid white;
}

#subNav ul
{
	display: none;
}

#subNav ul li
{
	display: none;
}

#sidePic
{
	font-size: 10px;
	color: #666;
	line-height: 14px;
}

.bottomBorder
{
	background-color: white;
	border-bottom:8px solid white;
}