body {
background-color: #130f6d;
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	font-weight:bolder;
	background: url(images/bg_hometext_lines.gif);
	width: 99%;
}	
h3,h4,h5{
	color:#ffffff;
	margin: 5px 0px 0px 0px;
}
h2 {
	font-size: 17px;
	margin: 13px 0px 0px 0px;
	color:#000066;
	font-weight:bolder;	
}
h3 {
	font-size: 14px;
	font-weight:bolder;	
}
h4 {
	font-size: 12px;
	font-weight:bolder;	
}
h6 {
	font-size: 18px;
	font-weight:bolder;
}

.italicbodytext {
	font-style: italic;
}
.italicboldbodytext {
	font-style: italic;
	font-weight:bold;	
}
.boldtext {
	font-weight: bold;
}
 ul{
margin-top: 0px;
}
.backtotoptext{
	color:#0000FF;
	font-weight: bold;
	font-size: 14px;
}
#maincontainer {
	width: 790px; /*Width of main container*/
	margin: 0 auto;
	border: 1px dashed #CCCCCC;
}
#topsection {
	margin: 0px;
	background: #77a2f0;
}
#heading {
	margin: 0px;
	height: 89px; /*Height of top section*/
}
#menu {
	margin: 0px;
	height:75px;
}
#undermenu {
	margin: 0px;
}
#undermenuleft {
	position: relative;
	margin: 0px;
	height: 22px;
	width: 74%;
	background: #b54875;
	float: left;
	font-size:10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 2em;
}
#undermenuleft a {
	color: #FFF;
	text-decoration: underline;
}
#undermenuright {
	position: relative;
	margin: 0px;
	height: 22px;
	width: 26%;
	background: #b54875;
	float: right;
}
#searchtextfield {
	height: 12px;
	margin: 1px;
	font: 10px Arial, Helvetica, sans-serif;
	background: #E8E8FF;
	width: 115px;
}
#searchbutton {
	height: 17px;
	margin: 1px;
	font: 10px Arial, Helvetica, sans-serif;
	background: #E8E8FF;
}
#leftcolumn {
	float: left;
	width: 34px; /*Width of left column*/
	margin-left: -790px; /*Set left margin to -(MainContainerWidth)*/
	background: #77a2f0;
}
#searchresultwrapper{
	float: left;
	width: 100%;
	background: #ffffff;	
}
#searchresultbody {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 119px 0px;
}
#contentwrapper {
	float: left;
	width: 100%;
	background: #a5c4ff;
}
#contentbody {
	margin: 15px 10px 0px 50px;
	padding: 0px 0px 10px 0;
	background: url(images/bg_body_swish.jpg) no-repeat;
	min-height: 450px;
}
#homepagecontainter{
	margin: 0px;
	background: url(images/bg_hometext_lines.gif);
}
#hometext {
	margin: 0px 0px 0px 33px;
	padding: 5px 10px 10px 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	text-align: center;
}
#homeimage {
	margin: -3px 0px 0px 38px;
}
.servicedirimages {
	margin: 0px 0px 0px 0px;
	float: right;
	border: thin dashed #999999;
	/*margin: 15px 0px 15px 85px;
	border-style: dotted;*/
}
.townstext {
	margin: 0px;
	text-align: justify;
}
.townsimages {
	margin: 0px 0px 0px 12px;
	float: right;
	border: thin dashed #999999;
}
#footer {
	clear: left;
	width: 100%;
	background: #b54875;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
#footer a {
	color: #FFF;
}
.udmlinktext {
	color:#FFFFFF;
}
.udmlinktext a {
	color: #FFF;
	text-decoration: underline;
}