body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/background3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	height: 126px;
	background-image: url(Images/header_alpha_4.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container {
	width: 600px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(Images/85black.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #mainContent {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(Images/85black.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #footer {
	height: 75px;
	padding-top: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navigation {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
}
#navmenu1 {
}
#navmenu2 {
}
#footerwrap {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
	text-align: left;
}
#footername {
	width: 114px;
	float: left;
	color: #CCC;
	font-size: 11px;
}
#footerukaddress {
	float: left;
	width: 126px;
	font-size: 11px;
	color: #CCC;
	line-height: 14px;
}
#footerusaddress {
	float: left;
	width: 126px;
	font-size: 11px;
	color: #CCC;
	line-height: 14px;
}
#footerfollow {
	float: left;
	width: 116px;
	font-size: 9px;
	letter-spacing: 0.1em;
	line-height: 31px;
	height: 62px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	color: #CCC;
}
#footerrss {
	width: 96px;
	float: left;
	line-height: 31px;
	font-size: 9px;
	letter-spacing: 0.1em;
	padding-left: 5px;
	height: 62px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	color: #CCC;
}
.footerbold {
	font-weight: bold;
	line-height: 24px;
}
.footericons {
	float: left;
	padding-right: 5px;
	clear: left;
}
.maintextgreen {
	color: #3C9;
}
a:link {
	text-decoration: none;
	color: #3C9;
}
a:visited {
	text-decoration: none;
	color: #3C9;
}
a:hover {
	text-decoration: none;
	color: #F03;
}
a:active {
	text-decoration: none;
	color: #F03;
}
#here {
	color: #3C9;
	border-bottom-color: #3C9;
}
