/* Page Background Styling*/
html, body {
	height:100%; 
	margin:0; 
	padding:0;
	}
#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}
#content {
	position:relative; 
	z-index:1; 
	padding:10px;
	}
/* End Page Background Styling */


body {
   color: #999999;
   font:Verdana, Arial, Helvetica, sans-serif;
} 

a {
   color: #FFFFFF;
   text-decoration:none;
   
}
a:hover {
   color: FA8C3D;
   text-decoration:none;
  }

img
{  border-style: none;
}


#heritage {
font-family:"Book Antiqua";
color: FA8C3D;
}

#menu_link {
	font-size:8pt;
	color:#FFFFFF;
	font-family:"Century Gothic";
	text-align:left;
	font-weight:590;
}
#menu_link a {
	font-size:8pt;
	color:#FFFFFF;
	font-family:"Century Gothic";
	text-align:left;
	text-decoration:none;
}

#menu_link a:hover {
	color:#FA8C3D;
}

#menu_link a:active {
	color:#FA8C3D;
}

#menu_sub {
	font-size:8pt;
	color:#555555;
	font-family:"Century Gothic";
	z-index:1;
	text-indent:10px;
	text-align:left;
	text-decoration:none;
}

#menu_sub a{
	
	color:#999999;
	text-decoration:none;
	
}

#menu_sub a:hover{
	
	color:#FA8C3D;
	text-decoration:none;
	
}

#content_title {
	font-size:9pt;
	color:#FA8C3D;
	font-family:"Century Gothic";
	text-align:left;
	font-weight:bold;
}

#content_text {
	font-size:9pt;
	color:#999999;
	font-family:"Century Gothic";
	text-align:left;
	
}
