body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#141414;
	margin:0;
	padding:0;
}
.body{
	text-align:center;
	background-color:white;
}

div, span, td, p, ul, li, a{
	margin:0;
	padding:0;
	font-size:100%;
	text-align:left;
}

img{
	border:0;
}

h1, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a60909;
	font-weight:normal;
	padding:0;
	margin:5px 0 5px 0;
}


a, .colour {
	color:#1a5ba3;
}

#site{
	margin:auto;
	width:100%;
	background-color:transparent;
}


/********** HEADER ***********/

#header{
	width:100%;
	background-color:#1b357a;
	background-align:center;
	background-repeat:no-repeat;
	height:89px;
}

#header_content{
	position:relative;
	width:952px;
	height:89px;
	background-repeat:no-repeat;
	margin:auto;
	color:white;
	border:1px solid transparent;
}

#header_left{
	float:left;
	width:420px;
	margin-top:30px;
	margin-left:170px;
}

#header_right{
	float:right;
	margin-top:30px;
	width:340px;
	height:59px;
	margin-right:10px;
	font-size:130%;
	color:white;
}



/****** NAVIGATION MENU *******/

#navigation_bar{
	margin:auto;
	width:100%;
	background-color:#a60909;
	border-top:1px solid #ba3f3f;
}

#navigation{
	width:952px;
	height:31px;
	text-align:left;
	margin:auto;
}

#navigation ul, #navigation li{
	display:inline;
	margin:0;
	padding:0;
	color: white;
	font-size:110%;
}
#nav{
	position:relative;
	left:0;
	margin-left:180px;
}
#navigation li{
	display:block;
	float:left;
	height:21px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	color:white;
}
#navigation li:hover{
	background-color:#e11212
}
#navigation a{
	color:inherit;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:90%;
}


/********** MAIN AREA **************/

#main{
	position:relative;
	top:0;
	margin-top:0;
	width:100%;
	background-color:white;
	background-image:url('../images/main_bg.jpg');
	background-repeat:repeat-x;
	margin:auto;
	text-align:left;
}

#top_area{
	width:952px;
	margin:auto;
}

#main_image{
	width:805px;
	float:left;
	margin-top:0px;
	margin-left:-28px;
	padding:0;
	background-color:transparent;
	overflow:hidden;

}
#main_image img{
	margin:0;
	top:0;
	overflow:hidden;
}



#top_left{
	float:left;
	width:163px;
	height:221px;
	background-color:transparent;
	background-image:url('../images/logo_bg.png');
	background-repeat:no-repeat;
	margin-top:-80px;
	margin-right:0px;
	margin-left:-10px;
	padding:10px;
}

#middle{
	position:relative;
	margin:auto;
	width:952px;
}

#left{
	width:auto;
	float:left;
	background-color:transparent;
	background-image:url('../images/left_bg.jpg');
	background-repeat:repeat-y;
}
#left_content{
	width:100%;
	background-color:transparent;
	margin-top:-140px;
	padding-top:-10px;
	background-position:right;
}
#left_top{
	width:100%;
	background-color:transparent;
	background-image:url('../images/left_top_bg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	height:140px;
}

#left_bottom{
	width:100%;
	background-color:transparent;
	background-image:url('../images/left_bottom_bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	height:140px;
}





#content{
	margin:auto;
	width:725px;
	float:left;
	background-image:url('../images/main_bg.jpg');
	background-repeat:repeat-x;
	padding-top:30px;
}

.content_area{
	float:left;
	width:480px;
	padding:10px;
}

.content_area h1{
	color:#254a9b;
}

.content_area_wide{
	float:left;
	background-image: url('../images/content_bg.jpg');
	background-color:#deeff6;
	background-repeat:repeat-x;
	width:920px;
	padding:10px;
}

.content_area_wide h1{
	color:#254a9b;
}

.content_box{
	float:left;
	width: 188px;
	margin-right:50px;
	margin-top:20px;
}


#right{
	float:right;
	width:215px;
	margin-top:20px;
	background-color:white;
}

.right_box{
	width:205px;
	height:355px;
	background-image:url('../images/right_bg.jpg');
	background-repeat:no-repeat;
	background-color: white;
	margin-bottom:20px;
	padding:5px;
}

.right_box h1{
	color:white;
	font-size:110%;
}

#footer{
	width:100%;
	background-color:#ececec;
	height:135px;
	text-align:center;
	border-top:2px solid #c8c8c8;
}

#footer a{
	color:#666;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer_content{
	width:959px;
	margin:auto;
	color:silver;
	margin-top:20px;
	text-align:center;
}

#footer_content p{
	text-align:center;
	margin:auto;
}


.send_button{
	width:81px;
	height:21px;
	background-image: url('../images/submit.gif');
	cursor:pointer;
}


