/*Headings*/
h1,h2,h3{
font-family:tahoma,geneva,sans-serif;
color:686B10;
}
/*Body styling*/
body{
	padding-top:0px;
	margin-top:0px;
	background-color:101d44;
	text-align:left;
	font:14px tahoma,geneva,sans-serif;
}
/*Body div styling*/
#bodydiv{
	position:relative;
	width:800px;
	height:auto;
	top:0px;
	background-color:f2ebc9;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:0px;
	margin-top:0px;
	font-size:14px;
}

/*Logo styling*/
#logo{
	height:120px;
	width:140px;
	top:0px;
	left:0px;
}
#logo img{
	height:120px;
	width:140px;
	}
/*Banner styling*/
#banner{
	height:120px;
	width:auto;
	top:0px;
	left:141px;
	position:absolute;
}
#ban-img{
	height:119px;
	width:auto;
	}
#fade{
	top:0px;
	left:0px;
	width:auto;
	height:119px;
	position:absolute;
	z-index:1;
	}
/*Menu styling*/
#menu{
	position:relative;
	float:left;
	z-index:5;
	top:5px;
	left:0px;
	background-color:a4a680;
	text-align:right;
	width: 120px;
	min-height:inherit;
	padding:10px;
	padding-bottom:0px;
}
#menu div{
	width:120px;
	border:1px solid black;
}
#menu a{
	font:bold 16px tahoma,geneva,sans-serif;
	color:black;
	
	}
#menu a:link{
	text-decoration:none;
	/*border-bottom:2px inset #bea06d;
	border-right:2px inset #bea06d;*/
	padding:0px 3px 0px 10px;
}
#menu a:visited{
	text-decoration:none;
	/*border-bottom:2px inset #bea06d;
	border-right:2px inset #bea06d;*/
	padding:0px 3px 0px 10px;
}
#menu a:hover{
	text-decoration:none;
	color:white;
	/*border-color:white;*/
}
#menu a:active{
	text-decoration:none;
	/*background-color:#bea06d;
	border-color:white;*/
}
#thecontent{
	position:relative;
	height:auto;
	width:auto;
	padding-top:10px;
	margin-left:150px;
	margin-right:10px;
	font-size:14px;
}
/*Footer styling*/
#footer{
	text-align:center;
	margin-top:50px;
	font:12px verdana,sans-serif;
	}
#disclaimer{
	text-align:center;
	font: 10px verdana,sans-serif;
	}
#d2{
	text-align:center;
	font: 12px italic verdana,sans-serif;
	}