/* CSS Document */
body
{
margin: 0 0 0 0;
}
.maintable
{
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: url('/sd-bg.jpg') repeat-x top left #333333;
}

#mainheader
{
	text-align:center;
	padding: 0;
	background: url('/images/sd-header-bck.jpg') repeat-x;
	border-bottom:solid 2px #296CC5;
}

#topnav
{

		height:40px;
	
	padding: 0;

	text-align:center;
	

	
}
#topnavbck
{
	background: url('/images/navbar-bg.jpg') repeat-x;
		
	

	
}

#topnav ul
{
	

	text-align: center;
	display:inline;

	
}

html body 
{
	
	
	text-align: left;
}

#topnav li
{
	list-style: none;
	float: left;
	display:block;
	
	
	
	
	
	
}

#topnav li a
{
	color: #fff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 12px 4px 12px;
	margin: 0;
	text-align: center;
		/*width: 105px;*/
}

#topnav a:hover
{
	text-decoration:none;
	background: #777777;

}

#contentNavBar h3
{
	background: url('/images/navbar-bg.jpg') repeat-x;
	text-align: center;
}
