body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: normal 11px Arial, helvetica, sans-serif;	
	color:#31333B;	
}

body, div, ul, li, h1, h2, h3, h4, p { 
	margin: 0;
	padding: 0;
}

#header {
	width: 850px;
	height: 200px;
	margin: 0 auto;
    background-image: url(images/header_back.jpg);
}

#space  {
	width: 850px;
	height: 2px;
	margin-left: auto;
  margin-right: auto;
  background: #8fa819;

}

.menu {
	height: 60px;
	width: 100%;
	background-color: #8fa819;
	margin: 0 auto;
}

.menu_content {
	width: 850px;
	margin: 0 auto;
	height: 60px;
}

.menu_content ul {
	height: 18px;
	line-height: 16px;
    position: absolute;
   	margin: 0 auto;
}

.menu_content ul li {
	position: relative; 
	top: 21px;
	left:10px;
	height: 60px;
	display: inline;
    text-align: center;
    line-height: 16px;		
	margin: 0 auto;
}


.menu_content ul li a {
	padding-top: 20px;
	padding-left: 12px; 
	padding-bottom: 22px;
	padding-right: 12px; 
	font-family: "Trebuchet MS",arial, helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 16px;	
	background-color: #8fa819;
	margin: 0 auto;
}

.menu_content ul li a:visited {
	color: white;
	text-decoration: none;
}

.menu_content ul li a:hover {
	color: #8fa819;
	text-decoration: none;
	background-color: white;
}

.page_title{
	font-family:"Trebuchet MS",arial, helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	line-height:150%;
	color:#515151;
	padding-left:0px;
	padding-bottom:16px;
}

#content {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align : justify; 
	
	/*background:#000000;*/
}



#center {
	width: 806px;
	padding-top: 10px;
	padding-left: 22px;
	
	/*background: #ff00ff;*/
	}


#left {
	width: 190px;	
	margin: 0 auto;
	float:left;
	padding:20px;
	padding-top:0px;
	padding-left:5px;
	

	/*background: #ff0000;*/
}

#footer {
	width: 850px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	border-top: 2px solid #FFFFFF;
	background: #8fa819;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

 h1 {
 color:white;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-size:36px;padding-left:22px;
 text-transform: uppercase;
 }
 
 h2 {
 color:#8fa819;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:15px;padding-left:12px;
 background: url(images/arrow.gif) no-repeat left center;
 text-transform: uppercase;
 }
 
.blue {
color:#3f71b6;
font-weight: 800;
}

.bluesquare {
 color:#3f71b6;
 font-weight: 800;
 padding-left:12px;
 background: url(images/square.gif) no-repeat left center;
}


a {
color:#3f71b6;
}

a:hover {
color:#3f71b6;
text-decoration :none;
}

hr {
width:100%;
height: 1px;
color:#8fa819;
background-color:#8fa819;

}

#resol {
left:1280px;
text-align:left;
position:fixed!important;
position:absolute;
bottom:50px;
margin:0 auto;
background:transparent;

} 
#resol h1 {
background:none;
font-size:1.5em;
letter-spacing:12px;
padding:0px;margin:0px;
}
#resol h2 {
font-size:0.8em;letter-spacing:1px;
padding:0px;margin:0px;
background:none;
}

#copyrightkit {
width:850px;
margin-left: auto;
margin-right: auto;
text-align:right;
}
#copyrightkit, #copyrightkit a {
color:#cdd2da; 
}

#copyrightkit a:hover {
text-decoration:underline;
}

#holder { position: absolute; top: 0; left: 0;width:100%;}
#copy {clear: both; position: absolute; bottom: -15px; left:0;  border: none; width: 100%;}


