/*****************/
/*     Styles    */
/*****************/

* html a:hover
{
visibility:visible
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:140%;
	color: #333333;

	background-color: #ededed;
	background-image:url(../images/page_background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	
	
}

p {
	margin: 0px 0px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-style: normal; 
	color: #3E5C18;
	font-weight: bold; 
	text-decoration: none; 

}

h1 {  
	font-size: 16px; 
}

h2 {  
	font-size: 16px; 
	color: #333333;
}

h3 {  
	font-size: 15px; 
}

h4 {  
	font-size: 14px; 
}

h5 {  
	font-size: 13px; 
}

h6 {  
	font-size: 12px; 
}


a:link, a:visited {
	color: #C39B60;
	text-decoration: none;
}

a:hover	{
	color: #C39B60;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

	#HomeTextLeftLayer img {
		margin:0px;
		padding:0px;
	}
	#HomeTextLeftLayer p {
		clear:both;
		margin:0px 0px 5px 0px;
		padding:0px;
	}

	#HomeTextRightLayer strong, #HomeTextRightLayer b {
		font-wieght:bold;
		color:#AD1525;
	}

	#HomeTextRightLayer a, a:visited {
		color:#333333;
	}

	#HomeTextRightLayer a:hover {
		color:#AD1525;
	}


#FooterLayer a, #FooterLayer a:hover {
	color:#ccc;
	text-decoration:none;
}



/* Custom styles */

	#FnavLayer a, #FnavLayer a:link, #FnavLayer a:visited {
		color:#999;
	} 

	#FnavLayer a:hover {
		color:#3E5C18;
	} 

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/
