/* CSS Document */
body{
	background-color:#E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
	margin:0px;
}

#header{
	margin:20px;
}

#heading{
	color:#5D3C11;
	font-size:1.4em;
	font-weight:bold;
	padding-left:20px;
}

#maincontent{
	font-size:0.9em;
}

#menutitle{
	color:#E28A00;
	font-size:0.9em;
	font-weight:bold;
	padding-left:22px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
}
#submenu{
	font-size:0.8em;
	font-weight:bold;
	width:143px;
	height:25px;
	border-top:double;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	padding:0px 0px 0px 0px;
	color:#0096FF;
	text-align:left;
	margin-left:20px;
	margin-top:0px;
}

#submenu p{
	margin-top:5px;
} 
#footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:85px;
	font-size:0.8em;
	color:#FFFFFF;
}
a:link{
text-decoration:underline;
color:#333333;
}
a:hover{
text-decoration:underline;
color:#999999;
}