body {}

div.maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.header {
	position: relative; top: 0px; left: 0px;
	width: 800px;
	height: 118px;
	background-image: url(/staging/images/header.jpg);
}

div.content {
	position: relative; top: 3px; left: 0px; 
	width: 800px;
}

div.footer {
	position: relative; top: 6px; left: 0px;
	width: 800px;
}

div.logo { 
	position: absolute; top: 0px; left: 20px;
	width: 129px;
	height: 118px;
}

div.hdlft {
	position: relative; top: 55px; left: 160px;
	float: left;
	width: 279px;
	height: 50px;
	color: #ffffff;
}

div.hdmid {
	position: relative; top: 25px; left: 200px;
	float: left;
	width: 100px;
	height: 60px;
	color: #ffffff;
	font-size: 10px;
}

div.hdrgt {
	position: relative; top: 25px; left: 225px;
	float: left;
	width: 170px;
	height: 60px;
	color: #ffffff;
	font-size: 10px;
}

div.topnav {
	position: absolute; bottom: 4px; right: 8px;
	width: 600px;
	text-align: right;
}

div.flash {
	position: relative; top: 0px; left: 0px;
	float: left;
	width: 567px;
	height: 362px;
	background-color: #e0e0e0;
}

div.homert {
	position: relative; 
	float: right;
	width: 230px;
	height: 362px;
	font-weight: bold;
}

div.rtlinks {
	position: relative; top: 0px; left: 0px;	
	width: 230px;
	height: 180px;
	background-color: #e7ece1;
}

div.family {
	position: relative; top: 2px; left: 0px;
	width: 230px;
	height:180px;
}

div.ftlft {
	position: relative;
	float: left;
	width: 275px;
	height: 118px;
	background-color: #d2dec3;
}

div.ftmid {
	position: relative; left: 2px;
	float: left;
	width: 291px;
	height: 118px;
	background-image: url(/staging/images/bg_dkbl.jpg);
}

div.ftrgt {
	position: relative; left: 4px;
	float: left;
	width: 230px;
	height: 118px;
	background-image: url(/staging/images/bg_blue.jpg);
}

div.leftnav {
	position: relative; top: 0px; left: 0px;
	float: left;
	width: 230px;
	font-weight: bold;
}

div.ltlink_one {
	position: relative; top: 0px; left: 0px;	
	width: 230px;
	height: 180px;
	background-color: #e7ece1;
}

div.ltlink_two {
	position: relative; top: 3px;	
	width: 230px;
	height: 118px;
	background-image: url(/staging/images/bg_dkbl.jpg);
	background-position: right;	
	color: #103965;
}

div.ltlink_three {
	position: relative; top: 6px;
	width: 230px;
	height: 118px;
	background-color: #d2dec3;
	color: #ffffff;
}

div.ltlink_four {
	position: relative; top: 9px;
	width: 230px;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	background-image: url(/staging/images/bg_blue.jpg);
	background-repeat: repeat-y;
}

div.page {
	position: relative; top: 20px; left: 30px;
	float: left;
	width: 500px;
}

div.pglft {
	position: relative; top: 30px;
	float: left;
	width: 380px;
}

div.pgrgt {
	position: relative; left: 14px;
	float: left;
	width: 147px;
	height: 538px;
	background-image: url(/staging/images/bg_lngbl.jpg);
	background-repeat: repeat-y;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #d0d6e0;
	border-bottom-color: #d0d6e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #041e4b;
	font-size: 12px;
	font-weight: bold;
	/*margin: 0 0 0 0;*/
	/*padding: 3px 5px 1px;*/
	text-decoration: none;
}

div.element p, div.element h4 {
	margin: 10px;
	/*padding-left: 14px;*/
	font-family: 'Andale Mono', sans-serif;
}



/*	Text  */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	
a.header:link, a.header:visited { text-decoration: none; }
a.header:hover { text-decoration: underline; }
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}	
a.content:link, a.content:visited { text-decoration: none; }
a.content:hover { text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	
a.footer:link, a.footer:visited { text-decoration: none; }
a.footer:hover { text-decoration: underline; }

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}	
a.topnav:link, a.topnav:visited { text-decoration: none; }
a.topnav:hover { text-decoration: underline; }

.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041e4b;
}
a.page:link, a.page:visited { text-decoration: underline; color: #FF0000; }
a.page:hover { text-decoration: none; color: #000033; }

