body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; 
	padding: 0;
	background: #FFF;
}


#top {
	height: 84px;
	width: 770px;
	border-right: 2px solid #9EACB5;
	margin: 0;
	padding: 0;
	text-align: left;
}

#flashbanner {
	left:0px;
	height: 147px;
	width: 770px;
	border-right: 2px solid #9EACB5;
	margin: 0;
	padding: 0;
	background: url(../grfx/banner.jpg) no-repeat;
}
#flashbannerspan {
	left:0px;
	height: 147px;
	width: 770px;
	border-right: 2px solid #9EACB5;
	margin: 0;
	padding: 0;
}

#content {
	float:left;
	width: 770px;
	min-height:396px;
  	height:auto !important; /* IE HACK */
  	height:396px; /* IE HACK */
	border-right: 2px solid #9EACB5;
	margin: 0;
	padding: 0;
	background: url(../grfx/contentbg_2.jpg) bottom right repeat-y #FFF;
}

#contenttext {
	width: 500px;
	min-height:396px;
  	height:auto !important; /* IE HACK */
  	height:396px; /* IE HACK */
	margin: 0;
	padding: 10px 240px 10px 30px;
	background: url(../grfx/contentbg.gif) bottom right no-repeat;
}

#rightcolumn {
	position: absolute;
	width: 160px;
	margin: 0;
	padding: 10px 3px 0 0;
	left: 606px;
	top: 292px;
}

#rightcolumn p {
	color: #636363;
	font-size: 0.8em;
}
.contactdetails {
	font-size: 0.8em;
	padding: 0 0 0 15px;
}

#rightcolumn ul {
	list-style-type: square;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 0 0 15px;
	margin: 0;
}

#footer {
	clear: both;
	width: 550px;
	height: 40px;
	padding: 8px 45px 5px 175px;
	border-right: 2px solid #9EACB5;
	border-bottom: 2px solid #9EACB5;
	background: url(../grfx/footerbg.jpg) top right no-repeat;
}
	
#footer a {
	color: #626262;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer td {
	padding: 2px 3px 2px 3px;
}

.boldlinks {
	font-weight: bold;
}

.underlinks {
	text-align: center;
	font-size: 0.6em;
}
.left {
	float:left;
	margin: 0 0 3px 0;
}
.right {
	float:right;
	margin: 0 5px 0 0;
}