@charset "utf-8";
*{
    margin:0;
    padding:0;
}



body {
    font-family: tahoma; 
    font-size:11px; 
    color:#000000; 
    background-color:#000000;
    padding:0px;
    margin:0px;
    background-image:url(../images/background.png);
    background-position:top;
    background-attachment:scroll;
    background-repeat:no-repeat;

}
}

#wrapper {
    width:680px;
    height:100%;
    margin:0 auto;
}


#header {
    background:url(../images/header.png) no-repeat;
    width:800px;
    height:150px;

}

#navigation {

    color:#003750;
    text-align:center;
    padding-top:7px;
    background:url(../images/navigation.png) no-repeat;
    width:800px;
    height:65px;

}

#content {
    background-image:url(../images/content_bg_rpt.jpg);
    padding:25px;
    width:750px; 
    height:100%;
    background-color:#262626;

}

#footer {
    margin:0px;
    background:url(../images/footer.jpg) no-repeat;
    width:800px;
    height:27px; 
    color:#6b6b6b; 
    font-weight:light; 
    text-align:center; 
    padding-top:13px;
    background-color:#000000;
}
.newstitle {
    background:url(../images/user_h3.gif) no-repeat;
    text-align:left;
    width:680px; 
    height:24px;
    padding-top:6px;
    background-color:#005ea3; 
    color:#d15400; 
    font-size:11px; 
    font-weight:bold;


}
.newscontent {
    background-image:url(../images/news_bg_rpt.jpg);
    text-align:left;
    width:680px; 
    background-color:#353434; 
    color:#C7D0D5;
    font-size:13px;


}

#newsfooter {
    background-image:url(../images/newsbar.png);
    width:680px; 
    height:18px;

}

#newstop {
    background-image:url(../images/topbar.png);
    width:680px; 
    height:18px;

}


.black #nav{
	position:relative;
	display:block;
	height:65px;
        width:800px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/navigation.png) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}
.black #nav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.black #nav ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
}
.black #nav ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:27px 15px 0 22px;
	height:65px;
}
.black #nav ul li a:hover,.black #nav ul li a.current{
	color:#ffffff;
	background:transparent url(../images/mouseover.png) no-repeat top center;
}


p.margin
{
margin-left:12px;
} 

//* Coded by Adam Ferguson *//