body {
    	/*font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #211a08;
	background-color: #e5eef2; /* LIGHT GRAY*/
	padding: 0em;
	margin: 0em;
	height: 100%;
}

/* ******************* DESIGN COLOR SCHEME ***************************** */
.innerborder {
	border-top: #919191 4px outset;
  	border-right: #919191 5px outset; 
  	border-bottom: #919191 5px outset;
  	border-left: #919191 4px outset;		
}

.header {
	background-color: #000000; /* Burgundy #600001; Orange #f76300; Maroon #800000; */
	margin: 0em;
	padding: 0em;
	height:155px;
}

hr {
	color: #000000;
	background-color: #000000; /* Burgundy #600001; Orange #f76300; Maroon #800000; */
	height: 0.3em;
	width: 80%;
}

/* Special Custom Horizontal Rule */
hr.mainbgcolor {
	color: #0c489b; /* SEA BLUE */
	background-color: #0c489b; /* SEA BLUE */
	height: 0.2em;
	width: 100%;
	margin-right: 5px;
	margin-left: 5px;
}

/* ******************* DESIGN COLOR SCHEME ***************************** */

/* HEADING CASCADES OFF CONTENT STYLE */
h1 {
	font-size: 220%; /* SET SO BODY CONTROLS SIZE */
}

h2 {
	font-size: 190%; /* SET SO BODY CONTROLS SIZE */
}

h3 {
	font-size: 150%; /* SET SO BODY CONTROLS SIZE */
}

h4 {
	font-size: 120%; /* SET SO BODY CONTROLS SIZE */
}

h5 {
	font-size: 100%; /* SET SO BODY CONTROLS SIZE */
}

h6 {
	font-size: 80%; /* SET SO BODY CONTROLS SIZE */
}

p {
	font-size: 1.0em;  /* equals 12pt CASCADES OFF CONTENT STYLE FONT SIZE at BODY 100% */
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;    
	padding-left: 0px; 
	margin-bottom: 3px; 
}

/* MAIN PAGE STYLES  top/bottom padding set in resolution style sheet */
#outerpage {
	display: block;
}

/* SPECIAL PAGE DIVISION STYLES IN PRINT STYLES TOO */

/* innerpage division width set in resolution style sheets */
#innerpage {
	display: block;
}

#header {
	display: block;
}

#content {
	display: block;
}

#footer {
	display: block;
}

#printHeader {
  	text-align: center;
	display: none;
}

#topmenu {
	display: block;
} 

#bottommenu {
	display: block;
} 

/* END SPECIAL PAGE DIVISION STYLES */

/* ************* REVISED LOST and FOUND STYLES************* */
/* TEXT STYLES */
.lostHeader { 
  	text-align: left;
  	margin-right: 25px;
  	margin-left: 10px;
  	color: #000080; /* MAROON #800000; */
  	background: #ffffff;
}

.lostHeaderR { 
  	text-align: right;
  	margin-right: 25px;
  	margin-left: 10px;
  	color: #000080; /* MAROON #800000; */
  	background: #ffffff;
}

.lostSubHeader { 
  	text-align: left;
	font-style: italic;
  	color: #ff0000;
  	background: transparent;
}

.lostTitle { 
	font-style: italic;
	font-weight: bold;
  	color: #0c489b;
  	background: transparent;
}

.lostEmphasis {    
  	text-align: left;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
  	color: #ff0000;
  	background: transparent;
}

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}

.textOlsen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-align: left;
	background-color: transparent;
	margin-right: 25px;
	margin-left: 25px;
}

/*Small text for copyright notice*/
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}
/* END TEXT STYLES */

/* SPECIAL MARGIN STYLES */
.margin20 {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

.margin50 {
	text-align: left;
	margin-right: 20px;
	margin-left: 50px;
}

.margin100 {
	text-align: left;
	margin-right: 20px;
	margin-left: 100px;
}

.margin150 {
	text-align: left;
	margin-right: 20px;
	margin-left: 150px;
}

.margin200 {
	text-align: left;
	margin-right: 20px;
	margin-left: 200px;
}

.margin250 {
	text-align: left;
	margin-right: 20px;
	margin-left: 250px;
}

.margin300 {
	text-align: left;
	margin-right: 20px;
	margin-left: 300px;
}

.margin350 {
	text-align: left;
	margin-right: 20px;
	margin-left: 350px;
}

/* USE THESE STYLES TO BUILD NESTED COLUMNS */
.column {
  	float: left;
  	margin-right: 0;
}

/* The first column in a row needs this class to set Left Margin. */
.first {
	margin-left: 20px;
}

/* The last column in a row needs this class. */
.last { 
  	padding-right: 0;
	margin-right: 0; 
}

/* WIDTH OF COLUMN CONTROLED BY BODYxx STYLE SHEET */

/* Border on right hand side of a column. */
.colborder {
  	padding-right: 16px;
  	margin-right: 16px;
  	border-right:1px solid #eee;
}

/* END USE THESE STYLES TO BUILD NESTED COLUMNS */

/* SPECIAL FONT COLORS */
.mountain {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0c489b;
}

.river {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0084b0;
}

.spruce {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
}

.pine {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009900;
}

.cherry {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
}

.maroon { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800000;
} 

.burgundy {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600001;
}

/* END TEXT STYLES */

/* IMAGE FLOAT STYLES */

.rightSide { 
	float: right;
	margin-top: 0px;	
	margin-right: 30px;	 
	margin-bottom: 12px;
	margin-left: 35px; 
}

.leftSide { 
	float: left; 
	margin-top: 0px;	
	margin-right: 35px;	
	margin-bottom: 12px;
	margin-left: 30px;	 
}

/* END IMAGE FLOAT STYLES */

div.clear {
	clear: both;
	padding-top: 0px; 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

/* ANCHOR AND MENU CSS*/	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
	font-family: serif;
   	font-weight: bold;
   	color: #0000ff;
   	background-color: transparent;
   	text-decoration: none;
}

a:link {
	font-weight: bold; 
	color: blue;  
	text-decoration: none; 
}

a:visited {
	font-weight: bold; 
	color: purple; 
	text-decoration: none; 
}

a:active { 
	font-weight: bold; 
	color: green; 
	text-decoration: none; 
}

a:hover {
	font-weight: bold; 
	Color: #ff0000;
	text-decoration: none; 
}

/* New Special Link Anchors*/
a.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000fff;
}

a.special:link {
	text-decoration: none;
	color: #000fff;
}

a.special:active {
	text-decoration: none;
	color: #000fff;
}

a.special:visited {
	text-decoration: none;
	color: #008080;
}

a.special:hover {
	text-decoration: underline;
	color: Red;
}
a.special:visited:hover {
	text-decoration: underline;
	color: Red;
}

/*BASIC CSS LOGO GRAPHIC STYLES*/

.logo {
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

.logo:link {
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

.logo:visited {
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid; 
}

.logo:hover {
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}

.logo:visited:hover {
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}


/* MYSTICBUTTON ******** MYSTICBUTTON ******** MYSTICBUTTON ********* */

/* Begin MYSTICBUTTON Link ANCHOR */
a.mysticbutton {
	font-family: helvetica,arial,sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 18.5em; /*Adjust For Text Length*/
	margin: .25em 0em;
}

a.mysticbutton:link {
	color: #ffffff; 
	background-color: #f15820;  /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

a.mysticbutton:visited {
	color: #ffffff; 
	background-color: #f15820;  /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;  
}

a.mysticbutton:hover {
	color: #ffffff; 
	background-color: #3c5ed9; 
	text-decoration: none;
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}

a.mysticbutton span {
	font-size: .85em;
	font-weight: bold; 
	color:  #f15820;    /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	background-color: #ffffff;
	text-decoration: none; 
	padding-top: 0em; 
	padding-right: 0.4em;
	padding-bottom: 0em;  
	padding-left: 0.4em;
}
/* Enhances mystic button with text and a shaded background */

td.mbEnhanced {
	background-color: #eff4ff;
	width: 60%;
}

td.mbEnhanced p {
	text-align: left;
	color: #000080; /* Text Color #3c5ed9; USE WITH MAROON #800000; */
	font-size: 1em;
	font-weight: bold;
	background: inherit;
}

/* Begin MYSTICLINK ANCHOR */
a.mysticlink {
	font-family: helvetica,arial,sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 25.5em; /*Adjust For Text Length*/
	margin: .25em 0em;
}

a.mysticlink:link {
	color: #ffffff; 
	background-color: #f15820;  /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

a.mysticlink:visited {
	color: #ffffff; 
	background-color: #f15820;  /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;  
}

a.mysticlink:hover {
	color: #ffffff; 
	background-color: #3c5ed9; 
	text-decoration: none;
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}

a.mysticlink span {
	font-size: .85em;
	font-weight: bold; 
	color:  #f15820;    /* ORANGE #f15820; BURGUNDY #600001; MAROON #800000;  */
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 0em;
	padding-right: 0.4em;
	padding-bottom: 0em;  
	padding-left: 0.4em;
}

/* END MYSTICLINK STYLES */

/* TOP - BOTTOM INLINE MENU STYLES */
/* SET UP MENU CONTAINER */
.inlineMenu { 
	background-color: #ffffff; /* transparent; #600001; SET THIS FOR ANY COLOR */
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: .12em;
	padding-bottom: .20em;
	padding-left: .20em;
	padding-right: .20em;
	border-top: 6px; /* ADJUST FOR BORDER SIZE */
	border-right: 0px;
	border-bottom: 6px; /* ADJUST FOR BORDER SIZE */
	border-left: 0px;
	border-color: #000000;  /* SEA BLUE #0c489b; BURGUNDY #600001; MAROON #800000; */
	border-style: double; /* solid; double; */
}

a.TopMenu {
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: .85em;
    	text-align: center;
    	font-weight: bold;

    	text-decoration: none;
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	border-right: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	height: 17px;
   	width: 200px;
}

a.TopMenu:link {
    	color: #000000; /*  Text Color */
    	background:  #ffffff;   /* Button Background Color #600001; #6485aa; */
}


a.TopMenu:visited {
    	color: #000000; /*  Text Color */
    	background:  #ffffff;   /* Button Background Color #600001; #6485aa; */
}

a.TopMenu:hover {
    	background: url('../images/design/menu_button.png') 0px 16px; 
    	color: #0c489b; /* Text Color #6485aa; */
	background-color: #f3f3f3;
}

a.TopMenu:visited:hover {
    	background: url('../images/design/menu_button.png') 0px 16px;
	font-size: .85em;
    	font-weight: bold;  
    	color: #0c489b; /* Text Color #6485aa; */
	background-color: #f3f3f3;
    	text-decoration: none;
}