/* HTML Elements */

body, html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #feeaad;
	background-image: url(/images/bg-color.jpg);
}

h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }

th
{
	font-size: 14pt;
}

/* Layout Elements */
#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header
{
	width: 800px;
	height: 174px;
	clear: both;
}
#header img
{
	border: 0px;
}
#content
{
	padding: 15px 0px 0px 0px;
}
#footer
{
	text-align: center;
}
#footer img
{
	border: 0px;
}
/* Navigation */
#topnavContainer
{
	padding: 5px;
	background-color: #74cbe0;
	height: 30px;
}
#topnav
{
	width: 800px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#topnav li
{
	font-size: 23px;
	float: left;
	width: 195px;
	height: 30px;
	background-image: url(/images/nav-off.gif);
	background-repeat: no-repeat;
}
#topnav li:hover, #topnav li.sfhover
{
	background-image: url(/images/nav-on.gif);
	background-repeat: no-repeat;
}
#topnav li a
{
	position: relative;
	padding: 3px 0px 0px 30px;
	text-decoration: none;
	color: #fff;
	display: block;
}

#news-box {
	float: right;
	width: 150px;
	border: 1px solid blue;
	margin: 20px 0px 15px 20px;
	height: 300px;
}
#news-box h3 {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid blue;
}
#news-box-items {
	height: 230px;
	padding: 5px;
	font-size: 11pt;
}
#news-box-items #news {
	min-height: 200px;
}
#news-box-items #news p {
	margin-top: 0px;
}

/* Misc. Classes */
.left
{
	float: left;
}
.right
{
	float: right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
