body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color: #228e99;
		font-family: Arial, Helvetica, sans-serif;
	   font-size: small; 
	}
a img { border: none; }
td img {
	margin-right: 3px;
}
li {	list-style-type: none; }
	/* column container */
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width: 98%;			/* width of whole page */
		overflow: auto;		/* This chops off any overhanging divs */
		border:  10px solid #228e99;
	}
	/* common column settings */
.colleft {
		float:left;
		width:100%;
		position:relative;
	}
.col1, .col2 {
		float:left;
		position:relative;
		padding: 30px 20px 1em 20px;
		/*padding: 0 0 1em 0;*/
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
.leftmenu {
		background:#fff;		/* right column background colour */
	}
.leftmenu .colleft {
		right:68%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
.leftmenu .col1 {
		width: 56%;			/* right column content width */
		left: 102%;			/* 100% plus left column left padding */
	}
.leftmenu .col2 {
		width: 32%;			/* left column content width (column width minus left and right padding) */
		left: 14%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
#footer {
		clear:both;
		float:left;
		width:100%;
		border-top: 1px solid #228e99;
	}
#footer div 
{
	background-color: #228e99;
	text-align: justify;
	color: #fff;
	float: left;
	width: 26%;
	padding: 15px 3% 0 3%;
}
#footer div:first-child {
	width: 29%;
} 
#footer + div {
	width: 94%;
	float: left;
	margin: 7px 3%;
}
.angle
{
   vertical-align: top;
	padding-bottom: 5px;
	text-align: left;
}
.logo
{
	border: none;
	text-align: left;
	margin-bottom: 60px;
	margin-top: 20px;
}
.designlogo
{
	float: left;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 40px;
}
* html .designlogo {
	margin-bottom: 20px;
}
.editablePart
{
	/*padding: 1% 5% 2% 5%;*/
	width: 100%;
	vertical-align: top;
	text-align: justify;
	margin-bottom: 20px;
}
.mainMenu
{
	text-align: center;
	margin-left: 1.5%;
   display: block;
	vertical-align: top;
	margin-bottom: 20px;
}
.menuBlock
{  
   margin-left: 20px;
	text-align: right;
	width: 90%;
	display: block;
}
.dropmenu{
	text-align: right;
	margin-left: 40px;
	display: block;
}
.mainMenuHeader {
	font-size: small;
	color: #228e99;
	/*margin-left: 0px;*/
	text-align: left;	
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom:0;}
.menuHeader {
	color: #228e99;
	font-weight: lighter;
	}
a.menu:link,a.menu:visited {
	color: #0457AB;
	}
a.menu:hover {
	text-decoration: none;
}
.align {		text-align: left;	}
.halign {	text-align: left;	padding-bottom: 45px;}
.searchText
{
	font-size: x-small;
	text-align: left;
}
.searchHeader
{
   font-size: small;
	color: #228e99;
	text-align: justify;
	margin-bottom: 20px;
	/*margin-left: 5px;
	display: inline;*/
}
.searchTable
{
	font-size: x-small;
	text-align: left;
	margin-left: 0%;
}
.alignTop{
	padding-top: 0%;
	vertical-align: top;
}
.filler  {	width: 7%; }
.button
{
	font-size: x-small;
	text-align: center;
}
.curPage {
	color: Black;
	font-size: small;
}
a.headerLink:link, a.headerLink:visited{
	font-size: small;
	color: #228e99;
	text-decoration: none;
	/*margin-left: 5px;*/
}
a.headerLink:hover{
	font-size: small;
	color: #228e99;
	text-decoration: underline;
	/*margin-left: 5px;*/
}
a.more:link, a.more:visited{
	font-size: small;
	color: #5E6363;
	text-decoration: none;
}
a.more:hover{
	font-size: small;
	color: #5E6363;
	text-decoration: underline;
}
.item {	color: #5E6363; }
em.item {
	font-weight: bold;
}
.item1 {	color: #797F7F;	}
a.current:link,a.current:visited {
	color: #0457AB;
	text-decoration: none;
	}
a.current:hover {
	text-decoration: none;
}
a.mail:link,a.mail:visited {
	color: White;
	text-decoration: none;
	}
a.mail:hover {
	text-decoration: none;
}
.invisibleBold{
	font-weight: lighter;
	color: White;
	font-size: x-small;
}
.maps {
	 float: right;
	 margin-left: 20px;
	 margin-top: 20px;
}
.nice {	color: White; }
.w3c { 
   display: inline;
	float: right;
   margin: 50px 5px 5px 5px;
}
#noprint {}
ul.services li {
	padding: 5px;
	text-indent: -10px;
}	
li img {
	margin-right: 3px;
}