body {
	background-color: #303136;
	margin: 0px;
	width: 100%;
}

body a:hover {
	text-decoration: underline;
	color: blue;
}

#main {
	width: 100%;
	height: 100%;
	border: 1px solid blue;
}
#logo {
	width: 100%;
	background-color: white;
	height: 62px;
	text-align: left;
}
#logo a {
	font-family: ariel, helvetica, sans-serif;
	font-size: 11px;
	font-weight: medium;
	color: black;
	vertical-align: top;
	margin-top: 10px;
	background-color: white;
}
#tagline {
	width: 100%;
	height: 24px;
	background-color: #B30000;
}
#top_nav {
	color: #ffffff;
	width: 100%;
	background-color: #175CC6;
}
#top_nav a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#top_nav a {
	text-decoration: none;
	color: white;
}

#content {
	width: 860px;
	height: 100%;
	background-color: #303136;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	height: 20px;
	background-color: #B30000;
	color: white;
	font-family: ariel, helvetica, sans-serif;
	font-size: 11px;
	font-weight: medium;
	text-align: center;
	padding-top: 4px;
}
#footer a{
	color: white;
}

#leftnav {
	width: 201px;
	height: 100%;
	background-image: url(images/left-nav-shape.gif);
	background-repeat: no-repeat;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	vertical-align: top;
}	
	
#leftnav_guts, #leftnav_shadow {
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	list-style: none;
	width: 180px;
	line-height: 190%;
}

#leftnav_guts a {
	text-decoration: none;
	color: white;
}
#leftnav_guts a:hover {
	text-decoration: underline;
	color: yellow;
}

#leftnav_guts {
	text-align: left;
	position: absolute;
	left: 46px;
	top: 145px;
	color: white;
	z-index: 41;
}

#leftnav_shadow {
	text-align: left;
	position: absolute;
	left: 47px;
	top: 146px;
	color: black;
	z-index: 40;
}

#leftnav_shadow a {
	color: black;
	text-decoration: none;
}		

#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;
}


#related {
	margin-bottom: 12px;
}

.related_item {
	width:150px;
	float: left;
	margin-left: 10px;
	margin-top: 16px;
}

.related_item img {
	margin-bottom: 4px;
}

.related_item a {
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.home_capsule {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.home_capsule h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
}

.home_capsule p {
	margin-top: 2px;
}

.home_capsule li {
	margin-left: -10px;
}

.home_capsule a {
	font-weight: bold;
	text-decoration: none;
	color: #B30000;
}