body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageWrapper {   /* div */
	text-align:center;
}
.wrapperWidth {   /* div */
	width:100%;   /* 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 */
}
body,td,th,p,div {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.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 {
	text-align:left;
	background:#333 url(../images/top_bgd.jpg) top repeat-x;
}
	#logo {
	}
	#menu {
	}
#pageContent {
	text-align:center;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top: 30px;
	margin-bottom: 40px;
}
#pageFooter {
	text-align:center;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:10px;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color: #fff; text-decoration:underline; }
a:visited { color:#fff; text-decoration:underline; }
a:hover { color:#fff; text-decoration:underline; }
a:active { color:#fff; text-decoration:underline; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: "Gill Sans MT", Verdana, sans-serif;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight:normal;
	color: #ccc;
}
h1 {
	font-size: 20px;
}
/*----------------------------------------------------   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;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}
