/* burgundy: 990033   990033 , blue: 0035b5, tan: c4b79b,  */

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	color: #3b3426;
	}
	
marquee {
	width:575px;
	float:right;
	margin-left:65px;
	position: absolute;
	top: 10px;
	font-size:1.9em;
}
hr {
	color:#cccccc;
	size: 1px;
	background-color:#FFFFFF;
}

#greenbox {
	border: 1px solid #0f5525;
	background: #e1fcea;
	line-height: 20px; 
	text-align: left;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding-right: 5px;
}
#redbox {
	border: 1px solid #870405;
	background: #faf3d7;
	line-height: 20px; 
	text-align: left;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding-right: 5px;
}
#beigebox {
	border: 1px solid #b09c47;
	background: #efe4bb;
	line-height: 20px; 
	text-align: left;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding-right: 5px;
}

/* @group General Text Elements
===================================== */

p, li, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.25;
	}

p, li, dt, dd, table { font-size: 1.5em; }

p.intro { font-size: 1.5em; }

li *, dt *, dd *, td *, th * { font-size: 1em; }

th {
	background-color:#EAEFFA; text-align:left;
}

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

a {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}

/* @end General Text Elements
-------------------------------- */

/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3em;
	color:#3b3426;
	margin:0px;
	}
h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	margin: 0px;
	line-height: 1;
	font-weight: bold;
	}

h2 {
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 2.75em;
	color: #3b3426;
	}


h3 {
	margin-top: 20px;
	font-size: 2.3em;
	color: #004a00;
	
	}


h4 {
	font-size: 1.9em;
	color: #870405;
	}


h5 {
	font-size: 1.2em;
	color: #870405;
	}


h6 {
	font-size: 1em;
	color: #004a00;
	}


/* @end Headings (H1-H6)
-------------------------------- */

.login_box{border:2px outset;}
.login_button{font-family:Arial;font-size:9pt;color:black;text-decoration:none;background-color:buttonface}
.login_body{font-family:Arial;font-size:9pt;color:black;text-decoration:none}
.login_header{font-family:Arial;font-size:9pt;color:white;text-decoration:none}

/* --------------------------- */
/* NAVIGATION */
/* --------------------------- */

.nav {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#FFFFFF; 
}
a.nav {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#FFFFFF; 
}
a.nav:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:underline; 
	color:#d6c57d; 
}
a.nav:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#FFFFFF; 
}
a.nav:active {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#FFFFFF; 
}

.fnav {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#004a00; 
	font-size:10pt;
}
a.fnav {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#004a00; 
	font-size:10pt;
}
a.fnav:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:underline; 
	color:#004a00; 
	font-size:10pt;
}
a.fnav:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#004a00; 
	font-size:10pt;
}
a.fnav:active {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	color:#004a00;
	font-size:10pt;
}


