 body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
		text-align:left;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
}





#header {
    width:800px;
	background-color:dddddd;
	padding-left:-15px;
}

#container
{
background-color:#dddddd;


}

#content {
   	width:810px;

	text-align:left;
	background-color:#ffffff;
border:1px outset #000000;
}


#sidebar {

	width:200px;
height:260px;
	float:left;
	font-size:95%;
	color:#253183;
	text-align:left;
	clear:left;
        
border-right:1px solid #0099CC;
		
		
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:2px solid #dddddd;
	color:#253183;
	text-align:left;


	
}
#sidebar h3 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
        
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:2px solid #dddddd;
	color:#253183;
	text-align:left;
}
.submenu a {
	display:block;
	width:90%;
	background-image:url(images/backgrounds/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:;
}
.submenu a:hover {
	background-image:url(images/backgrounds/arrow1.gif);
	background-color:#0099CC;
color:black;
	
}

