body {
	font-family : Arial, Helvetica, sans-serif; 
	color : #000;
	font-size: 13px;
	padding: 0px;
	background-color: #a5c2db;
}

A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #0A738B;
	cursor: pointer;
	cursor: hand;
}

P { margin-top: 0;}

H1 {
	font-size: 17px;
	color: #00529b;
	margin-bottom: 8px;
	font-weight: normal;
}

H2 {
	font-size: 15px;
	color: #00529b;
	margin-bottom: 8px;
	font-weight: normal;
}

.highlight {
	color: #00529b;
}

#home #logo {
	margin: 12px 72px 18px 0;
	align: right;
}

#logo {
	margin: 13px 73px 16px 0;
	align: right;
}

#page {	
	text-align: left;
	width: 1024px;
	background: url("bg.jpg") top center no-repeat;
}

#popuppage {	
	text-align: left;
	background: url("bg.jpg") top center no-repeat;
}

#popuppage #content {	
	width: 710px;
	margin-left: 10px;
	border-left: 1px solid #e3e4e5;
}

#home #content {
	width: 878px;
	margin: 0 73px 0 73px;
	background: url("home_content_bg.gif") top center no-repeat;
}

#hometext {
	line-height: 17px;
	color: #FFF;
	padding: 47px 29px 0 509px;
	min-height: 426px;
	height:auto !important;
	height:426px;
}

#hometext A {
	color: #FFF;
}

#hometext P {
	margin: 0;
	margin-bottom: 14px;
}

#thetext {
	line-height: 17px;
	padding: 50px 40px 0 60px;
}

#thetext .narrow {
	width: 445px;
}

#content {
	float: left;
	width: 710px;
	background: url("content_bg.gif") top center repeat-y;
	min-height: 471px;
	position: relative;
	height:auto !important;
	height:471px;
}

.buttons {
	position: absolute;
	bottom: 27px;
}

#bottomimg {
	position: absolute;
	bottom: 0;
}

#nav {
	width: 219px;
	float: left;
	margin-left: 47px;
}

.navitem {
	padding-left: 10px;
	border-right: 1px solid #e3e4e5;
	padding-bottom: 25px;
}

.navitem_on {
	padding-left: 10px;
	border-left: 1px solid #e3e4e5;
	background: #FFF;
}

.navitem_noborder {
	padding-left: 10px;
	padding-bottom: 25px;
}

.subnav {
	color: #0397d6;
	padding-left: 25px;
	padding-top: 10px;
}

.subnav A {
	color: #00529b;
}

#footer {
	color: #00529b;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 118px;
}



