body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

#container {
	height: 100%;
	width: 990px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
}
#strapline {
	height: auto;
}
#mainBody {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	height: 30px;
	text-align: center;
	vertical-align: 75%;
	width: auto;
	color: #666666;
	font-size: 10px;
}
a {
	color: #FF6;
	text-decoration: none;
}
a:hover {
	color: #FF6;
	text-decoration: underline;
}


.menuBoxesHead  {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF99;
	text-transform: uppercase;
	padding-top: 0px;
	height: 25px;
	background-image: url(../img/but-menu-bg.jpg);
	text-align: center;
	background-position: center;
}
.menuLinks a {
	width: auto;
	color: #FFFF99;
	text-decoration: none;
	display: block;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.menuLinks a:hover {
	background-color: #000000;
}
.menuBoxesContent  {
	padding: 0px;
	background-color: #111111;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
.pageBox {
	border: 1px solid #900;
	margin-bottom: 20px;
	background-color: #111111;
}
.pageBoxHead {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #900;

}
.pageBoxContent {
	border: 1px solid #900;
}
.pageBoxContent a {
	color: #FF6;
	text-decoration: none;
	font-weight: bold;
}


.staffBox {
	font-size: 10px;
}
.staffBox ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.errMsg {
	color: #FFC;
	background-color: #900;
	padding: 10px;
	width: auto;
	font-weight: bold;
	display: block;
}
.smlTxt {
	font-size: 10px;
}
