@charset "utf-8";
/* CSS Document */


/*General CSS layout idea from CSS Zen Garden Book - Page 91*/

#wrapper {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	position: relative;

	

}



#header {clear: both; text-align: left; /*border-bottom: 1px dotted #A5AEC5; */}
/*NAV Menu - positioned to the right
#navMenu {position:relative; left:150px; clear: both; text-align: left; border-bottom: 1px dotted #A5AEC5;}
*/


#navMenu {clear: both; text-align: left; /*border-bottom: 1px dotted #A5AEC5;*/}


#contentArea {width: 515px; float: left; display: inline; /*border-bottom: 1px dotted #A5AEC5;*/ margin-left: 50px;}
/*#leftPanel {width: 130px; float: left; border-bottom: 1px dotted #A5AEC5;} */
#rightPanel {width: 193px; float: left; display: inline; /*border-bottom: 1px dotted #A5AEC5;*/}
#footer {clear: both; text-align: center; border-bottom:}




.myStyle {
	background-color: 464543;

}

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	/*added the 3 below when trying to fix the differences between IE and Firefox - 12-12-08*/
	padding: 0;
	margin: 0;
	height: 100%;



	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('../images/background.jpg');
	/*background-attachment:fixed;*/
	background-repeat: repeat-x;
	
	
	
	background-color: #f3e7b6;




	}
	
p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*font: 8pt/14pt georgia; */   /*old original before new font family above */
	text-align: left;  

	
	/*text-indent: 15pt; */ /* for new paragraphs indendation*/
	/*text-decoration: blink;*/
	padding: 5px;  /*sets the padding so that the text doesn't hug the right and left sides of the <DIV> too close*/
}


li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}


.footerText {
	font: 8pt/16pt georgia;
	/*text-indent: 15pt; */ /* for new paragraphs indendation*/
	/*text-decoration: blink;*/
	padding: 5px;  /*sets the padding so that the text doesn't hug the right and left sides of the <DIV> too close*/
	color: #8a8c8c;
}

h1 {
font: 12pt georgia;
font-weight: bold; 
}
	


a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #555555;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #767878;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #555555;
	}


/*--------------------------------------------------------------------*/
/*The .boldLink class is for the links along the top in the header */

.boldLink:link {
	font: 8pt/14pt georgia;  
	font-weight: bold; 
	text-decoration: none; 
	color: #086d63;
	}
	
.boldLink:visited { 
	font: 8pt/14pt georgia; 
	font-weight: bold; 
	text-decoration: none; 
	color: #086d63;
	}

.boldLink:hover, .boldLink:active { 
	font: 8pt/14pt georgia; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #086d63;
	}

/*--------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/
/*The .sideLink class is for the links along the side in the page (secondary nav) */

.sideLink:link { 
	font-weight: normal;
	text-decoration: none;    /* was "none;"  */ 
	color: #555555;
	}
	
.sideLink:visited { 
	font-weight: normal;
	text-decoration: none; 
	color: #555555;
	}

.sideLink:hover, .boldLink:active { 
	font-weight: normal;
	text-decoration: underline; 
	color: #555555;
	}

/*--------------------------------------------------------------------*/


.form { font-size: 9px; color=#990000; }      /*The HTML Files that use this style need to have class="form" in their input tags
