* {
	margin:0;
	padding:0;
	
}

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

#fullheight{
	height:100%;
	width: 100%;

}

html, body {
	background-color: #AEA2A4;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

body {
	font-size: 100.01%;
}

html,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;

} 
a, a:link {
	color: #708546;
	text-decoration: none;
	font-weight: normal;	
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	

}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 25px;
	margin-right: 20px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #8BAB0C;
}
/* This is the background image */
#bg {
width: 400px;
height: 300px;
background: url(leaf.gif) repeat;
border: 2px solid black;
}

/* This is the transparent box */
#transbox {
margin: 0px;
padding: 0px;
background-color: #fff;
filter:alpha(opacity=25);
opacity: 0.25;
-moz-opacity:0.25;
}

/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox2 {
margin: 0px;
padding: 0px;
background-color: #fff;
filter:alpha(opacity=30);
opacity: 0.30;
-moz-opacity:0.30;
}

#home_img {
	background-image: url(../images/homepageimage2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 242px;
	width: 787px;

}

#bottom {
	width:787px;
	height:39px;
	text-align: center;
	background-image: url(../images/nav_btm.jpg);
	background-repeat: no-repeat;
  }
#menu {
	width:787px;
	height:24px;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
  }
  
  
#menu a.menu, #menu a.menu:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:19px;
	margin-left:19px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#756669;
	text-decoration:none;	
	z-index: 100;

  }

#menu a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:19px;
	margin-left:19px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-decoration:none;
	z-index: 100;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}

#footer a, #footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

