	body
	{
	margin: 0;
	padding: 0;
	font: 70% verdana, hevetica, sans-serif;
	text-align: left;
	color: #505367;
	background-color: #EEEEEE;
	}
	
	#container
	{
	margin: 1em auto;
	width: 885px;
	text-align: left;
	margin-top: 0px;
	background-color: #FFFFFF;
	}
	
	#banner
	{
	height: 214px;
	background-color: #FFFFFF;
	}
	
	#mainnav
	{
	height: 24px;
	background-color: #8690B0;
	background-image: url(../img/navbg.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 3px;
	}
	
	#container #mainnav .menu a {
	color: #FFFFFF;
	text-decoration: none;
	}
	#container #mainnav .menu a:hover{
	background-color:#97A2BE;
	height:auto;
	}
	#container #mainnav .menu {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	float: left;
	margin-left: 180px;
	}
	
	#title
	{
	height: 42px;
	background-color: #CCCCCC;
	width: 885px;
	}
	
	#container #title .top 
	{
	font-size: large;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	margin-left: 180px;
	width: 700px;
	}
	
	#container #title .bottom 
	{
	font-size: smaller;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	margin-left: 180px;
	width: 700px;
	}
	

	#contents	
	{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	background-color: #FFFFFF;
	width: 885px;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
	}

	#container #contents .leftedge 
	{
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 20px;
	float: left;
	margin-left: 2px;
	width: 175px;
	height: 200px;
	}

	#container #contents .leftcol 
	{
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	margin-left: 0px;
	width: 230px;
	height: 273px;
	margin-right: 6px;
	background-image: url(../img/column.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#container #contents .leftcol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	
	#container #contents .leftcol li {
	list-style-image: url(../img/bullet.gif);
	clip: rect(auto,auto,auto,auto);
	font-size: small;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -5px;
	}
	#container #contents .leftcol hr {
	color: #CCCCCC;
	}
	#container #contents .leftcol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .leftcol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}
	#container #contents .centrecol 
	{
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	width: 230px;
	margin-right: 6px;
	background-image: url(../img/column.gif);
	height: 273px;
	}

	#container #contents .centrecol li {
	list-style-image: url(../img/bullet.gif);
	clip: rect(auto,auto,auto,auto);
	font-size: small;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -5px;
	}
		
	#container #contents .centrecol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	#container #contents .centretcol hr {
	color: #CCCCCC;
	}
	#container #contents .centrecol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .centrecol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}

	#container #contents .rightcol 
	{
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	width: 230px;
	background-image: url(../img/column.gif);
	height: 273px;
	}
	
	#container #contents .rightcol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	#container #contents .rightcol li {
	list-style-image: url(../img/bullet.gif);
	clip: rect(auto,auto,auto,auto);
	font-size: small;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -5px;
	}
	#container #contents .rightcol hr {
	color: #CCCCCC;
	}
	#container #contents .rightcol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .rightcol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}

	#footer	
	{
	clear: both;
	height: 20px;
	padding-top: 1px;
	background-color: #DADBDF;
	padding-left: 5px;
	}

	#container #footer .menu {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 20px;
	text-align: right;
	}
	#container #footer .menu a {
	color: #FFFFFF;
	text-decoration: none;
	}
	#container #footer .menu a:hover{
	background-color:#97A2BE;
	height:auto;
	}
	#container #contents .leftedge img {
	text-align: center;
	padding: 5px;
}
#container #header .topbanner {
	background-image: url(../img/topbarbg.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 465px;
	margin-left: 420px;
}
#container #header .topbanner #emailaddress {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-left: 250px;
	margin-top: 2px;
}
#container #header .topbanner input {
	font-size: 11px;
	margin-top: 3px;
	vertical-align: middle;
}

	#container #contents .imagecol 
	{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	width: 150px;
	margin-right: 6px;
	height: auto;
	background-color: #F5F4FA;
	}

	#container #contents .imagecol li {
	list-style-image: url(../img/bullet.gif);
	clip: rect(auto,auto,auto,auto);
	font-size: small;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -5px;
	}
		
	#container #contents .imagecol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	#container #contents .imagecol hr {
	color: #CCCCCC;
	}
	#container #contents .imagecol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .imagecol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}
	
	#container #contents .textcol 
	{
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	width: 540px;
	margin-right: 6px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	}

	#container #contents .textcol li {
	list-style-image: url(../img/bullet.gif);
	clip: rect(auto,auto,auto,auto);
	font-size: small;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -5px;
	}
		
	#container #contents .textcol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	#container #contents .textcol hr {
	color: #CCCCCC;
	}
	#container #contents .textcol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .textcol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}
	
	#container #contents .singlecol 
	{
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	float: left;
	width: 650px;
	margin-right: 6px;
	height: auto;
	}

	#container #contents .singlecol li {
	list-style-image: none;
	clip: rect(auto,auto,auto,auto);
	font-size: 10px;
	list-style-position: outside;
	margin-top: 0px;
	list-style-type: disc;
	font-weight: normal;
	}
		
	#container #contents .singlecol colheader {
	height: 25px;
	width: 225px;
	margin-top: 2px;
	margin-left: 10px;
	}
	
	#container #contents .singlecol hr {
	color: #CCCCCC;
	}
	#container #contents .singlecol p {
	font-size: 0.75em;
	vertical-align: top;
	font-weight: normal;
	}
	#container #contents .singlecol a {
	color: #8897B6;
	text-decoration: underline;
	font-weight: normal;
	}
	
#container #content a {
	color: #006699;
}
#container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #content font {
	line-height: 14px;
	font-size: 12px;
}
