/* CSS Document */

BODY {
	background-color: #d9effa;
	background-image:url("../images/bg_tile.jpg");
	background-repeat:repeat;
	font-family:"trebuchet MS", verdana, Arial, serif;
	font-size: 0.80em;
	text-align:center;
	margin:0;
	padding:0;
	color:#084d90;
}

HR {
	border:1px solid #1e92c0;
	color: #1e92c0;
}

A {
	color: #0069a0;
}

A:hover {
	color: #1e92c0;
}

H1 {
	color: #084d90;
	font-size: 1.3em;
}

H2 {
	font-size: 1.2em;
}

H3{
	color: #084d90;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}

A IMG {
	border:0;
}

IMG {
	border:0;
}

/****** ALIGNMENTS *******/
.left {
	float:left;
}

.right {
	float:right;
}

.centre {
	margin: 0 auto;
	text-align:center;
}

.clear {
	clear:both;
}

/****** FRAMEWORK *******/

.full_page {
	margin: 0 auto;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
	width: 775px;
}

.content {
	margin:0 auto;
	text-align:left;
	width: 766px;
}

.main_content
{
	float:left;
	width:612px;
}

.content_text {
	width:594px;
	float:left;
}

.contact_text {
	text-align:center;
	width:600px;
}

.input_label {
	width:250px;
	display:inline;}


.hdr {
	width: 100%;
}


.contact_form {
	width:300px;
	text-align:center;
	padding:10px 5px 10px 5px;
	border:solid 2px #084d90;
	background-color:#CFD9E3;
	padding:10px;
	margin:0 auto;
}

.ftr {
	background-image:url("../images/framework/ftr.jpg");
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*** GENERAL ***/

/** HDR **/
.hdr_details {
	float:right;
	font-size: 1.2em;
	font-weight:bold;
	margin: 45px 37px 0 0;
	text-align:right;
	width: 250px;
}

.hdr_underline {
	background-image:url("../images/hr_tile.jpg");
	background-repeat:repeat-x;
	height:20px;
	}
	
.menu {
	float:left;
	text-align:left;
	width:154px;
	height:100%;
}

/** FTR **/
.ftr P {
	font-size: 0.90em;
	margin: 0 0 0 35px;
	padding-bottom:35px;
}

.credits {
	color: #FFFFFF;
	font-size: 0.90em;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 25px;
	width: 710px;
}

.credits A {color:#FFFFFF;}

/*** MISC ***/
TABLE TD.title {
	color: #0069a0;
	font-weight:bold;
}


