body
{
	padding: 10px 0px 20px 0px;
	border-right: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 13px;
	background-color: #000050;
	text-align: center;
}

img		{
	border: 0;
	display: block;
	}

#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 750px;
	text-align: center;
	background-color:  white;
	}
	
#skyline
{
	background-color: #000050;
}


#page-header
{
	padding: 10px 0px 10px 0px;
	border-right: 0px;
	margin: 0px;
	border-left: 0px;
	color: white;
	background-color: darkgray;
	border-top: solid 4px #000050;
	border-bottom: solid 4px #000050;
}

#page-header h1	{
	font-size: 26px;
	text-align: left;
	padding: 0px 0px 0px 75px;
	margin: 0;
	}

#page-header a, a:link, a:visited, a:active
{
	color: white;
	text-decoration: none;
}

#page-header a:hover
{
	color: lightcyan;
	text-decoration: none;
}
	
#page-header p	{
	font-size: 16px;
	text-align: left;
	padding: 6px 0px 0px 25px;
	margin: 0;
	line-height:140%;
	}

#content
{
	padding:  10px 25px 20px 25px;
	text-align: left;
	background-color: white;
}
	
#footer	{
	text-align: center;
	border-top: 4px solid #000050;
	background-color: darkgray;
	color: white;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	}

	/* Default links 	*/

a:link, a:visited {
	text-decoration : none;
	color: navy;
	}

a:hover {
	text-decoration : underline;
	color: blue;
	}

a:active {
	text-decoration : underline;
	color: blue;
	}
	
	/*footer links */
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active 
{
	text-decoration: underline;
	color: White;
}
	
	/* Typography */
	
 p {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	line-height: 140%;
	}
	
h2
{
	font-weight: bold;
	font-size: 20px;
	margin: 12px 0px 7px 0px;
	padding: 0px;
	font-family: Georgia, Arial;
	color: darkblue;
}

h3
{
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	margin: 12px 0px 7px 0px;
	color: darkblue;
	font-family: Georgia, Arial;
	font-weight: bold;
}


	