a:link, a:visited {
	color: #FFCC00;
}
a:hover {
	color: white;
}
body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px; 
	background: black;
	color: white;
	min-width: 760px; 
}
#page {
/*	border: 5px solid red;*/
	width: 100%;
}
#header {
	height: 183px;
	width: 100%;
	background-image: url(/images/header_back.gif);
}
#menu {
	width: 150px;
	float: left;
	position: relative; 
}
#content {
	float: left; 
	width: 620px; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
}
#content2 {
	padding: 15px;
	padding-top: 0px;
}
#footer {
	width: 760px;
	height: 12px;
	font-size: 10px;
	text-align: right;
	letter-spacing: 2px;
	color: #666;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #996600;
	margin-bottom: 10px;
}
.paragraph, .text {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #EEEEEE;
}

.paragraph {
	line-height: 200%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a.menuLink, a.menuLinkS {
	height: 20px;
	padding: 4px;
	color: white;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	border-bottom: 5px solid black;
}
#menu .menuLinkS {
	background-color: #996600;
	border-bottom: 5px solid #FFCC00;
}
#menu .submenuLink, #menu .submenuLinkS {
	display: block;
	color: white;
	padding-left: 20px;
	padding-top:4px;padding-bottom:4px;
	font-weight: normal;
	font-size: 76%;
	line-height: 76%;
	border-bottom: 5px solid black;
	text-decoration: none;
}
#menu a.submenuLink:hover, a.submenuLinkS:hover {
	background-color: #996600;
	border-bottom: 5px solid #993300;
}
#menu .submenuLinkS{
	background-color: #996600;
	border-bottom: 5px solid #993300;
}
#menu a.menuLink:hover, a.menuLinkS:hover {
	background-color: #996600;
	border-bottom: 5px solid #993300;
}
textarea, input, select {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0px;
 	background-color: #644300;
	color: white;
	font-weight: bold;
	padding: 3px;
}

select, .button {
	width: auto;
	padding: 0px;
}
.button {
	padding: 3px;
	border: 1px outset white;
	cursor: pointer;
}