body {
	text-align:center;
	font-family: "Lucida Sans Unicode", Arial;
}
.divmain{
	border-color:#B87333;
	border-style:solid;
	border-width:thick;
	width:900px;
	margin:auto;
}
.divlogo{
	background-color:#B87333;
}
.divmenu{
	clear:both;
	background-color:#B87333;
	color:white;
	height:50px;
	padding-top:15px;
}
}
.divmenu table {
	width: 100%;
}
.divmenu td {
	width: 25%;
}
.divcontent{
	font-size:medium;
	text-align:left;
	margin:10px;
}
.divfooter {
	font-size:small;
	text-align:center;
	background-color:#63B09E;
	color:white;	
}
h1 {
	font-size:large;
	color:#63B09E;
}
h2 {
	font-size:medium;
}
h3 {
	font-size:small;
	font-weight:bold;
}
h4 {
	font-size:small;
}
a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	
}
.inputbox	{
	width:500px;
}
.inputboxtall	{
	width:500px;
	height:200px;
}

