body {
	/* background-color: #191970; */
	background-color: #C9CBD6;
	font-family: Trebuchet MS, Georgia, Arial, serif;
	font-size: 14px;
	color:#29303B;
	line-height: 1.5em;
}

.article {
	width: 480px;
	column-count: 2;
	column-gap: 20px;
}

/* Set the page width */
#header, #navigation, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	background: white url('/image.cfm') left top;
	padding-top: 10px;
}

#photos {
	float: left;
}

#photos {
	float: right;
}

#navigation {
  height:2.7em;
  line-height:2.7em;
  clear: both;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration: none;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation {background-color: #004F79;}

#navigation li {border-color:white;}

#navigation a {color:white;}

#navigation .selected
  {background-color:#EE0000}
  
#navigation a:hover
  {background-color:#CC0000}

#wrapper-content {
	background: #FFFFFF;
	padding: 10px;
	padding-top: 20px;
	overflow: auto;
}

#wrapper-content {
	clear: both;
}

#wrapper-content-leftcol {
	/* padding: 0 10 0 10px;
	float: left; */
	margin-right: 270px;
}

#wrapper-content-rightcol {
	width: 250px;
	margin-left: 20px;
	float: right;
	font-size: 12px;
}

h1 {
	color: #004F79;
	font-weight: bold;
	font-size: 22px;
	line-height: 14px;
}

.page-title {
	color: #004F79;
	font-weight: bold;
	font-size: 20px;
}

.side-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #004F79;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dashed #004F79;
}

.headlines {
	font-weight: bold;
	font-size: 13px;
}

.blog_item {
	margin-right: 20px;
}

.headlines {
	font-size: 15px;
}

.blog_date {
	border-bottom: 1px dashed #000099;
}

.blog_date, .blog_link, .blog_post {
	font-size: 12px;
}

.description {
	font-size: 13px;
}