body {
	font-family: Verdana;
	font-size: 12px;
	color: #888888;
	background: #EFEFEF url(images/bg_top.png) top left repeat-x;
	margin: 20px;
}

.content{
	width: 650px;
}

.content-left{
	width: 520px;
	float: left;
}

.content-right{
	width: 130px;
	float: right;
	margin-top: 40px;
}

.content-title{
	width: 510px;
	height: 6px;
	float: left;
	background: url(images/blockhead.jpg) top left no-repeat;
}

.content-bg {
	width: 494px;
	background: url(images/blockbg.jpg) bottom left no-repeat;
	padding: 8px;
	float: left;
	margin: 0 0 10px 0;
}

.content-footer{
	width: 510px;
	float: left;
}

a img {
	border:0 none
}
 
img {
	filter: alpha(opacity=30);
	opacity: 0.5;
	-moz-opacity:0.5;
}

img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

p{
	font-family: Verdana;
	color: #666666;
	text-align: left;
}

p.footerlinks{
	font-size: 8px;
	color: #D0D0D0;
	text-align: left;
	border-bottom:1px solid #D0D0D0;
}

h1{
	color: #888888;
	text-align: left;
	font-size: 17px;
	border-bottom: 1px solid #dadada;
	width: 650px;
}

h1:hover {
	color: #000;
}


/* h1: a:link{
	color: #00227F;
	text-decoration:none;
	font-size: 12px;
} */

h2{
	font-family: Georgia;
	color: #666666;
	border-bottom: 1px solid #dadada;
	font-size:14px;
	text-align: left;
	width:480px;
}

h3:hover {
	color: #000;
}

h5 {
	color: #666666;
	border-top: 1px solid #DFDFDF;
	margin: 1px;
}

h5:hover {
	color: #000;
}

a:link {
	color: #00227F;
	text-decoration:none;
}
a:active,
a:visited {
	color: #00227F;
	text-decoration:none;
}

a:hover {
	color: #22229C;
	text-decoration:none;
}

.footerlinks{
	width: 510px;
	float: left;
margin: 10px 0;}
.footerlinks a:link, .footerlinks a:visited, .footerlinks a:hover    {
	margin: 0 3px; 
	font-size: 8px;
	color: #D0D0D0;
}
