@charset "UTF-8";
/* CSS Document */

body {
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	background: url(media/interface/page_bg.jpg) repeat-x #113366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then aligned as defined in the #container selector */
	color: #000000;
}
#nav {
	width:920px;
	height:24px;
	margin:0 auto;
	padding:8px;
	color:#000;
	text-align:left;
}
#nav a:link, #nav a:visited {
	color:#000;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	color:#03c;
	text-decoration:none;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
#masthead {
	width:940px;
	height:300px;
	background:url(media/interface/masthead.jpg) no-repeat #FC0;
	margin:0 10px 0 10px;
}
#masthead h1 {
	visibility:hidden;
	font-size:1px;
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
#contentBox {
	width:940px;
	background:url(media/interface/content-bg.gif) repeat-y;
	margin:0 10px 0 10px;
}
#contentTop {
	background:url(media/interface/content-top.gif) no-repeat;
	height:30px;
	width:940px;
	margin:0;
	padding:0;
}
#contentBottom {
	background:url(media/interface/content-bottom.gif) no-repeat;
	height:30px;
	width:940px;
	margin:0;
	padding:0;
}
#mainContent {
	padding: 0 40px 0 30px;
	width: 870px;
	margin:0 10px;
}
#mainContent h2 {
	margin-top:0;
	padding-top:0;
}
#footer {
	color:#CCC;
	font-size:10px;
	margin:0;
	padding:4px;
}