/* #696969 = dark grey */
/* #808080 = light grey or R:128 G:128 B:128*/
/* #ffcc66 = orange 8 or R:255 G:204 B:102 */
/* #006633 = dark green */

/*-----------------------------------------------*/
body {
	margin: 0px;
	background-color: #ffffff;
}

.titleTxt {
	font-size:   10pt;
	font-family: verdana, tahoma;
}

.titleDate {
	font-size:   .7em;
	font-family: verdana, tahoma;
}

.headingTxt {
	font-size:   10pt;
	font-family: verdana, tahoma;
	color:		 #ffffff;
	font-weight: bold;
}

.pageTxt {
	font-size:   9pt;
	font-family: verdana, tahoma;
}

.contactText {
	font-size:   7pt;
	font-family: verdana, tahoma;
	color:       #000000
}


.error_message {
     font-family: verdana, tahoma, arial;
     font-size:   8pt;
     color:       red
}

.admin_button { 
	 color: white; 
	 background-color: #115e86; 
	 font-family: verdana, arial; 
	 font-size: 8pt; 
	 text-align: center 
}

.admin_select_list_text { 
     color: #115e86; 
	 font-family: verdana, arial; 
	 font-size: 8pt 
}
/*-----------------------------------------------*/

.contactLink:visited {
	font-size: 		 7pt;
	font-family:     verdana, tahoma;
	color:			 #000000;
	text-decoration: underline
}
.contactLink:link {
	font-size: 		 7pt;
	font-family:     verdana, tahoma;
	color:			 #000000;
	text-decoration: underline
}
.contactLink:hover {
	font-size: 		 7pt;
	font-family:     verdana, tahoma;
	color:			 #000000;
	text-decoration: none
}
/*-----------------------------------------------*/
.pageLink {
	margin-top: .4em;
}



/*-----------------------------------------------*/
.title_of_box {
	text-align:	center;
	width:		554;
	height:		18;
	background-color: #006633;
}
/*-----------------------------------------------*/
.li_8pt {
	line-height:	 8pt;
}


/* Page title for the top of each page */
.pageTitle1 { color: #2f4f2f;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	font-family: Revue BT }
	
.pageTitle2 { color: #2f4f2f;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	font-family: Revue BT }
	
.pageTitle3 { color: #2f4f2f;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	font-family: Revue BT }
	
.pageTitle4 { color: #2f4f2f;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	font-family: Revue BT }
	
/* screen display as opposed to printed */

#navigation { 
	width : 176px;
} 

/* small text size for more.. */
.moreTextSize {font-size="10px"}


/* style for creating PDF indicator */
.pdfText {background: Red;
	font-size:8;
	padding-left:2;
	padding-right:2;
	color:white;
	text-decoration : none;
	font-weight:900}
	
	
/*--------------Nav Bar Styles ---------------------------------*/
 a.navBarItemInSiteTitle {
 	color:white;
 	font-size:   11px;
 	font-weight:900;
 	font-family : Arial;
 }
 
 a:hover.navBarItemInSiteTitle {
 	color:red;
 	font-size:   11px;
 	font-weight:900;
 	font-family : Arial;
}
 
a.navBarItem {
  	color:blue;
 	TEXT-DECORATION: none;
 	font-size:   12px;
 	font-weight:900;
 	font-family : Arial;
}
 
a:hover.navBarItem {
 	color:red;
 	TEXT-DECORATION: none;
 	font-size:   12px;
 	font-weight:900;
 	font-family : Arial;
}
 
.divBarItem2 {
	padding-bottom: .6em;
 }
 

 
.linksOffsiteBarItem {
  	color: #000000;
	font-size:   .8em;
 	font-weight: 900;
	padding-bottom: 1em;
	text-align: center;
	font-family : Arial;
	border-top-style : dashed;
	border-top-width : .1em;
	margin-left: 2em;
	margin-right: 3em;
	margin-top: 2em;
 }
 
.errorbox {
    font: bold 10pt Arial, Helvetica, Verdana;
    padding: 5px;
    color: red;
    border: 1px solid red;
  }

.successbox {
    font: bold 10pt Arial, Helvetica, Verdana;
    padding: 5px;
    color: green;
    border: 1px solid green;
  }
 
/*------------ Toggles hiden attributes -----------------------------------*/
#hideContactInfo1 { 
  display : none; 
}

#hideContactInfo2 { 
  display : inline; 
}

