body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
	background: #666666;
	background-image:url(images/page-bg.gif);
	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: #555555;
}
#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/main-bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	height: 32px;
	background-image:url(images/banner.gif);
	padding-top: 139px;
}
#mainContent {	
	padding-top: 35px;
	padding-left: 81px;
	padding-right: 10px;
	width: 525px;
	float:left
}
#formContent {
	padding-top: 35px;
	padding-left: 81px;
	width: 890px;
	float:left;
	background-color: #FFFFFF;
}
#mapContent {
	float:none;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
.darkbold {
	font-weight: bold;
	color: #555555;
}
.red {
	font-weight: normal;
	color: #FF0000;
	font-style: italic;
}
td, #mainContent td, #mainContent p, #mainContent td p  {	
	line-height:18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent li, #mainContent td li  {	
	line-height:18px;
}
#mainContent h1 {
	font-size: 17px;
	color: #848484; 
}
#mainContent h2 {
	font-size: 17px; 
	color: #848484; 
}
#CaptionBox {
	padding-top:5px;
}
/*================Footer Divs=================*/
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	background-image:url(images/footer-bg.gif);
}
#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: 9px 0 13px 81px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#colleft {
	width: 550px;
	background-image:url(images/footer-bg.gif);
	float: left;
	height: 45px;
}
#colright {
	float:right;
	width: 400px;
	background-image:url(images/footer-bg.gif);
	padding-right: 20px;
	height: 45px;
}
.small-blackswanit {
	font-size: 9px;
	font-weight: bold;
}
.small-blackswanit a:link {
	color:#000000;
	text-decoration: underline;
}
.small-blackswanit a:visited {
	color:#000000;
	text-decoration: underline;
}
.small-blackswanit a:hover {
	color:#000000;
	text-decoration: none;
}
.small-blackswanit a:active {
	color:#000000;
	text-decoration: underline;
}
a {
	color:#339999;
}
.submenu {
	font-size:10px; 
	font-weight:bold; 
	background-color:#55DCD3;
}
.no-ul {
	text-decoration: none;
	color:#FFFFFF;
}
.no-ul:hover {
	color:#558877;
}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#888888;
}
strong {
	color: #808080; 
}
input {
	font-family:Arial, Helvetica, sans-serif
}
.input-grey {
	color:#999999
}
.input-black {
	color:#000000
}
.privacy {
	font-size: 90%; line-height:130%; padding-top:8px; border-top: 1px solid #999;
}.imgvertcentre {
	vertical-align: middle;
}.imglink-noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg-norepeat {
	background-repeat: no-repeat;
}
.tbl-padding {
	padding: 8px;
}
.pausebtn {
    color:#858585;   
    font-size: 80%;
	background-color: #ecebe6;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#cacaca');   
}