/* CSS Document */

body,html,p
      

{
	margin:0;
	padding:0;
	border: 0px;
	text-align: center;
         }

body {
  text-align: center;
  }

#wrapper {
    width: 910px;
	margin: 0 auto;
    padding: 40px;
	text-align: left;	
}

#wrapper2 {
	width: 830px;
	background-color:#FFF;
	}

#header {
	width: 830px;
	height: 364px;
	}
#menu {
	width: 250px;
	top: 10px; 
	float: left;
	
	}

#menu p {
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-left: 20px;
	border-bottom: thin #08426B solid;
	margin-right: 40px;
	text-align:left;
	}

#menu a:link {
	text-decoration: none;
	color: #08426B;
	background-color:#FFF;
	line-height: 180%;
	}
#menu a:visited {
	text-decoration: none;
	color: #08426B;
	background-color:#FFF;
	}
#menu a:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#08426B;
	}
#menu a:active {
	text-decoration: none;
	color: #FFF;
	background-color:#08426B;
	}

#content {
	width: 580px;
	float: left;
	background-color:#FFF;
	padding: 0;
	text-align: left;
}

#content p {
	font-family: Verdana;
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 12px;
	margin-right: 20px;
	text-align:left;
	}

#content h1 {
	font-family: Verdana;
	font-size: 120%;
	color: #08426B;
	line-height: 140%;
	margin-bottom: 12px;
	margin-right: 20px;
	text-align:left;
	}
	
#footersep {
	clear: both;
	height: 20px;
	}

#footer {
	clear: both;
	height: 20px;
	}
	
#footersep p {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 18px;
	margin-right: 20px;
	text-align:left;
	}