/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px
}
hr{
	border: 0;
	color: #BEE3AE;
	background-color: #BEE3AE;
	height: 1px;
	width:60%;
	}
a:link {
	color: #82A166;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #82A166;
}
a:hover {
	text-decoration: none;
	color: #395930;
}
a:active {
	text-decoration: none;
	color: #233915;
}
a {
	font-weight: bold;
}
a#active {
	text-decoration: none;
	color: #233915;
}
img#border {
	border-style:solid;
	border-width:thin;
	border-color:#000000;
}
#comment {
	padding:5,5,5,0;
	font-size: 10px;
}
ul{
   list-style-type:disc;
   list-style-position:outside;
}
h1{
   font-weight: bold;
   font-size: 14px;

}
h2{
   font-weight: bold;
   font-size: 12px;
}
/***********************************************/
/* Layout            						   */
/***********************************************/
#header {
	background-image:url(gfx/headbg.jpg);
	z-index:1;
}
#menu {
	background-image:url(gfx/menubg.jpg);
	z-index:1;
}
#fade {
	position:absolute;
    top:139px;
    margin-left:490px;
}
#submenu{
   position:absolute;
   top:146px;
   margin-left:25px;
   z-index:3;
}
#container{
    position:absolute;
    top:143px;
    width:770px;
}
#content{
    margin-left:20px;
    margin-top:25px;
    border-top:1px solid #7D9D61;
	padding:15px 0px 15px 20px;
	text-align:justify;
	width:450px;
	float:left;
}
#sidebar{
    margin-left:30px;
    margin-top:25px;
    border-top:1px solid #7D9D61;
	border-bottom:1px solid #7D9D61;
    float:left;
    width: 200px;
    padding: 15px 0px 15px 20px;
}
#footer {
    margin-top: 30px;
	border-top: 4px solid #BEE3AE;
    padding: 3px 3px 3px 0px;
	float:left;
    width:770px;
    font-size: 10px;
}
#captcha{ position:absolute; left:-9999px; } 

