body
	{
	margin:0px;
	padding:0px;
	background:#373737;
	}
	
img
	{
	border:0px;
	}
	
#container
	{
	width:960px;
	margin:0px auto;
	}

.topbanner
	{
	width:960px;
	height:99px;
	float:left;
	}
.banner
	{
	width:729px;
	height:140px;
	float:right;
	}

#navigation
	{
	width:231px;
	height:140px;
	float:left;
	background:url(../images/navigation.jpg) no-repeat;
	}
#navigation ul
	{
	margin:0px;
	padding:12px;
	}
#navigation li
	{
	font:14px Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style-type:none;
	background:url(../images/arrow.gif) no-repeat 9px 10px;
	padding:5px 25px;
	font-weight:bold;
	}	
#navigation a:link, #navigation a:visited, #navigation a:active
	{
	color:#FFFFFF;
	text-decoration:none;
	}
#navigation a:hover
	{
	color:#000000;
	}

#middlecontainer
	{
	width:960px;
	margin:0px;
	padding-top:10px;
	clear:both;
	float:left;
	background:#FFFFFF;
	}
#leftpannel
	{
	width:350px;
	float:left;
	padding:0px 0px 10px 9px;
	}
#rightpannel
	{
	width:580px;
	float:right;
	padding:0px 9px 0px 9px;
	}

h1, h2, h3, h4, h5, h6, p, li, ul
	{
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	}
	
h1
	{
	text-decoration:none;
	color:#04d6ff;
	font:25px Arial, Helvetica, sans-serif;
	padding:0px 0px 17px 0px;
	margin:0px;
	}
	
p
	{
	font:14px Arial, Helvetica, sans-serif;
	padding:0px 0px 17px 0px;
	margin:0px;
	text-align:justify;
	}

a:link, a:visited, a:active
	{
	text-decoration:none;
	}

#footer
	{
	width:960px;
	height:25px;
	clear:both;
	text-align:center;
	padding-top:10px;
	font:13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#footer a:link, #footer a:visited, #footer a:active
	{
	text-decoration:underline;
	color:#FFFFFF;
	}
	