body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	background-color: #666666;/*sets the body background colour*/
	color: #666666; /*set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 800px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}


.cellpad {
	padding-right: 10px;
	padding-left: 10px;
}

#content {
	background-color: transparent;
	width: 760px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
}

#content h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	color: #FF6318;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px;
}

#content h2 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 0px 0px;
	color: #FF6318;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	clear: none;
	line-height: normal;
}

#content h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content p {
	margin: 0 0 5px;/* sets the margins on the p element with the content div*/
	font-size: 80%; /* scales the font size - no family declared, we are using the default from the body rule*/
	padding: 10px 25px 0 0;/* sets the padding on the p element when it is within the content div*/
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCCCCC;
	text-align: center;
	padding-right: 10px;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #999999;
	text-align: center;
}
a {
	color: #999999;
	text-decoration: underline;
}
.repeat {
	background-repeat: repeat-y;
}
.Slogan {
	font-size: x-large;
	font-weight: bold;
	padding-left: 4px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content li {
	font-size: 80%;
}
