body
{
	margin: 5px;
}
div#base {
	margin: 0px auto;
	position: relative;
	width: 751px;
}
div#header 
{
	background-color: #5381a9;
	height: 96px;
	width: 737px;
	padding: 13px 0px 0px 13px;
	background-image: url(pics/bg_header.jpg);
	background-repeat: no-repeat;
}
div#title
{
	position: relative;
	top: -60px;
	left: 125px;
	margin-bottom: -43px;
}
div#menu
{
	margin: 0px 0px 4px 1px;
	height: 20px;
	width: 749px;
}
div#content
{
	width: 750px;
	min-height: 400px;
	background-color: #9ACDCE;
	background-image: url(pics/bg_mid_blue.gif);
	background-repeat: repeat-y;
}
div#bg_top
{
	background-color: #9ACDCE;
	background-image: url(pics/bg_top_blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 750px;
}
div#bg_bot
{
	background-color: #9ACDCE;
	height: 9px;
	width: 750px;
	background-image: url(pics/bg_foot_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#left
{
	float: left;
	width: 188px;
	height: auto;
	margin-left: 10px;
}
div#right
{
	float: right;
	background-color: #FFF;
	width: 510px;
	padding: 0px 10px 10px 10px; 
	min-height: 300px;
	margin-right: 10px;
	background-image: url(pics/bg_mid_white.gif);
	background-repeat: repeat-y;
}
div#bg_mid_bot, div#bg_mid_top
{
	background-color: #FFF;
	float: right;
	width: 530px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
div#bg_mid_top
{
	background-image: url(pics/bg_top_white.gif);
	height: 8px;
	background-position: top;
}
div#bg_mid_bot
{
	background-image: url(pics/bg_bot_white.gif);
	height: 7px;
	background-position: bottom;
}
div#footer
{
	background-color: #FFF;
	width: 750px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
h1, h2, h3
{
	margin-top: 0px;
	margin-bottom: 7px;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 110%;
}
img.PageImages
{
	margin-bottom: 5px;
}
.clear
{
	clear: both;
}
input.textbox
{
	width: 250px;	
}
textarea
{
	width: 250px;	
	height: 100px;
}
textarea.contact
{
	width: 300px;	
	height: 100px;
}
th
{
	text-align: left;
	padding-right: 10px;
}
th.contact
{
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
	width: 100px;
}
div.list_item
{
	width: 507px;
	margin-bottom: 5px;
}
div.item_left
{
	float: left;
	width: 110px;
}
div.item_right
{
	float: right;
	width: 390px;
	pading: 0px 0px 0px 10px;
}
div.item_right p
{
	margin-top: 0px;
}
div.item_right h3
{
	margin-bottom: 0px;
}
p.footerlink a:link, p.footerlink a:visited
{
  text-decoration: underline;
  color: #000;
}
p.footerlink a:hover, p.footerlink a:active
{
  text-decoration: underline;
  color: #02f;
}
