body {
   background-color:#333333;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}


#contain {
   width: 100%;
   background-color: white;
   float: left
}

#menu {
   width: 100%;
   background-color: #003366;
   float: left
}

#container {
   margin:0 auto;
   text-align: left;
   width: 1002px;
   background-color: white;
   clear: both;
}

h1 {
   text-indent: 10px;
   width: 1002px;
   display:block;
   line-height:10px;
   margin: 10;
   height: 10px;
   padding: 10;
   float: left;
}

#left {
	width: 222px;
	float: right;
	border-top: 9px solid #F7F7F6;
}


#content {
	width: 740px;
	float: left;
	padding: 20px 0px 20px 10px;
    background-color: white;
    display: block;
}

#content a:visited, #content a:link { 
    color: #6F2D47; 
    text-decoration: none; 

} 

#content a:hover { 
       color: #A5003B; 
       background-color:#C3C9B1; 
} 

#content h2 {
	font: bold 18px Arial, Georgia, Times New Roman, Times, serif;
	background: transparent url(images/bullet_title.gif) no-repeat;
	color: #80866A;
	width: 740px;
	padding: 0px 0px 10px 30px;
}

#content h3 {
	font: bold 14px Arial, Georgia, Times New Roman, Times, serif;
	background: transparent url(images/bullet_title.gif) no-repeat;
	color: #80866A;
	width: 740px;
	padding: 0px 0px 10px 20px;
}

#footer {	
	margin: 0px auto;
	position: relative;
	border-top: 9px solid #F7F7F6;
	width: 1002px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #D3D8C4;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D3D8C4;
	text-decoration: none;
}

#footer h2 a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
	background-color: #A5003B;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}


/* --- favorite links--- */

#favlinks {
	width: 207px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom:30px;
	margin-top: 0px;
	background-color: #F7F7F0;
}

#favlinks h2 {
	font: bold 12px arial, Times New Roman, Times, serif;
	line-height: 24px;
	color: #003366;	
	text-decoration: none;
	margin: 0 10px 0 0;
	padding-left: 0px;
}

#favlinks ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

ul.extlinks li {
	background: url(images/bullet_extlink.gif) no-repeat 0 3px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;

}

.extlinks a:link {
 	color: #A5003B;
 	text-decoration: none;
}

.extlinks a:visited {
 	color: #6F2D47;
 	text-decoration: none;
}

.extlinks a:hover {
	background-color: #C3C9B1;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}

ul.reclinks li {
	background: url(images/bullet_reclink.gif) no-repeat 0 3px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

.reclinks a:link {
 	color: #6F2D47;
 	text-decoration: none;
}

.reclinks a:visited {
 	color: #6F2D47;
 	text-decoration: none;
}

.reclinks a:hover {
	background-color: #C3C9B1;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}