body {
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
}
#main {
	width: 100%;
	height: 100%;
}

#top_nav {
	width: 90%;
	background-color: #d5d4d3;
	font-family: Arial Rounded MT Bold, ariel, helvetical, sans-serif;
	color: #565252;
	font-size: 16px;
	
}

#top_nav a {
	color: #565252;
	font-family: Arial Rounded MT Bold, ariel, helvetical, sans-serif;
	font-size: 16px;
}

#top_nav a:hover {
	color: #E14024;
	font-family: Arial Rounded MT Bold, ariel, helvetical, sans-serif;
	font-size: 16px;
}


#banner_nav {
	width: 100%;
	font-family: Arial Rounded MT Bold, ariel, helvetical, sans-serif;
}

#banner_nav a {
	color: #000000;
	font-size: 14px;
}

#banner_nav a:hover {
	color: #FF0000;
	font-size: 14px;
}

#pagetitle {
	font-family: ariel, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	margin-left: 10px;
}
#pagecontent {
	font-family: verdana, ariel, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}

#content {
	width: 900px;
	height: 100%
	background-color: #FFFFFF;
	
}
#content a:hover {
	text-decoration: underline;

}
#footer {
	width: 100%;
	height: 20px;
	background-color: #666666;
	color: black;
	font-family: ariel, helvetica, sans-serif;
	font-size: 11px;
	font-weight: medium;
	text-align: center;
	padding-top: 4px;
}
#footer a{
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: maroon;

}

#leftnav {
	width: 205px;
	height: 100%;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}	
	
#leftnav_guts a {
	text-decoration: none;
	color: #000000;
}
#leftnav_guts a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#leftnav_guts {
	width: 175px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-family: ariel, helvetica, sans-serif;
	font-size: 11px;
}


#text {
	width: 590px;
	height: 100%;
}

#textleft {
	background-image: url(images/background-textleft.gif);
	width: 23px;
	height: 100%;
}

#textright {
	background-image: url(images/background-textright.gif);
	width: 23px;
	height: 100%;
}

#text_area {
	vertical-align: top;
	position: relative;
	width: 540px;
	height: 100%;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}

ul li {
	margin-bottom: 6px;
	}

#text_area h1 {
	margin-top: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #B30000;
	border-bottom: 1px solid #B30000;
}

#text_area h2 {
	margin-top: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	border-bottom: 1px solid black;
}

#imagearea {
	width: 160px;
	float: left;
	margin-right: 6px;
	margin-left: 4px;
}

#imagearea a, #bodycopy a {
	color: #B30000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#bodycopy {
	float: left;
	width: 345px;
}

#bodycopy_wide {
	width: 535px;
}

#bodycopy_wide ol {
list-style-type: decimal;
}

#bodycopy_wide ol ol{
list-style-type: lower-alpha;
}

#bodycopy_wide ol ol ol{
list-style-type: lower-roman;
}

#body-sidebar {
	width:160px;
	float: right;
	padding: 10px;
	padding-top: 6px;
	margin-left: 6px;
	color: white;
	background-color: #175CC6;
}

#body-sidebar a {
	color: white;
}