@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#LayerBody {
	position:absolute;
	width:936px;
	height:100%;
	z-index:1;
	left: 50%;
	margin-left: -468px;
}

#LayerHeader {
	position:absolute;
	width:936px;
	height:101px;
	z-index:1;
}

#LayerLeft {
	position:absolute;
	width:479px;
	z-index:8;
}

#LayerHeaderLinks {
	position:absolute;
	z-index:10;
	right:0px;
	top:73px;
	width:610px;
	text-align:center;
	height:auto;
	padding-top: 7px;
	font-size: 12px;
	color: #0B3F70;
	font-weight: bold;
}
#LayerFlash {
	position:absolute;
	width:741px;
	height:305px;
	z-index:2;
	left: 195px;
	top: 101px;
	background-image: url(../images/flash_placeholder.jpg);
}
#LayerMainArt {
	position:absolute;
	width:741px;
	height:224px;
	z-index:2;
	top: 101px;
	right: 0px;
	text-align: right;
}

#LayerContentSeperator {
	position:absolute;
	width:741px;
	height:20px;
	z-index:11;
	left: 195px;
	top: 406px;
	background-image: url(../images/flash_body_seperator.png);
	background-repeat: repeat-x;
}
#LayerBodyContent {
	position:relative;
	width:741px;
	height:115px;
	z-index:12;
	left: 195px;
	top: 426px;
	min-height: 438px;
}
#LayerTop {
	position:absolute;
	width:200px;
	height:auto;
	z-index:3;
}
#LayerContent {
	position:absolute;
	width:936px;
	height:auto;
	z-index:1;
	background-image: url(../images/body_background.jpg);
	background-color: #d5d3b9;
	top: 406px;
}
#LayerContentInterior {
	position:absolute;
	width:936px;
	height:auto;
	z-index:1;
	background-image: url(../images/content_interior_background.jpg);
	background-color: #d5d3b9;
	top: 326px;
}
#LayerContentCopy {
	width:936px;
	height:auto;
	right: 0px;
	float: right;
	position: relative;
	background-image: url(../images/content_background_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 195px -30px;
}
#LayerContentCopyInterior {
	width:936px;
	height:auto;
	right: 0px;
	float: right;
	position: relative;
}

#LayerContentGridTop {
	position:absolute;
	width:195px;
	height:90px;
	z-index:auto;
	top: 59px;
	display: none;
}
#LayerContentGridTopInterior {
	position:absolute;
	width:195px;
	height:90px;
	z-index:auto;
	top: 139px;
	display: none;
}

#LayerNav {
	position:absolute;
	width:200px;
	height:115px;
	z-index:11;
}
#LayerContentTopSeperator {
	height: 20px;
	width: 741px;
	position: absolute;
	top: 405px;
	right: 0px;
	background-image: url(../images/flash_body_seperator.png);
}
#LayerContentTopSeperatorInterior {
	height: 6px;
	width: 741px;
	position: absolute;
	top: 325px;
	right: 0px;
}

#LayerContentCopyHolder {
	float: right;
	right: 0px;
	width: 661px;
	padding: 30px;

}
#LayerPageFooter {
	width:741px;
	height: 25px;
	float: right;
	background-color: #474747;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	position: relative;
}
.FooterLinks {
	color: #FFFFFF;
	text-decoration: none;
}
#LayerContentLinksLeft {
	width:190px;
	height:auto;
	right: 0px;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 60px;
}
#LayerContentLinksLeftInterior {
	width:190px;
	height:auto;
	right: 0px;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 140px;
}
.BodyHead {
	font-weight: bold;
	color: #721113;
	font-size: 18px;
}
.BodyHeadBlue {
	font-weight: bold;
	color: #0b3c69;
	font-size: 18px;
}
.BodySubHead {
	font-weight: bold;
	color: #000000;
}
.BodySubHeadRed {
	font-weight: bold;
	color: #721113;
}
.BodySubHeadBlue {
	font-weight: bold;
	color: #0b3c69;
}

p.standout {
	color: red;
}

a.left_links {
	color: white;
	text-decoration:underline;
}

a.left_links:hover {
	color: black;
	text-decoration:none;
}