body {
	margin: 0px;
	padding: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #003555;
    background: #e0f0ff url(images/bluefade.gif) repeat-x left bottom;
    background: #e2e2e2;

}

h1, h2, h3 {
	font: 120%;
	font-weight: normal;
}

a, a:link, a:visited, a:active {
    color: #003366;
    text-decoration: none;
    border-bottom: 1px dotted #003366;
}

a:hover {
    color: black;
    border-bottom: 1px solid #003366;
}

.header {
    width: 650px;
    margin: auto;
    background: black url(images/darkfade.gif) repeat-x left top;
    background: #8ce;
    
    color: #003555;
    font-weight: bold;
    padding: 20px 40px;
}

.logo {
    width: 650px;
    height: 160px;
    background: url(images/smallcrest.png) no-repeat left top;    
    margin: 5px auto 0 auto;
}

.logo h1 {
	margin: 0 0 0 160px;
	letter-spacing: -2px;
	font-size: 250%;
    padding: 30px 0 0 0;
}

.logo p {
	margin: 0 0 0 163px;
    font-size: 90%;
}

.menu {
    width: 650px;
    padding: 0px 40px;
    margin: auto;
    background: #00629d;
    border-top: solid #00629d 5px;
    border-bottom: solid #00629d 5px;
}

.menu ul {
	margin: auto;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
    width: 50px;    	
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active {
    border: none;
	display: block;
	float: left;
	margin-right: 42px;
	padding: 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #99CCFF;
	font-weight: bold;
	font-size: 70%;
}

.menu a:hover,
.menu a.active,
.menu a:link.active,
.menu a:visited.active {
    border: none;
    color: #003366;
    color:white;
    text-decoration: underline;
}

#wrapper {
    
    
}

#content {
	width: 650px;
	margin: 0px auto;
	padding: 10px 40px 40px 40px;
	background: white;
}

.post {
	margin-top: 20px;
}

.post .title {
	margin: 0;
	padding: 0;
    font-size: 150%
}
.post .entry {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #00629d;
}

#legal {
	width: 650px;
	margin: auto;
	padding: 10px 40px;
	text-align: center;
	font-size: 10px;
	color: #99CCFF;
	background: #00629d;
}

#legal a {
	border-bottom: 1px dotted white;
	text-decoration: none;
	color: #99CCFF;
}
.spacer {
clear: both;
height: 0px;
overflow: hidden;
}
