body{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	}
	
.decontainer{
	position: absolute;
	top: 12pt;
	left: 2%;
	right: 2%;
	border: 1px solid #333;
	background-color: #2A3F7C;
	min-width: 760px;
	}
	
.corpheader{
	margin: 0;
	padding: 0;
	background-color: white;
	background-repeat: repeat-y;
	background-image: url('gfx/orange_bg.png');
	border-top: 1px solid #333;
	}

.righttext{
	padding: 0;
	margin: 0;
	height: 46px;
	padding-right: 8pt;
	}
.righttextinner{
	display: inline;
	position: absolute;
	top: 54px;
	right: 8pt;
	font-size: 18pt;
	color: #2A3F7C;
	}
	
.pagebody{
	display: block;
	background-color: white;
	background-repeat: repeat-y;
	background-image: url('gfx/orange_bg.png');
	float: none;
	clear: both;
	}

.leftnav{
	float: left;
	left: 0;
	top: 93px;
	width: 220px;
	}
.leftnav-text{
	display: block;
	padding-top: 1pt;
	}
.leftnav-text a{
	color: #811100;
	text-decoration: none;
	font-size: 9pt;
	}
.leftnav-text a:hover{
	color: #C72007;
	}
.leftnav-text a>b{	
	font-weight: bold;
	font-size: 110%;
	}
	
.rightframe{
	margin-left: 260px;
	margin-right: 40px;
	padding: 4pt;
	right: 0;
	color: 444;
	font-size: 10pt;
	}
.rightframe a{
	text-decoration: none;
	color: #811100;
	font-size: 9pt;
	}
.rightframe a:hover{
	color: #C72007;
	}

.homelinklist{
	}
.homelinklist td{
	text-align: center;
	}
.homelinklist img, img a{
	border: 0;
	}
.homelinklist a{
	color: #811100;
	display: inline-block;
	padding: 4pt;
	border: 1px solid #EFD682;
	}
.homelinklist a:hover{
	border: 1px solid #811100;
	background-color: #ffffc0;
	}
	
.clearfooter{
	margin: 0;
	padding: 2px;
	float: none;
	clear: both;
	color: white;
	font-size: 8pt;
	}
	
.dividerp{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
	color: #2A3F7C;
	border-bottom: 1px solid #2A3F7C;
	}
