body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.content {
	background-image: url("images/content-top.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #882701;
}

.contentarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 22px;
	padding: 30px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffff66;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

u {
	color: #ffff66;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
}

.imgBord {
	border: 1px solid #995500;
}

.footer {
	padding: 20px 0px 20px 0px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}

.footer a {
	color: #777777;
	text-decoration: none;
}

.footer a:hover {
	color: #aaaaaa;
}

.menu {
	font-family: arial;
	font-size: 11px;
	color: #b33401;
	font-weight: bold;
	border-top: 1px #b33401 solid;
	padding-top:10px;
}

.menu a {
	color: #ffaa00;
	margin: 0px 10px 0px 10px;
}

.menu a:hover {
	color: #ffdd55;
}

.selectedtab {
	border-bottom-color: #b33401;
}

.tab {
	color: #ffffff;
	text-align: center;
	background-color: #c76e3e;
	border: 1px solid #ffff66;
	border-bottom: 1px solid #ffff66;
	height: 30px;
	width: 120px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
}

.box {
	border: 1px solid #ffff66;
	position: relative;
	top: 39px;
	z-index: 1;
	display: none;
	padding: 5px;
	margin-bottom: 20px; /* so that the dotted line at the bottom can be seen */
}

