@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/grey-fade.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
	
a:link {
	outline: none;
	text-decoration: none;
	}
	
a:hover {
	outline: none;
	text-decoration: none;
	}
	
a:visited {
	outline: none;
	text-decoration: none;
	}
	
a:visited:hover {
	outline: none;
	text-decoration: none;
	}
	
.headerlogo {
	width: 100%;
	height: 100%;
	z-index: 8; 
	float: left;
	}
	
.left-img {
   float: left;
   padding: 1px;
   border: 0px solid #f0f0f0;
   margin-top: 5px;
   margin-right: 10px;
   margin-bottom: 10px;
   }
					
#container {
	width: 990px;
	margin: 0 auto 10px;
	}

#header {
	height: 150px;
	width: 970px;
	margin: 10px auto 15px;
	text-align: center;
	}				
					
#content{
	width: 800px;
	margin: 0 auto;
	}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #12406c;
	padding-left: 20px;
	}	
	
#content p a:link{
	text-decoration: none;
	color: #12406c;
	}
	
#content p a:hover{
	text-decoration: none;
	color: #12406c;
	}
	
#content p a:visited{
	text-decoration: none;
	color: #12406c;
	}
	
#content p a:visited:hover{
	text-decoration: none;
	color: #12406c;
	}
					
#footer {
	width: 970px;
	height: 50px;
	margin: 120px auto;
	text-align: center;
	}
					
					
					
		

