/* Created by TopStyle Pro Trial Version - www.bradsoft.com 
yelow: f7ba3b */
body {
	margin: 0px;
	background-color: #fddb35;
}
a:link, a:visited {
	background: #fddb35;
	color: #5d1f01;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0 3px;
}
a:hover, a:active {
	background: #5d1f01;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 3px;
}

div.logo {
	display: block;
	background-color: #ffffff;
	white-space: nowrap;
	width: 100%;
}

div.menu {
	display: block;
	float: left;
	width: 178px;
	background-color: #fddb35;
	margin: 0px 20px 10px 0px;
	padding: 0;
	}
ul {
	display: block;
	width: 178px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px;
}
li.active {
	background: #5d1f01;
	border: 3px dotted #ffffff;
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	padding: 5px 3px;
}

li a:link, li a:visited {
	display: block;
	background: #fddb35;
	border-bottom: 3px double #ffffff;
	border-left: 3px double #ffffff;	
	border-right: 3px double #ffffff;
	color: #5d1f01;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 3px 5px;	
}
li a:hover, li a:active {
	display: block;
	background: #5d1f01;
	border: 3px dotted #ffffff;
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 3px;	
}
div.content {
	display: block;
	}
p.copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 5px 100px 15px 25px;
	color: #5d1f01;
	border: thin none;

}
div.footer {
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	text-align: center;
	width: 100%;
	margin: 10px;
}
