	    	body {
			font-family: Arial, Helvetica, FreeSans, sans-serif;
			background-color: #68696E;
			margin: 0px;
			padding: 0px;
			font-weight:300;
			color:#565347;	
			text-align: justify;
		}

	    
	    	H1 {
			padding-top: 10px;
			text-align: center;
			font-size:28px;
			color:#FFFDFC;
			font-weight:300;
			margin-bottom:-20px;
		}
		
		H2 {
			font-size:16px;
			color: #673B1C;
			border-bottom: 3px solid #673B1C;
			width:222px;
			font-weight:300;
		}
		
		
		H3 {
			font-size:14px;
			color: #554843;
			border-bottom: 2px solid #554843;
			font-weight:300;
	

		}
		
		H46 {
			text-align: right;
			font-size:10px;
			color: #FFFDFC;
			margin-right:5px;
			margin-bottom:0px;
			font-weight:300;
		}
		

		H4 {
			margin-top:0px;
			color: #FFFDFC;
			font-weight:300;
		}
		H5 {
			font-size:14px;
			color: #620000;
			font-weight:300;
		}
	    
		A {
			text-decoration: none;
			color:#000092;
		}
		
		A:visited {
			text-decoration: none;
			color:#000092;
		}
		
		A:hover {
			text-decoration: underline;
			color:#DD0000;
		}
		
		div#header {
			vertical-align: top;
			margin-top: 0px;
			width:754px;
			height: 120px;
			background-image:url('images/header_bg.jpg');
			background-repeat: repeat;
			overflow:hidden;

		}

		div#menu {
			text-align: left;
			font-size:12px;
			margin-left: 5px;
			margin-top: 35px; 
		}

		
		#menu li {
			background-image:url(/images/nav/nav_button_bg.jpg);
			background-repeat:no-repeat;
			/*border-right:1px solid #8A887D;*/
			float:left;
			height:24px;
			list-style-type:none;
			margin:0;
			padding-top:0;
			text-align:left;
		}
		
		#menu li a {
			border:medium none;
			color:#673B1C;
			display:block;
			font-size:12px;
			font-weight:300;
			height:24px;
			letter-spacing:1px;
			margin:0;
			padding-left:10px;
			padding-top:0px;
			text-decoration:none;
			width:80px;
		}
		
		div#title {
			padding-top: 10px;
			padding-bottom:-25px;
			text-align: center;
			font-size:28px;
			color:#FFFDFC;
			font-weight:300;
		}
		
	    	div#main {
			width: 754px;
			background-color:#fff;
			border: 1px solid #D3D3D3;
		}
		
		div#banner-img {
			padding:0px;
			width: 754px;
			border-bottom: 1px solid black;
		}
		
		div#central {
			font-family: Arial, Helvetica, FreeSans, sans-serif;
			font-style: normal;
			font-weight: 300;
			vertical-align: top;
			width: 540px;
			padding:5px;
			margin: 0px;
			font-size:12px;
		}
		
		div#side {
			vertical-align: top;
			width: 200px;
			font-size:10px;
			color: #565347;

			
		}
		
		div#footer {
			font-size : 9px;
			border-top: 1px solid #D3D3D3;
			color: #D3D3D3;
		}
		
		.image {
			border: 1px solid #D3D3D3;
			padding: 2px;
			
		}
		
		.b {			
			color:#3F3C30;
			font-weight:300;
			
		}