<style type="text/css" media="all">
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
Body {
  font-family: Times New Roman, Nueva Std, Perpetua, serif;
  font-size: 15px;
  background-color:#a7c2f9;
  padding: 0 0 0 0; /* top, right, bottom, left */
  margin: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  color: #000;
  line-height: 18px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#wrapper {
	position:absolute;
	background-image:url(../Images/bkgd.jpg);
	background-repeat:no-repeat;
	top:5px;
	left:10px;
	text-align:center; /* Redefines the text alignment defined by the body element. */
	margin: 0 auto 0 auto;
	height:800px;
	width: 980px;
	z-index:0;
}

#wrapperStudio {
	position:absolute;
	background-image:url(../Images/bkgdStudio.jpg);
	background-repeat:no-repeat;
	top:5px;
	left:10px;
	text-align:center; /* Redefines the text alignment defined by the body element. */
	margin: 0 auto 0 auto;
	height:800px;
	width: 980px;
	z-index:0;
}
#nav {
	position:absolute;
	text-align:right;
	left:0px;
	top:230px;
	width:135px;
	height:255px;
	z-index:35;
}
#navBkgd {
	position:absolute;
	text-align:right;
	left:-10px;
	top:205px;
	width:207px;
	height:500px;
	z-index:30;
}
#upperRight {
	position:absolute;
	text-align:center;
	left:580px;
	top:23px;
	width:375px;
	height:196px;
	z-index:5;
}
#doIt {
	position:absolute;
	left:580px;
	top:110px;
	width:375px;
	height:90px;
	z-index:50;
}
#title {
	position:absolute;
	width: 469px;
	left: 280px;
	top: 26px;
	height: 30px;
	z-index:20;
}
#main {
	position:absolute;
	text-align:left;
	padding:10px 25px 10px 5px;
	margin: 0 0 20px 0;
	z-index:4;
	width: 760px;
	left: 180px;
	top: 199px;
	height: 509px;
}
#mainScroll {
	position:absolute;
	text-align:left;
	padding:10px 25px 10px 5px;
	margin: 0 0 20px 0;
	z-index:4;
	width: 750px;
	left: 200px;
	top: 220px;
	height: 450px;
	overflow:scroll;
	line-height: 1.4em;
}

#footer {
	position:absolute;
	text-align:right;
	left:20px;
	top:700px;
	width:960px;
	height:135px;
	font-size:16px;
	z-index:5;
}
#meter{
	position:absolute;
	left:483px;
	top:760px;
	width:68px;
	height:32px;
	z-index:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
	text-align:left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	float:left;
	padding:8px 20px 10px 10px;
	margin:0px;
}
.imgCaptionLt {
	float:left;
	margin:10px;
	width:420px; 
}
.imgCaptionLt img {
	float:left;
	margin:0;
	padding: 10px;
}
.imgCaptionLt p {
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
}
.imgCaption {
	margin:0;
	padding: 10px;
	width:750px;
}
.imgCaption img {
	padding:5px 5px 5px 85px;
	margin:0px;
}
.imgCaption p {
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	font-size:110%;
	padding:0;
	margin:0;
}
.imgCaptionRt {
	float:right;
	margin:0;
	padding: 10px;
	width:335px;
}
.imgCaptionRt img {
	float:right;
	padding:5px 20px 5px 10px;
	margin:0px;
}
.imgCaptionRt p {
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
}
.imgLeft {
	float:left;
	padding:5px;
	margin:0px;
}
.imgRight {
	float:right;
	padding:5px;
	margin:0px;
}
.imgRightPad50 {
	float:right;
	padding:5px;
	padding-right:50px;
	margin:0px;
}
.imgTitle {
	float:both;
	padding:0px;
	padding-right:15px;
}
.imgMain {
	float:right;
	padding-right:80px;
}
.bold {
	font-weight:bold;
	font-variant:normal;
}
.special {
	color:#C00;
	font-size: 110%;
	line-height:110%;
}
.indent {
	text-indent:20px;
}
.padding {
	padding-left:15px;
	width:680px;
}
.lineheight {
	line-height: 1.3em;
}
.title {
	font-weight:bold;
	font-size:115%;
	font-variant:small-caps;
}
.titleCenter{
	font-weight:bold;
	font-size:115%;
	font-variant:small-caps;
	text-align:center;
	padding:0px;
	margin:0px;
}
.titleCenterSmaller{
	font-weight:bold;
	font-size:90%;
	font-variant:small-caps;
	text-align:center;
	padding:0px;
	margin:0px;
}
.titleSmallerPadLeft25{
	font-weight:bold;
	font-variant:small-caps;
	font-size:90%;
	padding:0px;
	padding-left:25px;
	margin:0px;
}
.titleSmallerPadLeft15{
	font-weight:bold;
	font-variant:small-caps;
	font-size:100%;
	color:#f11e24;
	padding: 2px 0 2px 15px; 
	margin:0px;
}
.titleSmallerPadLeft100{
	font-weight:bold;
	font-size:90%;
	font-variant:small-caps;
	padding:0px;
	padding-left:100px;
	margin:0px;
}
a {
	text-decoration:none;
	color:#1a08c6;
}
a:visited {
	color:#1a08c6;
}
a:hover {
	color:#c87c38;
	background-color:#aec5fa;
}

ul {
	list-style:none;
	border:0;
	padding: 0;
	margin: 0;
}
ol li {
	list-style:decimal;
	border:0;
	padding: 5px 0 5px 35px;
	margin: 0;
}
ul li {
	list-style:square;
	color:#000;
	border:0;
	padding: 0;
	margin: 5px 0 5px 35px;
	font-size:110%;
}
#nav ul li {
	list-style:none;
	margin: 3px 0;
	padding: 4px 0;
}
</style>

