body {
	margin: 0;
	background: #ffffff;	
}

h1 {
	margin: 0 0 10px 0;
}

#section1 {
	background: #ffffff;	
	height: 133px;
}

#section2 {
	background: #1f5faa url(images/section2bg.gif) repeat-x top left;
	height: 52px;
	border-bottom: 1px solid #ffffff;
}

#section3 {
	background: #89aac5;
	border-top: 1px solid #89aac5;
}
	#section3left {
		background: url(images/section3left.gif) repeat-y top right;
	}
	
	#section3right {
		background: url(images/section3right.gif) repeat-y top left;
	}
	
	#copyarea {
		background: #ffffff;
	}

#section4 {
	background: #ffffff url(images/section4bg.gif) repeat-x top left;
	height: 120px;
}

#footer {
	background: url(images/section4bg2.gif) no-repeat top left;
	height: 106px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #5787bf;
	text-decoration: underline;
}

a.fs {
	color: #89abc5;
	text-decoration: none;
	font-weight: bold;
}

a.fs:hover {
	color: #0c4e9d;
	text-decoration: none;
	font-weight: bold;
}


#bluebox {
	border-right: 1px solid #89aac5;
	border-left: 1px solid #89aac5;
	font: 11px Arial, Helvetica, sans-serif;
	color: #5787bf;
}

#greytopline {
	border-top: 1px solid #a7a7a7;
}



.darkblue {
	color: #0c4e9d;
}

img.imgborder {
	border: 1px solid #254377;
}
img.imgright {
	border: 1px solid #254377;
	float: right;
	margin: 0 0 10px 10px;
}


.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #646464;
}	

body.mceContentBody {
    font: normal 12px Arial, Helvetica, sans-serif;
	color: #646464;
}

.mceContentBody a 
{
    color: #5787bf !important;
	text-decoration: underline !important;
}
