@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
}
.centred {
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bg-shadow.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 152px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #99CC33;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	color: #99CC33;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 1.4em;
}
h3 {
	font-size: 18px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 12px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #99CC33;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 6px;
}
p {
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 0px;
}
.footer {
	font-size: 9px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 50px;
	border-left-width: 45px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.italic {
	font-style: italic;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/bg-shadow.jpg);
	background-repeat: repeat-y;
	text-align:left;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topNav  a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.clear {
	clear, br: both;
}
#topNav  a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#topNav  a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav  a:active {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
h5 {
	color: #999999;
	font-size: 12px;
}
.white14pt {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#containerLeft {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
#containerRight {
	float: right;
	padding-top: 50px;
	padding-left: 20px;
	width: 220px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
