/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	margin: 0;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/headbg.gif);
	background-repeat: repeat-x;
	position: relative;
	padding-top: 20px;
}

#header {
	margin: 0 10px;
	height: 115px;
	position: relative;
}

#header img {
	position: absolute;
	left: 0;
	top: 15px;
	border: none
}

#header ul {
	list-style-type: none;
	margin: 5px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-transform: uppercase;
	font-size: .8em;
}

#header li {
	display: inline;
	border-left: solid 1px #396588;
	padding: 0 5px;
}

#header li.first {
	border-left: none;
}

#header a {
	text-decoration: none;
	font-weight: bold;
}

#content {
	border-top: solid 2px #CCCCCC;
	margin: 0 10px;
	padding-top: 10px;
	clear: both;
}

#footer {
	font-size: 0.8em;
	background-image: url(images/subbg.gif);
	color: #FFFFFF;
	clear: both;
	padding: 10px 0 10px 10px;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	list-style-type: none;
	float: right;
	margin: 5px;
	padding: 0;
}

#footer li {
	display: inline;
	border-left: solid 1px #FFFFFF;
	padding: 0 5px;
}

#footer li.first {
	border-left: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.headline {
	font-weight: bold;
}

.date {
	font-weight: bold;
	margin-bottom: 15px;
}

.nounderline {
	text-decoration: none;
	border: none;
}

a:link, a:visited{
	color: #396588;
}
