﻿body{
	margin:0;
	padding:0;
	background: #4a4a4a;
}
.header {
width: 100%;
height: 100px;
background: url(images/header-bg.gif) repeat-x;
}

.navigation {
width: 100%;
height: 45px;
background: url(images/nav-bg.gif) repeat-x;
margin:auto;
margin-left:0px;
margin-right:0px;

}
.navigation a {
		display:block;
		width:109px;
		background: url(images/nav.gif) 0 0 no-repeat;
		text-decoration: none;
		line-height: 45px;
		text-align: center;
		font-weight: bold;
		float: left;
		
		}
.navigation  a:hover {	
		background-position: -109px 0;
		}
		
		

.navigation a:link, a:visited
 {
color: #ffffff;
text-decoration: none;
}

#wrapper {
width: 800px;
margin: auto;
}
.searchbox {
float: right;
}

.leftpanel
{
	color:White;
	font-weight:bold;
	
}

.text
{
	color:#bad8ec;
	font-family:Arial;
	font-size:small;
}
	
.leftpanelheadings	
{
	background-color:#379ad5;
	color:#f1f1f1;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	
}
.leftpaneltext
{
	color:#d8ecf6;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background-color:#646363;
}
.headings
{
	color:#379ad5;
	font-weight:bolder;
	font-size:large;
}


.leftpaneltext a 
{ 
	color:#d8ecf6; 
	text-decoration:none;
}

.leftpaneltext a:hover 
{ 
	color:#d8ecf6;
	text-decoration: underline; 
}
.leftpaneltext a:link, a:visited
 {
color: #d8ecf6;
text-decoration: none;
}