/**********************************
ID styles
**********************************/
body {
background-color:#000000;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 114px;
	width: 800px;
}
#mainNav {
	position:absolute;
	top:114px;
	left:0;
	width:800px;
	height:31px;
	text-indent:95px;
	background-color:#000000;
	background-image:url(images/mainNav.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	position:absolute;
	top:145px;
	left:0px;
	}
#bodyLeft {
	position: absolute;
	left: 0px;
	top: 144px;
	height: 425px;
	width: 240px;
}
#bodyMain {
	position: relative;
	left: 240px;
	top: 0px;
	width: 648px;
	height:623px;
}
#bookNav {
	left:0px;
	top:0px;
	width:100%;
	height:25px;
	text-align:center;
	margin-top:10px;
}
#bodyFooter {
	position:relative;
	margin-left:10px;
	height: 31px;
	width: 100%;
	margin-top:50px;
}
#bodyMainMedia {
	position: absolute;
	left: 0px;
	top: 146px;
}


/**********************************
class styles
**********************************/
p, .whiteText, .pHydrus, .pHydrusSm, .h1Hydrus, .HydrusDefinition, .pHydrusBold, .navInactive, .pHydrusLeft, .pHydrusCentered, .topNav, .contentNav, .navSpacing {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.pHydrus {
	font-size: 12pt;
	padding-left: 25px;
}
.pHydrusLeft {
	font-size: 12pt;
}
.pHydrusCentered {
	font-size: 12pt;
	padding-left: 25px;
	text-align: center;
}
.pHydrusSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.pHydrusVerySm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.h1Hydrus {
	font-size: 18pt;
	font-weight: 900;
	padding-top: 45px;
}
.HydrusDefinition {
	font-size: 12px;
	padding-left: 25px;
	text-indent: -25px;
	margin-left: 10px;
	line-height: 24px;
}
.pHydrusItalic {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}
.pHydrusItalicSmall {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}
.pHydrusBold {
	font-size: 12pt;
	font-weight:600;
}
#navTable a, #mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
}
.contentNav {
	font-size:11px;
	margin-left:20px;
	margin-top:30px;
}
.navInactive {
	color: #999999;
}

/**********************************
psuedo-elements styles
**********************************/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #00CCFF;
}
