body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Lucida Grande", Verdana, sans-serif;;
	color: #D0DCE9;
	background: #155091;
	}

#wrapper {
	padding-left: 4em;	
	}

#header {
	padding-bottom: 2em;
	}

#content {
	width: 56em;
	font-size: 95%;
	line-height: 1.5em;
	}

#column1 {
	width: 22em;
	float: left;
	}

#column2 {
	width: 32em;
	float: right;
	margin-left: 2em;
	font-size: 90%;
	line-height: 1.4em;
	}
	
#content img {	
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-top: .2em;
	border: 3px solid #D0DCE9;
	}
	
#content a img:hover {
	border-color: #fff;
	background: #fff;
	}
	
#column2 p {
	clear: left;
	}
	
#column2 h2 {
	clear: left;
	}
	
a:link, a:visited {
	padding-bottom: 0;
	color: #B0E25A;
	text-decoration: none;
	border-bottom: 1px solid #215997;
	}

a:hover {
	padding-bottom: 0;
	color: #fff;
	background-color: #215997;
	border-bottom: 1px solid #fff;
	}

.date {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #597DA5;
	}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	border: none;
	}
	
#column1 h2 {
	margin: 24px 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-size: 83%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #215997;
	}
	
#column2 h2 {
	margin: 24px 0 12px 0;
	padding: 0 0 5px 0;
	font-family: Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-size: 93%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #215997;
	}

#column2 h2.first {
	margin-top: 0;
	}

em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}

#footer {
	clear: both;
	margin: 2em 0 2em 0;
	padding: 2em 0;
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #597DA5;
	}
	
