ul.news li > span.meta {
	font-style: italic;
	font-size: 0.73em;
}

ul.news li {
	background-color: #4f8dbe;
	background-image: url("../images/news_bg.png");
	background-repeat: repeat-x;
	list-style-type: none;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: white;
}

ul.news li h3 {
	color: white;
	font-style: italic;
	padding: 0.3em;
	margin: 0px;
}

ul.news li p {
	padding: 0.4em;
}

*.friendlyText {
	padding: 1em;
	border: 0.2em outset #00639a;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #e6e8f4;
	color: #003141;
}

*.friendlyText span {
	display: block;
	margin-bottom: 0.58em;
}

*.errorMsg {
	color: red;
	font-weight: bold;
}

h2 {
	border-bottom: 1px solid #39677f;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #154257;
}

div#content {
	position: absolute;
	left: 12.3em;
	top: 120px;
}

div#menu {
	border: 1px solid #e8c505;
	border-top: none;
	border-bottom: none;
	width: 10em;
	background-color: #e8c505;
	font-size: 1.14em;
}

div#menu a {
	background-image: url("../images/link_bg.png");
	background-repeat: no-repeat;
	display: block;
	border-bottom: 1px solid #e8c505;
	padding: 0.11em;
	text-decoration: none;
	color: #635717;
}

div#menu a:hover {
	background-image: none;
	background-color: #f4ecbf;
	color: #635717;
}

div#header {
	background-image: url("../images/header_bg.png");
	height: 100px;
	width: 100%;
}

div#header img {
	float: left;
}

div#header h1 {
	font-size: 3em;
	padding: 0px;
	margin: 0px;
	color: #fdf9b9;
	padding-top: 10px;
}

div#header span {
	color: #d6d6d6;
	font-style: italic;
	font-size: 12px;
}

body {
	background-color: #cfd8e9;
}

img {
	border: none 0px;
}