
/* CSS definition file containing sitestyle stylesheets */
/* Last update 11/29/07  JSKocher
				02/11/08  JSK	Changed BODY font-size from xx-small to 10pt	
*/

/*
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: xx-small; background-color: rgb(0,0,0); background-image: none;}
*/ 

 p { font-family: Verdana, Arial,Helvetica,Geneva,Sans-serif; font-size: 10pt;}
 a { color: #000; text-decoration: underline;}
 a:hover {text-decoration: underline; color: rgb(120,140,50)}

 
body {
	font: 10pt/1.5 verdana, arial, helvetica, serif;
	line-height:1.5;
	background: white;
	background-color: #000000;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0 auto;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/*
#container {
	width: 36em;
	background: #D8E1B6;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D8E1B6;
	margin: 0 auto;
}
*/

p {
	background: center no-repeat;
}

.boxed
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

#content {
	clear: left;
}

#content a {
/*	color: #7C6240;
*/
}

#content a:hover {
	text-decoration: none;
}

#topContainer {
	width: 800px;
	border-width: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
	
#fullBanner {
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #000;
}

#mainContent { 
	background-color: #F2F1C2;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #888;
	padding: 0 0 1px 0;
} 

#mainFooter {
	background-color: #E1EABD;
	text-align: center;
	border-style: solid;
	border-width: 2px 0;
	border-color: #888;
	border-bottom-color: #000;
	padding: 0.25em 0;
}

#mainMenu {		/* More menu css commands are in css_files/menu.css */
	margin: 0 auto;
	width: 800px;
/*	height: 30px;  */
/*	background-color: rgb(242,241,194);
*/  background-color: #BEC995;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-color: #888;
}

#f2 {
	background-color: #E1EABD;
	text-align: center;
	border-style: solid;
	border-width: 2px 0;
	border-color: #888;
	border-bottom-color: #000;
	padding: 0.25em 0;
}



