/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:hover {
	color :red;
	text-decoration: none;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image:url(Images/background-foliage.jpg);
}

.headerfont {
		font-weight: bold;
		font-size: 15px;
		color: brown;
}

ul {
	list-style-type:square;
	font-size: 12px;
}

.input1 {
	color: black;
	font-weight: bold;
	background-color:#999999;
	border-bottom-color: #000;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.input2 {
	color: black;
	background-color:#FFFFFF;
	border-bottom-color: black;
	border-right-color: black;
	border-left-color: black;
	border-top-color: black;
}

.style1 {font-size: 12px; 
		font-weight:bold; 
		color: white;
}

.style2 {font-size: 12px; 
		color: white;
}

.style3 {font-size: 24px; 
		color: white;
		font-weight:bold; 
}

.style4 {font-size: 12px; 
		font-weight:bold; 
		color: white;
}

.style5 {font-size: 16px; 
		font-weight:bold; 
		color: WHITE;
}

.style6 {font-size: 10px; 
		color: white;
}

.style7 {font-size: 16px; 
		font-weight:bold; 
		color: yellow;
}

.style8 {font-size: 14px; 
		color: white;
}

.style9 {font-size: 16px; 
		font-weight:bold; 
}

.style10 {font-size: 12px; 
		font-weight:bold; 
		font-style:italic;
}

/***********************************************/
/* Link Styles                                 */
/***********************************************/

#header a {color:white;
			text-decoration:none;
}


#footer a {color:white;
			text-decoration:none;
}
#footer a:visited { color: white; }
#footer a:hover {color: yellow; text-decoration:underline; font-weight:bold;}
	  
#rightpage a {color:yellow; font-weight:bold; text-decoration:none;}
#rightpage a:visited {color:yellow; font-weight:bold; text-decoration:none;}
#rightpage a:hover {color:green; font-weight:bold; text-decoration:none;}

#footerpage a {color:white;
			text-decoration:none;
}
#footerpage a:visited { color: white; }
#footerpage a:hover {color: yellow; text-decoration:underline; font-weight:bold;}
	  
#leftpage a {color:yellow; font-weight:bold; text-decoration:none;}
#leftpage a:visited {color:yellow; font-weight:bold; text-decoration:none;}
#leftpage a:hover {
	color:#00E600;
	font-weight:bold;
	text-decoration:none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	position:relative;
	width:950px;
	margin:0 auto 0;
	background-color:#2F3F0A;
} 

#container2{
	position:relative;
	width:950px;
	margin:0 auto 0;
	background-color: white;
	padding: 5px;
	
} 

#top1  {
	width: 180px;
	height: 125px;
	border: 3px solid #2F3F0A;
}

#top2  {
	width: 578px;
	height: 128px;
	border-bottom: 3px solid #2F3F0A;
	background-color:white;
	float:right;
}

#top3  {
	width: 180px;
	height: 125px;
	border: 3px solid #2F3F0A;
	float:right;
	background-color: white;
}

#leftpage  {
	position: relative;
	left: 0px;
	top: 0px;
	width: 220px;
	border-left: 3px solid #2F3F0A;
	background-color:#603913;
}

#rightpage {
	position: relative;
	width: 714px;
	top: 0px;
	left: 0px;
	border-right: 3px solid #2F3F0A;
	background-color:#2F3F0A;
	float:right;
	padding: 5px;
} 


#footerpage {
	position: relative;
	left: 0px;
	width: 950px;
	top: 0px;
	background-color: #2F3F0A;
	height: 25px;
	clear: both;
	padding-top: 5px;
}
		  
