html, body {
	height: 100%;
}

body {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	background-color: #1B559C;                                                                                                  
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #000066;
	text-align: left;
	min-height: 100%;
}

* html #container {
	height: 100%;
} /*target IE6*/

#header {
	margin: 0px;
	padding: 0px;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav {
	background-color: #000066;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

#nav ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li.selected a {
	color: #FFCC33;
	font-weight: bold;
}

#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 8px;
}

#nav li a:hover {
	color: #CCCCCC;
}

#content a {
	color: #003399;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#news {
	border: 1px solid #000099;
	padding: 5px;
	width: 400px;
	margin: 5px auto;
}

#news p {
	font-weight: bold;
	color: #990000;
}

.blue {
	color: #000099; /*don't miss this page*/
}

