body {
	background: #E0F0FF url(../images/ozone-bgd.jpg) top repeat-x;
	margin: ;
}
.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: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
.small {
	font-size:11px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*---------------------------------------------------   main layout blocks --*/
#pageHeader {
	margin:0 auto;
	margin-top:29px;
	height:145px;
	width:890px;
	background: #298000 url(../images/header-image.jpg) no-repeat;
}
	#logo {
		text-align:left;
		padding-top:25px;
		padding-left:30px;
	}
	#menu {
		text-align:right;
		font-size:15px;
		font-weight:bold;
		margin-top:40px;
	}
		#menu span {
			padding-right:25px;
		}
		#menu a:link { color: #FFCC00; text-decoration:none; }
		#menu a:visited { color:#FFCC00; text-decoration:none; }
		#menu a:hover { color:#FFCC00; text-decoration:underline; }
		#menu a:active { color:#FFCC00; text-decoration:none; }
		
#pageContent {
	width:870px;
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top: 30px;
	margin-bottom: 40px;
}
	#mainContent {
		margin-right: 300px;
	}
	#sideContent {
		width:250px;
		float: right;
	}
		.actionBox h2{
			padding:0;
			line-height:normal;
			margin-bottom:10px;
			color:#FFFFFF;
			text-align:center;
		}
		#sideContent h3{
			padding:0;
			line-height:normal;
			margin-bottom:10px;
		}
		#sideContent table {
			margin-bottom:20px;
		}
		#sideContent p{
			padding:5px;
			color:#fff;
			margin:0;
			font-size:11px;
			line-height:normal;
		}
			#sideContent .box .cell{
				background-color:#2D547E;
			}
			.actionBox .cell{
				background-color:#BB6611;
			}

			#sideContent a:link { color: #FFE375; text-decoration:none; }
			#sideContent a:visited { color:#FFE375; text-decoration:none; }
			#sideContent a:hover { color:#FFE375; text-decoration:underline; }
			#sideContent a:active { color:#FFE375; text-decoration:none; }
			
#pageFooter {
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:10px;
	text-align:center;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link {
	color: #A83200;
	text-decoration:none;
}
a:visited { color:#A83200; text-decoration:none; }
a:hover { color:#A83200; text-decoration:underline; }
a:active { color:#A83200; text-decoration:none; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 17px;
	color: ##003366;
	font-weight:normal;
}
h1 {
	font-size: 20px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent ul 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: 20px; /* 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;
}