body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #332211;
}
body {
	background: url(smoke2.jpg);
	margin: 10px;
}

title {
	font-family: trebuchet ms, verdana, arial, tahoma, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #A4504B;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #e0e0e0;
	background: url(banner.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	color: #606060;
	height: 111px;
	font-size: 48px;
	font-weight: bold;
	padding-left: 20px;
	}
.menu {
	vertical-align: top;
	background-color: #E0E0E0;
	background: url(menu.jpg);
	background-repeat: no-repeat;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	font-family: trebuchet ms, verdana, arial, tahoma, sans-serif;
	font-size: 12pt;
	line-height: 14pt
	font-stretch: expanded;
    	display: inline-block; 
    	display: block;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;

}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 20px;
	color: #EEC966;
	display: block;
	width: 80%;
      font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	font-stretch: expanded;
	text-decoration: none;
}
.menu a:hover {
	background-color: #CA635C;
	color: #FFFFEE;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;

}
.menu_current {
	font-weight: bold;
	color: #FFFFFF;
}
.border {
	font-size: 0px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background: url(search.jpg);
	color: #606060;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.login a:hover {
	color: #003366;
	text-decoration: none;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.input {
	width: 95%;
	font-size: 10px;
}
.footer {
	background-color: #552205;
	background: url(footer.jpg);
	background-repeat: no-repeat;
	vertical-align: center;
	text-align: center;
	color: #EEC966;
	font-size: 10px;
	height: 14px;
}

