/* standard elements */

body  {
	color: #979797;
	font-size: 10px; 
	font-family: Arial, SunSans-Regular, sans-serif; 
	line-height: 12.5pt; 
	letter-spacing: .1em;
	background-color: #4a4a4a;
	
	text-align: center;
	}

table  {
	font-size: 10px; 
	font-family: Arial, SunSans-Regular, sans-serif; 
	line-height: 12.5pt; 
	letter-spacing: .1em;
	color: #979797
	}

em {
	font-style: normal;
	font-weight: bold
	}
	
img {
	border: 0pt;
	padding: 0pt
	}

p {}

td {}

a {
	color: #EE4444;
	text-decoration: none;
	}

a:hover {
	color: #8888EE;
	text-decoration: underline;
	}


/* FOR IE ONLY */
.ie span.hMenu a:link, .ie span.hMenu a:visited { 
	top: 0px; 
	}


/* menu bar */

span.hMenu a:link, span.hMenu a:visited { 
	color: #3A3127; 
	background-color: transparent; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 18px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	padding: 6px 10px 6px 10px; 
	border-bottom: 0px none; 
	border-right: 0px solid #fc3; 
	position: relative;
	top: 3px; 
	width: auto; 
	height: 18px;
	}

span.hMenu a:hover  {
	color: #EEE;
	background-color: #AAC;
	link: #EEE; 
	visited: #EEE
	}

/* classes */

.specialText {
	/*font-weight: 400;*/
	color: #3A3127; /* #978080; #3A3127; */
	letter-spacing: 0.05em;
	}

.contentText {
	}
	
	


/* IDs */

#rootDiv  {/* container for everything else */
	background-color: #505050;
	background-position: 0 top;
	text-align: left;
	margin: 0 auto; 
	position: relative; 
	top: 0; 
	width: 800px; 
	height: 100px;
	border: none;
	vertical-align: middle
	}

#menuBar { /* menu for home page */
	visibility: visible; 
	position: absolute; 
	top: 200px; 
	left: 0px; 
	width: 800px; 
	height: 23px; 
	border: 0pt; 
	background-color: #EA8F45;
	text-align: justify;
	letter-spacing: .15em;

	}

#contentID { /* tab over banner with page ID */
	visibility: visible; 
	position: absolute; 
	top: 110px; 
	left: 513px; 
	width: 174px; 
	height: 30px;
	text-align: left;
	font-size: 18px;
	color: #EEEE22
	}

#copyright { /* copyright at bottom of page */
	visibility: visible; 
	position: absolute; 
	top: 2160px; 
	left: 0px; 
	width: 800px; 
	height: 23px; 
	border: 0pt; 
	text-align: center;
	font-size: 9px;
	}

#special { /* left column with announcements */
	visibility: visible; 
	position: absolute; 
	top: 274px; 
	left: 17px; 
	width: 231px; 
	height: 352px; 
	text-align: right 
	}

#content { /* right column with content */
	visibility: visible; 
	position: absolute; 
	top: 274px; 
	left: 273px; 
	width: 514px; 
	height: 553px 
	}
	
/* special divs for the show page */
	
body.show  {
	color: #979797;
	font-size: 10px; 
	font-family: Arial, SunSans-Regular, sans-serif; 
	line-height: 12.5pt; 
	letter-spacing: .1em;
	background-color: #a0a06a;
	
	text-align: center;
	}

body.show #rootDiv  {/* container for everything in "show" window */
	background-color: #fff8f6;
	background-position: 0 top;
	text-align: left;
	margin: 0 auto; 
	position: relative; 
	top: 0; 
	width: 600px; 
	height: 800px;
	border: none /*solid thin gray */ 
	}

body.show #rootDiv #content { /* right column with content */
	visibility: visible; 
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 560px; 
	height: 740px 
	}


	


.bigText {
	font-size: 14px;
	font-weight: bold;
}
