@charset "iso-8859-1";
body {
	background: #000 url(../images/background.jpg) no-repeat 0px 0px;
	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: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	letter-spacing: 0px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
	top: 60px;
	position: relative;
	height: 100%;
	padding: 0px;
}
#header {
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 32px 20px 20px 0px;
	border-bottom: 1px solid #e7e7e7;
}
#strapline {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	width: 450px;
	top: 80px;
	font-size: 120%;
	color: #666;
	letter-spacing: 1pt;
}

#logo {
	width: 250px;
	float: right;
	padding: 0px;
	height: 80px;
	margin: 0px;
}


#image {
	background: #FFF url(../images/grad.gif) repeat-x 0px 0px;
	position: relative;
	height: 420px;
	width: 299px;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #mainContent {
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 400px;
	float: right;
	width: 441px;
	background: #FFF url(../images/grad.gif) repeat-x 0px 0px;
	margin: 0px;
	clear: right;
	text-align: left;
}
.smallprint {
	font-size: 80%;
}

h1 {
	color: #999;
	font-weight: normal;
	font-size: 200%;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: -1%;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	background: #000;
	float: left;
	height: 110px;
	width: 430px;
	clear: both;
	padding: 10px 0px;
}



#address {
	background: #000;
	float: right;
	margin: 0px;
	padding: 20px 20px 10px;
	height: 100px;
	width: 310px;
	clear: right;
}

h2 {
	font-weight: normal;
	margin-bottom: -1%;
	color: #999;
}
a:link {
	color: #629BCD;
	text-decoration: none;
}
a:visited {
	color: #629BCD;
	text-decoration: none;
}
a:hover {
	color: #903;
}
a:active {
	text-decoration: none;
	color: #629BCD;
}
.address {
	font-size: 80%;
	text-align: right;
	color: #e7e7e7;
}
.address a:link {
	color: #629BCD;
	text-decoration: none;
}
.address a:visited {
	color: #629BCD;
	text-decoration: none;
}
.address a:hover {
	color: #E7E7E7;
}
.address a:active {
	text-decoration: none;
	color: #629BCD;
}
.navigation {
	color: #6ABCFF;
	text-decoration: none;
}
table tr td ul li {
	margin-bottom: -20px;

}
