/* CSS Document */
/* copyright Amin Motin www.sublime-products.com */

.content {
	font: 14px Georgia, "Times New Roman", Times, serif;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.maincontent .contenttext {
	margin-right: 75px;
	margin-left: 75px;
}
.content .maincontent .footer {
	background: url(images/footerarea.jpg);
	height: 64px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.content .header .headertext {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	margin-right: 400px;
}

.content img {
    float: right;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 0px;
}

.content .topbar {
	background: #005C95;
	height: 25px;
}
.content .maincontent .navtext {
	margin-right: 75px;
	margin-left: 75px;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.maincontent {
	background: #005C95 url(images/sitebackground.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	overflow: hidden;
}
.content .header {
	background: url(images/headergraphic.jpg) no-repeat;
	width: 900px;
	height: 288px;
	position: relative;
	padding-left: 75px;
	margin-right: 300px;

}

.content .header h1 a {
   text-indent: -5000px;

}

.blocked{
    display:block;
	width: 975px;
	height: 288px;
	margin-left: -75px;
	margin-bottom: -63px;	
    text-decoration:none;
} 

.content .maincontent .footer  a
{
display:block;
width:100%;
height:100%;
text-decoration:none;
}
