html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: white;	
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	font-size: 12px;
	/*font-size: 14px;*/
	
	scrollbar-3dlight-color: #909090;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #101010;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #606060;
	scrollbar-shadow-color: #404040;
}

#website {
	margin-left: auto;
	margin-right: auto;
	
	width: 934px;
	height: 577px;
	background-image: url("images/background.jpg");
}

#menu {
	position: relative;
	/*top: -4px;*/
	top: 0px;
	left: 25px;
}

#menu td {
	padding-left: 10px;
	padding-right: 10px;
}

#menu td a {
	color: white;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	/*font-size: 18px;*/
	font-size: 17px;
	text-decoration: none;
}

#title {
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	font-size: 30px;
	/*font-size: 36px;*/
	font-weight: bold;
	text-decoration: underline;

	position: relative;
	top: 3px;
	left: 15px;
	width: 700px;
}

#content {
	position: relative;
	top: 17px;
	left: 15px;
	width: 725px;
	overflow: auto;
	height: 325px;
}

#content TD {
	color: white;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
}

.submenu {
	position: absolute;
	z-index: 5;
	color: white;
	border-top: 1px solid white;
}

.menulinks {
	background-color: black;
}

.submenu a {
	color: white;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
	text-decoration: none;
}

.submenu a:hover {
	color: black;
	background-color: white;
}

.rightside {
	background-image: url("images/menu-right.gif");
	background-repeat: repeat-y;
	background-position: top right;
	width: 6px;
}	

.bottomright {
	background-image: url("images/menu-right-bottom.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 6px;
	height: 6px;
	font-size: 3px;
}	

.bottom {
	background-image: url("images/menu-bottom.gif");
	background-repeat: repeat-x;
	background-position: top center;
	height: 6px;
	font-size: 3px;
}	

.bottomleft {
	background-image: url("images/menu-left-bottom.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 6px;
	height: 6px;
	font-size: 3px;
}	

.leftside {
	background-image: url("images/menu-left.gif");
	background-repeat: repeat-y;
	background-position: top left;
	width: 6px;
}

#content a {
	color: white;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	font-weight: bold;
}
#copyright {
	vertical-align: top;
	color: #808080;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	font-size: 12px;

	position: relative;
	/*top: 61px;*/
	top: 77px;
	left: 500px;
}
#copyright a {
	color: #808080;
	font-family: Verdana, Arial, Palatino Linotype, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.smallfont {
	font-size: 2px;
}
acronym {
	text-decoration: underline;
}