.container_12
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 2em;
	
	background: url(images/nav_bg.png) repeat-y 18px;

}

a
{
	color: #0170b5;
}
     
hr
{
	border-color:#0170b5;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;  
	margin-right: 10px;
}

h2
{
	color: #cb1a20;
	font-size: 18px;
	padding-top: 0;
} 

h3
{
	color: #cb1a20;
	font-size: 12px;
	padding-top: 0;
	font-weight: bold;
}

#header {
	width: 792px;
	height: 204px;
	background: url(images/header.png) no-repeat;
}

#pre-footer
{
	height:  20px;
		background-color: #fff;

}

#footer {
	width: 790px;
	height: 17px;
	background-color: #fff;
	background: url(images/footer.png) no-repeat 0 bottom;
}

#content {
	padding-left:20px;
	padding-right:20px;
	height: 475px;
	width: 554px;
	overflow: auto;
}

#nav
{
	padding-left: 20px;
	height:  445px;
}

#nav a
{
	text-decoration: none;
	color: #000;
} 

#nav a:hover
{
	text-decoration: underline;
}

#nav #selected
{
	font-weight: bold;
}


#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#nav li
{
	padding: 0;
		padding-left: 15px;

	margin: 0;
	
}


#nav_contents
{
	padding: 0;
}	



#banner
{
	background-color: #cb1a20;
	color: #fff;
	font-weight: bold;
	text-align: center;
		font-size: 14px;
}

#capital_logo
{
	position: relative;
	top: 1px;
	padding-left: 8px;
}

.slug_20
{
	height: 20px;
	background-color: #fff;
		margin-bottom: 10px;

}

.imageText {
	font-style: italic;
	color: #a0a0a0;
	font-size: 0.8em;
}

.imageLeft
{
	float:left;
	margin-right: 15px;
}

.imageRight
{
	float:right;
	margin-left: 15px;
}

.imageCenter
{
	width: 100%;
	text-align:center;
}  
 