* {
    padding: 0;
    margin: 0;
} 

body {
	background: #ABA8A4 url('images/newbkrd.gif') top center repeat-y;	
	font: .78em "Arial" Verdana, Arial, sans-serif;
	line-height: 1.45em; 
}
a {
	color: #0977D7;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #023A93;
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/newmid.gif') top center repeat-y;
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/newtop.gif') top center repeat-y;
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/newbottom.gif') top center repeat-y;
height: 30px;
}


.header {
height: 92px;
background: #FFF;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #333; }
.header h1 a { font-size: 22px; color: #333; text-decoration: none;}
.header h2 { padding-left: 10px; padding-top: 0px; font-size: 12px; color: #333; letter-spacing:2px; text-transform:uppercase;}

.breadcrumbs { 
    background: #F6F9FB; 
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font: .88em "Arial" Verdana, Arial, sans-serif;

}

.breadcrumbs span.active {
	color:#990000;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 10px 10px 10px 0;
	padding: 1% 0% 1% 0%;
	text-align: left;
}

.middle p{
	margin-bottom: 20px;
}

.middle ul {
	padding: 0px 0 15px 20px;
	margin:0;
}

.middle li {
	margin-bottom:2px;
	list-style-type: square;
	color: #363636;
}

.right {
	float: right;
	width: 30%;
	margin: 10px;
	padding: 1% 2% 0% 1%;
	border-left: solid 1px #999;
	background-color: #f0f3f5;
	
}

.right p{
	margin-bottom: 10px;
	line-height: 1.2em;
	font: .72em;
	color: #333;
	text-align: left;
}

.right ul {
	padding: 10px 0 0px 20px;
	margin:0;
}

.right li {
	margin-bottom:2px;
	list-style-type: square;
	color: #023A93;
}

.right span.active {
	color:#990000;
}

.middle h2 { color: #023A93; font-size: 16px; margin-bottom: 10px; margin-top: 0px;}
.right h2 { color: #023A93; font-size: 14px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #333;
}

#footer a{
	color: #023A93;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover{
	color: #023A93;
	text-decoration: underline;
	font-weight:normal;
}


