body {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #211a08;
	background-color: #404040; /* SET THIS FOR HIGH RESOLUTION and SHORT CONTENT */
	padding: 0em;
	margin: 0em;
	height: 100%;
}

/* ********************* COLOR THEME STYLES *************************************** */
/* BACKUP STYLE for NO JAVASCRIPT DISPLAY - THIS IS IN MENU STYLES */
.menuArea {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	color: #ffffff;
	background-color: #92a6e2; /* Light Blue Color */
}

/* MAIN PAGE STYLES  top/bottom padding set in resolution style sheet */
#outerpage {
    background-image: url(../images/design/BGDPastel.jpg); /*  USE IF CONTENT SECTION HAS BACKGROUND */
	background-color: #ffffff;
}

/* innerpage division width set in resolution style sheets */
#innerpage {
    background-image: url(../images/design/BORDstyle1.gif); /* USE IF CONTENT SECTION HAS BACKGROUND */
	background-color: #ffffff;
}

/* LIGHT GRAY BORDER */
.innerborder {
	border-top: #cccccc 4px outset; 
  	border-right: #cccccc 5px outset; 
  	border-bottom: #cccccc 5px outset;
  	border-left: #cccccc 4px outset;		
}

.header {
	background-image: url(../images/design/bkgd_blue.jpg); /*USE IF HEADER SECTION HAS BACKGROUND */
	margin: 0em;
	padding: 0em;
}

.subtitle {
	font-family: "Book Antiqua", "Times New Roman", serif;
	text-align: left;	
	font-style: italic;
	color: #0000FF;
	background-color: transparent;
	margin-top: 0em;
	padding-left: 80px;	
}

.title {
	font-family: "Book Antiqua", "Times New Roman", serif;
	text-align: right;
	font-style: italic;
	color: #FF0000;
	background-color: transparent;
	margin-top: -5px;
	padding-right: 20px;
}

.pageTitle {
	font-family: "Book Antiqua", "Times New Roman", serif;
	text-align: center;
	color: #0000A0;
	background-color: transparent;
}

.smCaption {
	text-align: left;
	font-weight: bold;
	font-size: small;
	color: #0000A0;
	background-color: transparent;
	margin-left: 40px;
}

.photoCap {
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: #000000;
	background-color: transparent;
}

.hozBack {
	text-align: left;
	color: #ffffff;
	background: #6485aa; /* COLOR FROM BOTTOM MENU */	
	padding-left: 20px;
}
/* ********************* END COLOR THEME STYLES *************************************** */


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

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

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

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

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

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

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

p.ring {	 
	margin: 0px; 
}



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

#header {
	display: block;
}

.leftHead {
	float: left;
	margin-top: 0px;	
	margin-right: 30px;	 
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	display: block;
}

#footer {
	display: block;
}

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

#menuList {
	display: block;
} 

#bottommenu {
	display: block;
} 

/* END SPECIAL PAGE DIVISION STYLES */


/*Small text for copyright notice*/
.small {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}

/* SPECIAL FONT COLORS */
.mountain {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0c489b;
}

.river {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0084b0;
}

.spruce {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #006633;
}

.pine {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #009900;
}

.cherry {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #ff0000;
}

.maroon { 
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #800000;
} 

/* 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: 40px;	 
}
/* END IMAGE FLOAT STYLES */

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

hr {
	color: #ffff00;
	background-color: #ffff00;
	height: 0.4em;
}

/* Special Custom Horizontal Rule */
hr.mainbgcolor {
	color: #0c489b;
	background-color: #0c489b;
	height: 0.2em;
	margin-right: 4px;
	margin-left: 4px;
}

/* ANCHOR AND MENU CSS*/	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/

a {
   	font-weight: bold; /*OPTIONAL*/
}

a.text {
	font-family: serif;
   	font-weight: bold;
   	color: #0000ff;
   	background-color: transparent;
   	text-decoration: none;
}

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

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

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

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

/* New Special Link Anchors*/
a.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
}

/* TOP - BOTTOM INLINE MENU STYLES */
/* SET UP MENU CONTAINER */
.inlineMenu { 
	font-family: Verdana, Arial, "Times New Roman", sans-serif; 
	font-size: .95em;
	background-color: #92a6e2; /*  transparent; 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: #29479d;
	border-style: double; /* solid; double; */
}

a.TopMenu {
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: .85em; /* ADJUSTS OFF FONT SIZE ABOVE */
    text-align: center;
    font-weight: bold;
    color: #000000;
    background: #92a6e2;
    text-decoration: none;
	height: 17px;
   	width: 200px;
}

a.TopMenu:link {
    color: #000000;
    background:  #92a6e2;
    border-left: 1px solid #29479d;
    border-top: 1px solid #29479d;
    border-right: 2px solid #29479d;
    border-bottom: 2px solid #29479d;	
}


a.TopMenu:visited {
    color: #000000;
    background:  #92a6e2;
    border-left: 1px solid #29479d;
    border-top: 1px solid #29479d;
    border-right: 2px solid #29479d;
    border-bottom: 2px solid #29479d;	
}

a.TopMenu:hover {
    background: url('../images/design/menu_button.png') 0px 16px; 
    color: #6485aa;
	background-color: #f3f3f3;
    border-left: 2px solid #29479d;
    border-top: 2px solid #29479d;
    border-right: 1px solid #29479d;
    border-bottom: 1px solid #29479d;	
}

a.TopMenu:visited:hover {
    background: url('../images/design/menu_button.png') 0px 16px;
	font-size: .85em;
    font-weight: bold;  
    color: #6485aa;
	background-color: #f3f3f3;
    text-decoration: none;
    border-left: 2px solid #29479d;
    border-top: 2px solid #29479d;
    border-right: 1px solid #29479d;
    border-bottom: 1px solid #29479d;	
}