body
	{
	margin:0px;
	padding:0px;
	background:#2f2f2f;
	}
	
a:link, a:active, a:visited
	{
	text-decoration:none;
	color:#FFFFFF;
	}
a:hover
	{
	text-decoration:underline;
	color:#191919;
	}

#container
	{
	width:960px;
	margin:0px auto;

	}
.banner
	{
	width:675px;
	height:226px;
	float:left;
	
	}

#navigation
	{
	width:285px;
	height:240px;
	float:right;
	background:url(../images/navigation.jpg) no-repeat top;


	}
#navigation ul
	{
	margin:0px;
	padding:5px;
	font:14px Trebuchet MS, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	}
#navigation li
	{
	width:250px;
	list-style:none;
	float:left;
	margin:0px;
	padding:8px 0px 0px 25px;
	background:url(../images/arrow.gif) no-repeat 9px 14px;
	}
	
#navigation a:link, #navigation a:visited, #navigation a:active
	{
	float:left;
	text-decoration:none;
	}
		
#middlecontainer
	{
	width:960px;
	height:auto;
	background:#FFFFFF;
	clear:both;
	float:left;
	}
#leftpannel
	{
	width:350px;
	float:left;
	padding:0px 0px 10px 9px;
	}
#rightpannel
	{
	width:580px;
	float:right;
	text-align:justify;
	padding: 0px 9px 9px 9px;
	}	

h1, h2, h3, h4, h5, h6, p, ul, li
	{
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	}
	
h1
	{
	margin:0px;
	padding:0px;
	color:#06ace4;
	}
	
p 
	{
	font:14px Arial, Helvetica, sans-serif;
	padding-top:9px;
	margin:0px;
	}
	
#footer
	{
	width:960px;
	height:86px;
	clear:both;
	text-align:center;
	padding-top:15px;
	color:#FFFFFF;

	}
	
