body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0; padding: 0;
}

div#header {
	background: #003399;
	border-bottom: 1px solid #003399;
}

div#header h1 {
	margin: 0;
}

div#header div {
	height: 20px;
	background: #e6eaf5;
}

div#spacer {
	height: 15px;
	border-bottom: 1px solid #003399;
}

div#menu {
	float: left;
	width: 220px;
	font-size: 90%;
}

div#menu ul {
	list-style: none;
	padding: 0;
	margin: 1em 10px;
}

div#menu li {
	display: inline;
}

div#menu li a {
	background: url(/images/bluebutton.jpg) top left no-repeat;
	display: block;
	padding-left: 20px;
	margin-bottom: 5px;
}

div#menu li a:hover {
	background: url(/images/redbutton.jpg) top left no-repeat;
}

div#content {
	margin-left: 220px;
	padding: 1em 20px 20px 20px;
	border-left: 1px dotted #cccccc;
	min-height: 450px;
}

* html div#content {
	height: 450px;
}

div#footer {
	clear: both;
	border-top: 1px solid #000000;
	background: #e4e4e4;
	font-size: 75%;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:active {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}