/*body background and default text size*/
body {
	background-image: url(images/page_parts/bluebackground.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* page titles*/
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#00267e;
	line-height:17px;
}


/* page subtitles*/
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00267e;
	line-height:14px;
}

/* table cell styling */
td {
	vertical-align:top;
	}

/* main table background */
.main_table {
	background-color:#FFFFFF;
	background-image:url(images/page_parts/yellowcolumn.gif);
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:top;
	
}

/* top navigation styling*/
.top_navigation {
text-align:right;
margin-right:-10px;
margin-top:-5px;
}


/* page banner background */
.banner_background {
	background-image:url(images/page_parts/yellowbanner760.gif);
	height: 77px;
	vertical-align:top;
	}

/* navigation column background */	
.navigation_column {
	background-image:url(images/page_parts/globebottom.gif);
	background-repeat:no-repeat;
	width:170px;
	vertical-align:top;
	}

/* main content region background */	
.main_content_background {
	background-image:url(images/page_parts/blueborder.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:590px;
	vertical-align:top;
	border-top: 1px;
	border-top-style:solid;
	border-top-color:#cfac5b;
	border-left: 1px;
	border-left-style:solid;
	border-left-color:#cfac5b;
	}

/* main content yellow box */	
.content_box {
	border-top: 1px;
	border-top-style:solid;
	border-top-color:#fddf99;
	border-left: 1px;
	border-left-style:solid;
	border-left-color:#fddf99;
	border-right: 1px;
	border-right-style:solid;
	border-right-color:#fddf99;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#fddf99;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	padding:20px;
	
	}

.colourtest {
color:#6600CC;
font:Georgia, "Times New Roman", Times, serif;
font-size: 20px;
}

/* default link formatting */
a:link {
	color: #00267E;
	text-decoration: underline;
}
a:visited {
	color: #00267E;
	text-decoration: underline;
}
a:hover {
	color: #CE9100;
	text-decoration: none;
}
a:active {
	color: #CE9100;
	text-decoration: none;
}

/* form field and drop down styles */
.form_data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FAEFD7;
}

/* underline */
.underline {
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#fddf99;
	}

/* extend height of form cells */
.cell_height {
	padding-bottom: 10px;
}



/* float content to the right of something else */
.float_right {
	float:right;
}

/* float content to the left of something else */
.float_left {
	float:left;
}

/* footer style*/
.footer {
	text-align:center;
	font-size:9px;
	color:#9a9cab;
	margin-bottom:5px;
}

/* footer link formatting */
.footer a:link {
	color:#9a9cab;
	text-decoration: underline;
}
.footer a:visited {
	color: #9a9cab;
	text-decoration: underline;
}
.footer a:hover {
	color: #9a9cab;
	text-decoration: none;
}
.footer a:active {
	color: #9a9cab;
	text-decoration: none;
}