
body {
	background-color: #FEFAF0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a {
	color: #A62400;
}

img {
	border: 0px;
}

#pagecontainer {
	width: 1000px;
	height: 632px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
}

/**********************/
/* CONTENT TABLES     */
/**********************/

table {
	border-collapse: collapse; 
}

td, th {
	font-size: .8em;
	background-color: #DEC385;
	padding: 4px;
	border: 1px solid #fff;
}

th {
	font-weight: bold;
}

/**********************/
/* NAVIGATION         */
/**********************/

#topnav {
	position: relative;
	top: 55px;
	left: 240px;
}

#topnav .navitem {
	padding-right: 7px;
	padding-left: 4px;
	border-right: 2px solid #8B4019;
}

.navitem:hover {
	text-decoration: underline;
}

.navitem {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

#sidenav {
	position: relative;
	top: 120px;	
	left: 18px;
	width: 200px;
	text-align: center;
}

/**********************/
/* HOME NEWS          */
/**********************/

#homepromos {
	position: relative;
	top: -190px;
	width: 200px;
	left: 780px;
}

.homewelcome {	
	color: #fff;
	font-size: 95%;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#homepromos .promoswtext {
	background-image: url(../images/homepromobg.gif);
	padding: 10px 15px 10px 15px;
}

#homepromos h2 {
	color: #8A2F1B;
	display: inline;
	font-size: 85%;
}

#homepromos h3 {
	font-weight: bold;
	display: inline;
	font-size: 85%;
}

/**********************/
/* FOOTER             */
/**********************/

#footer {
	padding-top: 4px;
	margin: 0px auto;
	width: 1000px;
	text-align: right;
	font-size: .9em;
	color: #888;
}

/*************************/
/* SEC LEV CONTENT BOXES */
/*************************/

h2 {
	font-size: 1em;
}

#seclevcontentb {
	width: 675px;
	height: 490px;
	position: relative;
	top: -720px;
	left: 290px;
	filter: alpha(opacity=75); /* ie */
	opacity: .75; /* mozilla */
	background: #fff;
	overflow: scroll;
}

#seclevpadb {
	width: 595px;
	position: relative;
	left: 40px;
	top: 20px;
}

#seclevcontent {
	width: 675px;
	height: 490px;
	position: relative;
	top: -190px;
	left: 300px;
	filter: alpha(opacity=75); /* ie */
	opacity: .75; /* mozilla */
	background: #fff;
	overflow: scroll;
}

#seclevpad {
	width: 595px;
	position: relative;
	left: 40px;
	top: 20px;
}

#seclevcontent h1 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #8C5900;
	font-size: 20px;
	.margin: auto;
	.padding: auto;
}

.newspage {
	font-size: 87%;
}

blockquote {
	font-style: italic;
}

.smalltext {
	font-size: .9em;
	font-style: italic;	
}
