body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #525659;

}
#container {
	width: 782px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -5px;
	margin-bottom: -7px;
	padding-top: 0px;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height:71px;
	border-bottom: 8px solid #1D5077;
	margin-bottom: 7px;
	text-align:right;
	width: 770px;
}
*html #header{
	height:77px;
}
#header img{
	float:left;
	margin:15px;
}
/*
	----------------------------------------------------------
	HEADER BUTTONS
	----------------------------------------------------------
*/
	#header ul{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#header ul li{
		display:inline;
	}
	
	#header ul li a{
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		border-left:1px solid #2E79B3;
		height:65px;
		padding-top:45px;
		padding-left:10px;
		padding-right:10px;
	}
	#header ul li a:hover{
		color:#C7BD96;
	}
/*
	----------------------------------------------------------
	END HEADER BUTTONS
	----------------------------------------------------------
*/


#navigation{
	margin-bottom: 2px;
	background-color:#2A70A6;
	background-image: url(images/header_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height:144px;
	text-align:left;
	width: 770px;
}
*html #navigation{
	margin-top:0px;

}
/*
	----------------------------------------------------------
	NAVIGATION BUTTONS
	----------------------------------------------------------
*/
	#navigation ul{
		margin:0px;
		padding:0px;
		list-style:none;
		margin-top:10px;
	}
	#navigation ul li{
		padding-left:14px;
		padding-left:20px;
	}
	
	#navigation ul li a{
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		border-bottom: 1px solid #205782;
		border-top: 1px solid #3C749E;
		display:block;
		width:109px;
		height:22px;
		padding-top:1px;
	}
	#navigation ul li a.top{
		border-top: 0px none;
	}
	#navigation ul li a.bottom{
		border-bottom: 0px none;
	}
	#navigation ul li a:hover{
		color:#C7BD96;
	}
/*
	----------------------------------------------------------
	END NAV BUTTONS
	----------------------------------------------------------
*/

#content {
	background-color: #FFFFFF;
	font-size:85%;
	line-height:150%;
	background-image: url(images/main_content_bg.gif);
	background-repeat: repeat-y;
	width: 770px;
	
}

	#contentLeft{
		width:610px;
		padding:0px;
		background-image: url(images/content_bg.gif);
		background-repeat: repeat-x;
		text-align:left;
		padding:10px;
		padding-left:30px;
		margin-right:1px;
		padding-top:10px;
	}
	*html #contentLeft{
		width:637px;
		padding-top:30px;
	}

	#contentRight{
		width:112px;
		margin:0px;
		padding:0px;
		background-image: url(images/teaser_bg.gif);
		background-repeat: repeat-x;
		text-align:centre;
		padding:10px;
		float:right;
		
	}
	*html #contentRight{
		width:129px;
	}

	.spacer{
		clear:both;
	}	

#footer {
	clear:both;
	background-color: #CFCFCF;
	background-image: url(images/foot_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	font-size:70%;
	color:#666666;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	width:760px;
}
/* ignore IE 5 mac \*/
*html #footer {
	width:770px;
}
/* end */
#footer a{
	color:#666666;
}

#footer a:hover{
	color:#000000;
}
#footer .dvFooter{
	color:#999999;
}
.photo {
	background-image: url(images/image_background.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 109px;
	padding-right:3px;
	padding-top:11px;
}
.photo img{
	padding-right:3px;
}
.headerImg{
	float:left;
}
*html .headerImg{
	display:none;
}
/* ignore IE 5 mac \*/
*html .headerImg{
	float:none;
	display:inline;
}
/* end */
.footerImg{
	float:left;
	margin-top:-9px;
}
*html .footerImg{
	float:none;
	margin-top:-22px;
}

a{
	color:#000000;
}
h1{
	font-size:200%;
	color:#2A70A6;
}
h2{
	font-size:150%;
	color:#666666;
	margin-top:-10px;
}.windowImg {
	margin-right: 0px;
	margin-bottom: 20px;
}
hr{
	height:1px;
	margin-bottom:10px;
}
.doorDiv{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}.table {
	font-size: 80%;
}
.table img{
	border:1px solid #000000;
}
.table td{
	vertical-align:top;
}

/* FORMS */
.formTable{
	font-size:100%;
}
.formTable td{
	vertical-align:top;
}
.textField{
	width:200px;
}
.textArea{
	width:200px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
}
.submit{
	width:200px;
	background-color:#2A70A6;
	border:1px solid #336699;
	color:#FFFFFF;
	font-weight:bold;
}

a.blueLink{
	color:#2A70A6;
	font-weight:bold;
}
a.blueLink:hover{
	color:#123753;
}