@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #00C0F3;
	background-image: url(/new/images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	width:980px;
	margin:0 auto;
	border: 0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 980px;
	height: 145px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#leftcol {
	float: left;
	width: 192px;
}
#leftcol img {
	border: 0px;
}



#maincontent {
	float: right;
}

#rightcol {
	float: right;
	width: 158px;
	padding: 2px 10px 10px 0px;
}
#middlecol {
	float: left;
	width: 589px;
	margin-right: 20px;
}
#middlecoltop {
	background-image: url(images/centercoltop.jpg);
	background-repeat: no-repeat;
	height: 13px;
}
#middlecolbottom {
	background-image: url(images/centercolbottom.jpg);
	background-repeat: no-repeat;
	height: 42px;
	clear: both;
}
#middlecolmiddle {
	background-image: url(images/centercolmiddle.jpg);
	background-repeat: repeat-y;
	padding: 0px 15px 0px 15px;
}
#middlecolmiddle h1 {
	font-weight: bold;
	font-size: 17px;
	color: #EB008B;
}
#middlecolmiddle h2 {
	font-weight: bold;
	font-size: 15px;
	color: #EB008B;
}
.italic {
	font-style: italic;
	font-size: 0.8em;
}



#middlecolmiddle p {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
#middlecolmiddle   a   {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#middlecolmiddle  a:hover {
	color: #EB008B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}




#footer {
	width: 980px;
	clear: both;
	text-align: center;
}
#footer p {
	color: #88D5F7;
	font-size: 11px;
}
#footer a {
	color: #88D5F7;
	text-decoration: none;
}
#footer  a:hover {
	color: #EB008B;
}
#contactform {
width:275px;
float:left;
}
#contactformcontainer {
	width: 530px;
	height: 360px;
	clear: both;
}


#contactdetails {
	width:240px;
	float:right;
	margin-left: 10px;
	padding-top: 10px;
}
#contactdetails p {
	color: #FFFFFF;
	font-size: 12px;
}
