body {
	background-color: #36323A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageWrapper {   /* div */
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.wrapperWidth {   /* div */
	margin-top:40px;
	width:800px;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background-color: #4B444D;
}
body,td,th,p,div {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #A69FAE;
}
.small {
	font-size:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight:bold;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
	border: 0;
	margin: 0;
	padding: 0;
	text-align:center;
}
	#mainImage {
		border: 0;
		margin: 0;
		padding: 0;
	}
#pageContent {
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:30px;
}
#pageFooter {
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:10px;
	font: normal 10px verdana, lucida, sans-serif;
	border-top:1px solid #36323A;
}
.floatBoxRight {
	width:200px;
	padding:15px;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
	background-color:#454B45;
	border:1px solid #36323A;
}
/*----------------------------------------------------   navigation   ----------------------------------------------------*/
#navBox
{
	width:100%;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background-color: #2B272E;
}
#navBox ul
{
	border: 0;
	margin: 0;
	padding: 6px 5px 5px 5px;
	list-style-type: none;
	text-align: center;
}
#navBox ul li
{
	display: inline;
	text-align: center;
}
#navBox ul li a
{
	padding: 2px 15px 5px 15px;
	color: #7C7C7C;
	text-decoration: none;
	text-align: center;
	font: normal 11px verdana, lucida, sans-serif;
}
#navBox ul li a:hover
{
	color: #fff;
	background: #3A363F;
}
#navBox a:active
{
	background: #3A363F;
	color: #fff;
}

#navBox li.active a
{
	background: #3A363F;
	color: #fff;
}
/*----------------------- sub menu -------------------------*/
#subNavBox
{
	width:100%;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background-color: #3A363F;
}
#subNavBox ul
{
	border: 0;
	margin: 0;
	padding: 6px 5px 4px 5px;
	list-style-type: none;
	text-align: center;
}
#subNavBox li
{
	display: inline;
	text-align: center;
}
#subNavBox ul li a
{
	padding: 1px 10px 4px 10px;
	color: #7C7C7C;
	text-decoration: none;
	text-align: center;
	font: normal 10px verdana, lucida, sans-serif;
}
#subNavBox ul li a:hover
{
	color: #fff;
	background: #4B444D;
}
#subNavBox a:active
{
	background: #4B444D;
	color: #fff;
}

#subNavBox li.active a
{
	background: #4B444D;
	color: #fff;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color:#F3DCF2; text-decoration:none; }
a:visited { color:#F3DCF2; text-decoration:none; }
a:hover { color:#F3DCF2; text-decoration:underline; }
a:active { color:#F3DCF2; text-decoration:none; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #E1C4DF;
}
h3,h4,h5,h6 {
	color: #D9B3D6;
}
h1 {
	font-size: 14px;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
	padding:5px;
	border: 1px solid #844200;
	border-color: #844200;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9BB5B5;
	color: #383E45;
	border: 1px solid #383E45;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #536F6F;
	color: #fff;
	border: 1px solid #914800;
}
