body {

	margin:20px 0px;
	padding:0px;
	text-align:center;
	background: #707758 url(images/body_grad.png) no-repeat;
	
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #333333;
	}
	
	#header {
	background : #fff url(images/srp1.png) center no-repeat;
	width : 852px;
	height : 100px;
	border-top:5px double #fff;
	border-left:5px double #fff;
	border-right: 5px double #fff;
	margin:0px auto;
	padding : 0px;
} 

    
a:link {
	color: #933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #72917d;
}
a:hover {
	text-decoration: underline;
	color: #72917d;
}
a:active {
	text-decoration: none;
	color: #933;
}
  
  

	
	#menu{
	
		background: #fff;
		padding: 2px;
		text-align: center;
		font: 8/9pt 'Lucida Grande', #fff Verdana, Helvetica, sans-serif;
		color: White;
		width: 858px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	ul#navigation
{
	margin-left: 0;
	padding-left:0
	list-style-type: none;
	background: #fff;
	float: left;
	width: 90%;
}

ul#navigation li
{
	display: inline;
	}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

ul#navigation a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #72917d;
	background: #ffffff;
	border-right: 1px solid #fff;
}

ul#navigation a:hover

{
	color: #fff;
	background: #72917d;
	}
 
 ul#navigation a:active

{
	color: #72917d;
	background: #ffffff;
	}
  
	#content{
	background: #fff no-repeat left;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	}
	
	
	
	h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif font-weight : bolder;
	}
	
	
	h2 {
	
	color : #930;
	text-align: left;
	letter-spacing : 2pt;
	
	font-size : 1.6em;
	line-height : 1.47em;
      }	
		
    
	h3 {
	
	color : #5B6F57;
	text-align: left;
	letter-spacing : 1.5pt;
	
	font-size : 1.09em;
	line-height : 1.47em;
      }
	
	h4 {
 
   color : #555;
   text-align: left;
   letter-spacing : 1.5pt;
   font-size : 1.5em;
   line-height : 1.47em;
       }
		  
		 
	#footer{
	background: #3A3A38;

	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 95%;
	padding-top: 10px;
	color: #fff;
	width: 862px;
	height:30px;
	margin-left: auto;
	margin-right: auto;		
	}

