/*
CSU Colors:
Greens:
#003B0E
#006130
#00573F

Golds:
#AD7500
#AD8744
#C38200

Banner Colors:
#0F0004    Dark Shadowed Tree
*/

/* A minimalist HTML body to enclose whole page */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* Start off with a normal default */
	margin: 0px;
	padding: 0px;
}

div#page {
	padding:0px;
	margin: 0px auto 0px auto;
	border-style:solid;
	border-color:#0F0004;
	border-width: 0px 8px 0px 8px;
	width:612px;
}

/* Internally header is divided into top and bottom with navigation in the bottom */
div#header {
	background-color: #0F0004;
	background-image: url("images/banner_back.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width:612px;
	height: 150px;
	font-size: 80%;
}

div#headerNav {
	padding-top: 120px;
	text-align: center;
}

div#headerNav a {
	color: #724D00;
	border: solid 1px #AD7500;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	background-color: #FFE612;
	opacity: 0.90;
}

div#headerNav a:hover, a:active {
	color: #006130;
	border: solid 1px #FFFFFF;
}

div#contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 600px;
	padding: 1em;
	text-align: justify;
}

#contents  a {
	text-decoration: none;
	color: #AD7500;
}

#contents  a:hover, a:active {
	color: #006130;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 6px 6px 12px 6px;
	background-color: #0F0004;
	color: #FFFFFF;
	max-width: 600px;
}

#footer a {
	color: #FFBB00;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #FFD04E;
}

div.footer600 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.footerLeft {
	font-size: 80%;
	float: left;
}

div.footerRight {
	float: right;
	margin: 0px 0px 6px 0px;
}

div.footerFoot {
	font-size: 80%;
	clear: both;
	text-align: center;
}

/* The following supports the table listing members of the group */

table.twocolumn {
	width: 100%;
	border-spacing: 0px;
}

td.column {
	width: 50%;
	vertical-align: top;
	padding: 0px;
}

/* The following supports the bibliography code made by BibTex.php */

div.abstract {
	color: #000000;
	position: relative;
	width: 500px;
	left: 50px;
	display: block;
}

div.hide {
	display: none;
}

