a { text-decoration: none; }
a:hover { color: #FF9900; text-decoration: underline; }
img { border: 0; }

body
{
	background: #01667D url(../img/sb_bg.jpg) repeat-y top left;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}

#homeBody { background-color: #01667D; }
#body
{
	font-family: Arial;
	font-size: 10pt;
	width: 981px;
}

#sidebar
{
	float: left;
	width: 206px;
	height: 100%;
}

#header
{
	width: 981px;
	padding-left: 16px;
	background-color: #01667D;
	height: 144px;
	overflow: hidden;
}

#mainBody 
{
	float: left;
	background-color: #EBFCFF;
	width: 745px;
	margin: 10px 15px 10px 15px;
	padding-bottom: 20px;
}

.noShow { display: none; }
.column { float: left; margin: 0 30px 0 0; }
.bulletList, .address { font-size: 10pt; }

#sideContent { padding: 0 0 0 15px; position: relative; z-index: 10; }
#sideContent * { display: block; font-weight: bold; color: #FFFFFF; line-height: 16px; }
#sideContent a:hover { color: #FF9900; text-decoration: underline; }
#sideContent .activeTopic { color: #FF9900; }

#logo { padding: 49px 0 20px 0; }
#headerLogo { padding: 25px 16px 10px 0; }

.linkIndent { margin-left: 35px; }
ul { margin-top: 0; margin-bottom: 0; }
div > ul { padding-left: 30px; }
ul.noIndent { line-height: 18px; margin-left: 15px; margin-top: 0; padding: 0; }
li { line-height: 18px; }

.home { background: #EBFCFF url(../img/home_bg.jpg) no-repeat top left; }

#footer { clear: both; padding: 15px 0 0 216px; }
#endLine { border-top: 1px solid #000000; }
