/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
  
  body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6A7632;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom:0px;
 	}

  body, td {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6A7632;
	font-size: 11px;
 	}

  h1 {
	color:#900;
	font-size: 14px;
	font-weight:bold;
 	}
  

 


/**************************************************/
/*	LAYOUT DIVS AND TABLES	IDs					  */
/**************************************************/

#main_box {
	border: 1px solid #DFEB9E;
	margin-bottom: 0px;
}

#mainContent {
	
}	

#nav {
	background-color: #EEF5C7;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#secondary_navBar {
	height: 17px;
	background-color: #728347;
	border-top: 3px solid #EEF5C7;
	border-bottom: 3px solid #EEF5C7;
	padding: 5px;
	text-align: right;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	}
#flashplayer {
	margin-left: 15px;
	margin-bottom: 10px;
	}
#flashplayer td {
	font-size: 10px;
}	
/**************************************************/
/*	LAYOUT DIVS AND TABLES	CLASSES					  */
/**************************************************/




/**************************************************/
/*	LINKS						                  */
/**************************************************/

  a {
	color: #6A7632;
	text-decoration: none;
  
	 }
 
   a:hover {
	color: #190A73;
    
		}
#secondary_navBar a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}	
#secondary_navBar a:hover {
	text-decoration: none;
	color: #B6BFA0;
	}
#secondary_navBar a:visited, a:active {
	text-decoration: none;
	color: #B6BFA0;
	}			
			
	
/**************************************************/
/*	FORMS						                  */
/**************************************************/ 


/**************************************************/
/*	MISC       				                      */
/**************************************************/ 

/**************************************************/
/*	LIST MENUS      				              */
/**************************************************/ 


