/********************************************************************************************************/
/***************************** General Layout CSS        ************************************************/
/********************************************************************************************************/
/*{
	border: solid 1px orange;
}*/
body{
	margin: 0px;
	padding: 0px;
	max-width: 1020px;
	width:expression(document.body.clientWidth > 1020? "1020px": "auto" );
	background-color: #F7E1D3;
	text-align: left;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000062;
}
.contentsLeftBackgroundImage {
	position: relative;
	width: 600px;
	height: 400px;
	width: 600px;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 0px;
	background:   url("../images/ButtonsAndBackgrounds/bg_IslandAerialView.jpg");
	text-align:left;
}
.MainContentTitle{
	position:relative;
	padding-top: 3px;
	margin-left: 3px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	width: 410px;
}
.MainContentSubTitle {
	position:relative;
	padding-top:1px;
	margin-left:6px;
	font-size:11px;
	width:400px;
}
.MainContentGenericContainer {
	position:relative;
	padding-top:10px;
	margin-left:15px;
	width:560px;
	height:330px;
}
.siteSponsorLogo {
	position:absolute;
	top:10px;
	left:445px;
	height: 70px;
	width: 140px;
	z-index: 100;
}
.PageHeading {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	width: 100%;
}
/********************************************************************************************************/
/***************************** Sidebar Navigation CSS    ************************************************/
/********************************************************************************************************/
.sideBarContainer {
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	width:160px;
}
.sideBarCurveTop {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 160px;
	height: 13px;
	overflow:hidden;
	background-image: url("../images/ButtonsAndBackgrounds/BlueSideBarCurve.gif");
	font-size:9px;
	z-index:100;
}
.sideBarContent{
	margin-top:100px;
	margin-bottom:20px;
	/*height:100%;*/
	background-image: url("../images/ButtonsAndBackgrounds/BlueSideBarShadow.gif");
}
.sideBarCurveBottom{
	position: absolute;
	bottom:0px;
	left:0px;
	height:20px;
	width:160px;
	overflow:hidden;
	background-image: url("../images/ButtonsAndBackgrounds/BlueSideBarBottom.gif");
}
.ObservationContainer{
	/*Margin negative seven to account for shadow on background image*/
	margin-left:5px;
	margin-bottom:10px;
	width:135px;
	height:auto;
	font-size:10px;
	text-align:left;
	vertical-align:middle;
}
.ObservationContainer2{
	/*Margin negative seven to account for shadow on background image*/
	margin-left:5px;
	margin-bottom:10px;
	width:135px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}
.obElementLeft{
	display:inline;
	width:50px;
	text-align:right;
}
.obElementRight{
	display:inline;
	width:75px;
}


/********************************************************************************************************/
/***************************** Text CSS                 ************************************************/
/********************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

h3 {
	font-size:18px;
}
h5 {
	font-size:10px;
}
/********************************************************************************************************/
/***************************** Links CSS                 ************************************************/
/********************************************************************************************************/
body a:link {
	color:#800040;
	text-decoration:none;
	font-weight: bold;
}
body a:visited {
	color: #800040;
	text-decoration: none;
	font-weight: bold;
}
body a:active {
	color: #800040;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color:#C90065;
	text-decoration: none;
}
/********************************************************************************************************/
/***************************** Image CSS                 ************************************************/
/********************************************************************************************************/
img{
	border-style: none;
	vertical-align:middle;
}
/********************************************************************************************************/
/***************************** Footer Layout CSS         ************************************************/
/********************************************************************************************************/
/*----- START Footer Layout*/
.footer {
	position:relative;
	margin: auto;
	padding: auto;
	margin-top: 3px;
	width:600px;
	text-align:center;
	/*color: #000000;*/
	font-weight:bold;
	vertical-align: middle;
	background-image:url(/images/ButtonsAndBackgrounds/_footerBackground.png);
}
ul li{
	margin:0px;
	padding:0px;
}
.sidespacer {
	position:absolute; 
	top:0px; 
	height:65px;
	width:620px;
	background-image:url(/images/ButtonsAndBackgrounds/_footerBackground.png);
}

/*----- END Footer Layout*/