@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	color: #7C6A55;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;

}

a {
	color: #0093cf;
}

a:link, a:visited, a:link, a:visited {
	text-decoration:none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

#nav {
	width: 905px;
	height: 19px;
	background-color: #968877;
}

#date {
	width: 177px;	
	padding-top: 5px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#menu {
	width: 635px;
	padding-top: 5px;
	float: right;
	text-align: center;
	font-weight: bold;
}

#footerbar {
	height: 1px;
	background-color: #dedad4;
}

#footerlinks {
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	text-align: left;
	font-size: 10px;
	color: #999;
}

#footerlinks a {
	font-size: 10px;
	color: #999;
}

.header {
	font-size: 16px;
	line-height: 28pt;
}
