@charset "utf-8";
a {
	font-size: medium;
	color: #000033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #000033;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 120px;
	width: 950px;
}
#contentcontainer {
	clear: both;
	width: 950px;
}
#leftcontent {
	float: left;
	width: 200px;
}
#rightcontent {
	float: right;
	width: 750px;
}
#lr_content {
	margin: 5px;
	float: left;
	width: 350px;
}
#rr_content {
	float: right;
	width: 390px;
}
#footer {
	clear: both;
	height: 60px;
	width: 950px;
}
#credits {
	clear: both;
	height: 30px;
	width: 950px;
}

body,td,th {
	font-family: Cambria;
	color: #000066;
}
h1 {
	font-size: xx-large;
	color: #000033;
}
h2 {
	font-size: x-large;
	color: #000033;
}
h3 {
	font-size: large;
	color: #000033;
}
h4 {
	font-size: medium;
	color: #000033;
}
h5 {
	font-size: small;
	color: #000033;
}
h6 {
	font-size: x-small;
	color: #000033;
}
