
<style type="text/css">

/* Comments for a css: The .keepme below is used to make the body tag work properly -- if it is removed, the BODY tag does not work!! 


background-image: url(images/bg.gif); 
*/

.keepme {}

BODY
{
COLOR: black; BACKGROUND: white; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT: normal; 
margin: 0;
	padding: 0;background-image: url(images/bg.gif); 
}
BODY2
{
COLOR: black; BACKGROUND: white; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT: normal; 
margin: 0;
	padding: 0;
}
/* em unit should be used for fonts - em refers to base font so if 10pt is base font 2em is 20 */ 
H1
{
    COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 2em; FONT-STYLE: normal; FONT-WEIGHT: bold
}
H2
{
    COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 1.5em; FONT-STYLE: normal; FONT-WEIGHT: bold
}
H3
{
    COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 1.2em; FONT-STYLE: normal; FONT-WEIGHT: bold
}

TABLE
{
COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT: normal
}
/*.pg{COLOR: black; BACKGROUND: white; width: 800px; text-align: center; margin-top: 0; margin-left: 1000;}*/

// Nav Bar
div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #336699;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}


/* margin specs below could also be specified as -- margin: 1em 0em 1em 0em; */
.title {text-align: center; font: 'Bold 25pt Arial Black' }
.subtitle
{ text-align: center; font: 'Bold 20pt Arial'; }
.sectitle 
{ text-align:center; font-size:16pt; font-weight:bold; font-family:Verdana,Helvetica,Times; color:indianred; }
.subsectitle
{ text-align: center; height:14; font-family:Verdana,Helvetica,Times; 
font-weight:bold ;text-decoration: none; color:indianred;
}
.textsmall 
 { text-align:left; font-size:9pt; font-weight:normal; font-family:Arial,Times New Roman,Helvetica,; color:black; }
 .textsmallc 
 { text-align:center; font-size:9pt; font-weight:normal; font-family:Arial,Times New Roman,Helvetica,; color:black; }
.textnorm 
 { text-align:left; font-size:14pt; font-weight:normal; font-family:Arial,Times New Roman,Helvetica,; color:black; }
.textnormbold 
 { text-align:left; font-size:16pt; font-weight:bold; font-family:Arial,Helvetica,Times; color:black; }
.nav{ text-align:center; font-size:14pt; font-weight:bold; background: violet; font-family:Arial,Helvetica,Times; color:white; }
.pgtitle 
{ text-align:center; font-size:18pt; font-weight:bold; font-family:comic sans,Verdana,Helvetica,Arial; color:black; text-decoration:underline; } 
.hometextover  
{ text-align:center; font-size:12pt; font-weight:bold; background: deepskyblue; font-family:Verdana,Helvetica,Times; color:darkred; text-decoration: none  }

/* pseudo classes link and visited  */

A:link 
A:visited {text-decoration: none }
/* remove 072705 to test new MIS menus & more - ba A:hover {background: yellow} */

/* Note that with indents span does not work but div does as does <p> */
.indent  { text-indent:2em }
.indent1 { text-indent:1em }
.indent2 { text-indent:2em }
.caps  { text-transform: capitalize }
.overline { text-decoration: overline }

.thc10sub { text-align:center; font-size:10pt; font-weight:bold; background: lemonchiffon; font-family:Verdana,Helvetica,Times; color:black; }
.thc14 { text-align:center; font-size:14pt; font-weight:bold; background:  indianred; font-family:Verdana,Helvetica,Times; color:white; }
.thc14sub { text-align:center; font-size:14pt; font-weight:bold; background: lemonchiffon; font-family:Verdana,Helvetica,Times; color:black; }
.thl8 { text-align:left; font-size:8pt; font-weight:bold; background: deepskyblue; font-family:Verdana,Helvetica,Times; color:black; }
.thc10 { text-align:center; font-size:12pt; font-weight:bold; background: ffff00; font-family:Verdana,Helvetica,Times; color:black; }
.thl10 { text-align:left; font-size:10pt; font-weight:bold; background: indianred; font-family:Verdana,Helvetica,Times; color:WHITE; }
.thl10sub { text-align:left; font-size:10pt; font-weight:bold; background: lemonchiffon; font-family:Verdana,Helvetica,Times; color:black; }
.thl12 { text-align:left; font-size:12pt; font-weight:bold; background: indianred; font-family:Verdana,Helvetica,Times; color:white; }
.thl14 { text-align:left; font-size:14pt; font-weight:bold; background: indianred; font-family:Verdana,Helvetica,Times; color:white; }

</style>

