h1 {
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	font-family: verdana;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #f7931e;
}
a:visited {
	color: #f7931e;
}




#menu a {
	color: #f7931e;
	display: block;
	font-weight: bold;
	/*background-color: #e5e5e5;*/
	line-height: 22px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	text-transform: uppercase;
}
#menu .current {
	background-color: #dfdfdf;
	color: #f7931e;
}
#menu a#current:hover {
	background-color: #e5e5e5;
}
#menu a:hover {
	background-color: #e5e5e5;
}

#menu a.submenu {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	padding-left: 9px;
	color: #f7931e;
}
#menu b {
	text-transform: uppercase;
	padding-left: 4px;
	font-size: 12px;
	line-height: 22px;
}

body {
	background-color: #666666;
	background: URL("img/tile.png");
	background-attachment: fixed;

	color: #444444;
	font-family: arial;
	font-size: 12px;
}

.main {
	top: 5%;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	width: 840px; /*670*/
}

.box {
	padding: 10px;
	padding-bottom: 11px;
	padding-top: 11px;
	background-color: #ffffff;
	/*border: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
*/	margin-bottom: 10px;
}

#logo {
	
	padding: 0px;
	padding-bottom: 5px;
	clear: both;
}

.right {
	text-align: right;
}

.logindiv {
	margin-top: 5px;
	position: absolute; 
	left: 500px;
}

#menu {
	width: 155px;
	float: left;
	clear: left;
}

.content {
	margin-left: 188px;
	width: 440px;

}
.separator {
	width: 100%;
}

td {
	vertical-align: top;
}
table.news {
	margin-bottom: 8px;
}
hr {
	color: #ffa32e;
	margin-bottom: 11px;
}
input {
	max-width: 100px;
	border: 1px solid #666666;
	margin-bottom: 1px;
}
