body 
{
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#maincontainer
{
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
}

#header
{
	margin:auto;
	width:760px;
	height:192px;
}

#nav
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	
}

#maincontent
{
	margin:auto;
	background-color:#000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	width:760px;
	line-height:1.5;
	text-align:justify;
}

#mainpadding
{
	padding:16px;
}

#footer
{
	margin:auto;
	background-color:#FFFFFF;
	width:760px;
	height:20px;
}

#footertext
{
	margin:auto;
	padding-bottom:20px;
	background-color:#000;
	width:800px;
	height:20px;
	text-align:center;
	font-family: Tahoma, sans-serif;
	font-size: 12px; 
	color:#ffffff;
	line-height:2;
}

h1, h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 20px; 
	color: #fbda1b;
	font-weight: bold;
}

.subnews
{
	font-family: Verdana, sans-serif;
	font-size: 10px; 
	color: #FFF;
	font-weight:bold;
	font-style:italic;
}

.newsimage
{
	margin-left:12px;
}

.imagecontainer
{

width:100%;
margin-left: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
line-height: 2;
overflow:auto;
}

.imagecell
{
width: 200px;
height: 200px;
text-align:center;
float:left;
padding-top: 5px;
margin-bottom: 10px;
margin-right: 10px;
background-image:url(../private_admin/images/imagebg2.gif);
background-repeat:no-repeat;

}

/*--------------------------------------------------------------------------------------------------
-- Make linked images have no border
--------------------------------------------------------------------------------------------------*/

a img {
border:0;
} 

a.blacklink { text-decoration:none; color: #000; font-size: 12px; font-weight:bold; } 
a.blacklink:link { text-decoration:none; color: #000;  font-size: 12px; font-weight: bold; } 
a.blacklink:visited { text-decoration:none; color: #000; font-size: 12px; font-weight: boldl; } 
a.blacklink:hover { text-decoration:none; color: #000; font-size: 12px; font-weight: bold; } 
a.blacklink:active { text-decoration:none; color: #000; font-size: 12px; font-weight: bold; }

a.orangelink { text-decoration:none; color: #fbda1b; font-size: 12px; font-weight:bold; } 
a.orangelink:link { text-decoration:none; color: #fbda1b;  font-size: 12px; font-weight: bold; } 
a.orangelink:visited { text-decoration:none; color: #fbda1b; font-size: 12px; font-weight: boldl; } 
a.orangelink:hover { text-decoration:none; color: #fbda1b; font-size: 12px; font-weight: bold; } 
a.orangelink:active { text-decoration:none; color: #fbda1b; font-size: 12px; font-weight: bold; }