body {
	padding: 0px;
	margin: 0px;
	background:#FBFBFB;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	width: 700px;
	height: 180px;
	background: url('images/header.jpg');
}

#logo {

	margin-top: 0px;
	padding-top:15px;
	padding-left:30px;
	width: 400px;
	height: 60px;
}


#title{
	font-family: Arial;
	font-size: 35px;
	color: #88ba25;
	font-weight: bold;
	text-transform: uppercase;
}
#title a:link, #title a:visited {
	font-family: Arial;
	font-size: 35px;
	color: #88ba25;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}


#slogan {
	font-size: 12px;
	color: #fff;
	height: 25px;
	background-color:#828282;
}


#linkswraper{
	
}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #0284ae;
	display: block;
}

#links_header {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	background-color: #0d4d87;
	margin: 0px;
	height: 25px;
	
	
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0284ae;
	text-align:left;
	padding-left:10px;
}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	padding:5px;
}

#footer {
	font-size: 12px;
	color: #fff;
	height: 36px;
	background-color: #1b568e;
}

#footer a:link, #footer a:visited {
	font-size: 12px; 
	color: #83c2fd;
}
