/* MAIN BODY */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* CONTAINER */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	top:20px;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:785px;
	height:646px;
	z-index: 1;
	text-align:left;
	border: 2px solid #020181;
}


/* HEADER */

.logo {
	height: 122px;
	width: 200px;
	float:left;
	margin-right:10px;
}
.strapline {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom:0px;
	width:auto;
	margin-bottom:45px;
	
}
.strapline_firstletters {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FF0000;
	font-weight: bold;
}

.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom:10px;
	width:auto;
}

#headeremailbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width:auto;
	margin-bottom:6px;
}

#headeremailbox a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#headeremailbox a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #020181;
	font-weight: bold;
	text-decoration: none;
}

/* MENU */

#menucontainer {
	background-color: #010080;
	height: 20px;
	width: auto;
	padding-left:220px;
	padding-top2px;

}

#menucontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right:20px;
	
}

#menucontainer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}



/* SEARCH BOX */


.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #000000;
}

.searchheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #01016B;
	text-align: center;
	padding: 6px;
	width: 100%;
}

.searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #135BAC;
	text-align: center;
	padding: 6px;
	width: 75px;
}


.advancedsearchresultsiframe {
	width: 757px;
	height: 495px;
	position: absolute;
	left: 27px;
	top: 150px;
}

.searchtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tablebackground {
	background-color: #020181;
	margin-top:3px;
	width:200px;

}



/* FEATURED */

.featurediframe {
	width:192px;
	height:320px;
	text-align: center;

}


/* CONTENT */

.iframe {
	width: 577px;
	height: 498px;
	position: absolute;
	left: 203px;
	top: 148px;
}

.contantcontainer {
	width: 577px;
	height: 498px;
	position: absolute;
	left: 206px;
	top: 148px;
	overflow: auto;
}

.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 15px;
	margin-left: 15px;


}
