/**
 * General HTML Body Styling
 * -------------------------
 */

html { height: 100%;}


body {margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
	background-color: #828A73;
	background-image:url(../images/2ndpagegreen.png);
    background-repeat:repeat;
}	

a { text-decoration: none } 

a { text-decoration: none;
	  color : #FFFFFF;} 

a:link {color: #FFFFFF;}
a:hover {color: #FFFFFF;}

p {	line-height: 1.35em; } 				
h1 { font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; } 
	
div.hr {
  height: 8px;
  position: relative;
  width:850px;
  background: #fff url(../images/hr.png) no-repeat;
}
div.hr hr {
  display: none;
}

ul {list-style-type: none;
	padding: 0;
	margin: 0;}
li {
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 180%;}
/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 #mainMenu {	
	font: 75%/1em Arial, Helvetica, sans-serif; 
	color: #FF3333;  	                                               
	letter-spacing   : 0.15em;
	text-transform   : uppercase;
	/* Height of main menu */   
	height:30px;
	/* Don't change this position attribute */	                                           		
	position:relative;
	color: #CCCCCC;
	font-weight: bold;
	/*visibility: hidden;*/
	}

#mainMenu a {
	/* Custom font/character properties*/
	text-decoration:none;
	color: #333333;  
    /* Spaces at the left of main menu items */
	padding-left:5px;	 
    /* Spaces at the right of main menu items */	                                               
	padding-right:5px;	                                                
	padding-bottom: 5px; 
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;
	}

#mainMenu .activeMenuItem{
	/* Font property of active main menu item*/	
	font-weight:bolder;
	padding-top: 2px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
	color: #FFFFFF;
	font-style: italic;
}


#mainMenu .inactiveMenuItem {
	color:  #FFFFFF;                                                    
	cursor:pointer;
	font-style: normal;
	font-weight: bold;
	position: absolute;
}
#container {width:850px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}

#openingPageLinks {width:850px;
	margin-top: 103px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}

  
/*#leftColumn {float : left;
	width : 155px;
	margin: 0;
	margin-top: 0px;
	min-height:500px;
	height:auto !important;
	height:550px;
	border-right: 1px dotted #cccccc;
	letter-spacing: 0.15em;
}	  */
  
#content {margin-right: 0px;
	padding-left:10px;
  	min-height:600px;
  	height:auto !important;
  	height:600px;
	position: relative;}
	
#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	} 
	
#content .inactivelink{
	color:#996699;}
	
#content .activelink{
	color:#CCFFFF;}
	
#content a:hover  {
	color:#666633;}
	
/*#presscontent {margin-right: 0px;
	position: relative;
	padding-left: 1em;}
#presscontent a:link {color:#000000;}
#presscontent a:hover {color:#3399CC;}
	
#innercontent {
	padding-left:10px;
	position: relative;
	margin-left: 175px;
	}*/


#pathway {width: 850px;
	margin-bottom: 8px;
	letter-spacing   : 0.3em;
	font-size: .75em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003333;	
	line-height: 1.3em;
	}
	
#pathway .inactivelink{
	color:#FFFFFF}
	
#pathway .activelink{
	color:#003333;
	font-weight:bold;
	}
	
#pathway a:hover  {
	color:#003300}
	
#footer {clear: both;
	text-align: left;
	margin-top:0px;
	width: 850px;
	height: 40px;
	line-height: 1em;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;}
	
/*#footer a:link {
border:#000033;}

#footer a:hover  {
border:#CCFFFF;}*/

	
#pagetitle { /*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em; 
	font-weight: bold; 
	padding-top: 20px; 
	padding-bottom: 20px;}		

	
/*#leftColumn p, #rightColumn p { margin: .5em 0 1em 0; }

#leftColumn h2, #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;}


#leftColumn ul { 	margin: .5em 0 1em 0; 
	font: 85%/1em Arial, Helvetica, sans-serif;   	                                               
	text-transform   : uppercase;
	color:#FFFFFF;}*/



#leftColumn a:hover {
	background-color:#CCCCCC;
}

.styleselected{background-color:#666666;}
.style1 {color: #FFFFFF;
	position:relative;
		width: 850px;}
/*.background { width: 100%; position: fixed; left: 0; right: 0; z-index: -1; }*/


/**
 * Class Definitions  
 * ----------------------------
 * 
 */
.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;}

