﻿
/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/*****Basic Elements*****/
body {
  background-color:#000000;
}

a:link {color:#FF0000; text-decoration: none;}      /* unvisited link */
a:visited {color:#BBBBBB;}  /* visited link */
a:hover {color:#FF0000; text-decoration: underline;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

/*****Generic Classes*****/

div#page-wrap {
margin:auto;
width:970px;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, td{
	color: #FFFFFF;
	font-family: "Arial", Helvetica, Sans-serif;
	font-weight: normal;
}

/*****Basic Layout*****/

/*****Header*****/
div#header{
	margin: 0 auto 0 auto;
	background-color: #000000;
	height: 130px;
	padding: 10px 0px 0 0px;
	width: 966px;
}
h2.header{
	font-size: 2.5em; /* 32px/16=2.000em */;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
}

/*****Navigation*****/
div#navigation{
	margin: 0 auto 0 auto;
	background-color: #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 10px solid #000000;
	height: 30px;
	width: 966px;
	z-index: 201;
}

/*****Content*****/			
div#ContentAnchor{
	background-color: #3F3F3F;
	border: 1px solid #000000;
	border-top: 0px;
	height: 30px;
	width: 100%;
	position: absolute;
	z-index: -1;
}
div#Content{
	background: #000000;
	border-left: 1px solid #3F3F3F;
	border-top: 1px solid #000000;
	height: 360px;
	padding: 10px;	
	margin: 10px auto 0 auto;
	width: 946px;
	z-index: 0;
}
div#lContent{
	margin: 0 0 0 0;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
	float: left;
	height: 340px;
	padding: 10px 10px 10px 10px;
	width: 590px;
}
div#rContent{
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 10px 0;
	background-color: #000000;
	float: right;
	height: 340px;
	padding: 10px 10px 10px 10px;
	width: 305px;
}
#bContent{
	border-bottom: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	margin: 0 auto 10px auto;
	padding: 0 10px 10px 20px;
	width: 936px;
}
div#buttonBar{
	border-left: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	margin: 0 auto 10px auto; 
	padding: 10px; 
	width:946px;
}

/*****Index*****/
div#wrapper{
	background-color: #3D3D3D;
}
div#index{
	background-color: #000000;
	border-bottom: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	margin: 0 auto 10px auto;
	padding: 10px 10px 10px 0;	
	width: 956px;
}
div.cell{
	border:1px solid #000000;
	float:left;
	width:126px;
	display: block;
	background: #3F3F3F;
	text-align: center;
	text-decoration: none;
	background: url('images/button_shade.png') 0px 0px;
	line-height:25px;
}
p.cell{
	text-align:center;
}

/*****Footer*****/
div#topFooter{
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	background-color: #000000;
	height: 30px;
	line-height: 30px;
	width: 956px;
	padding-left: 10px;
}
div#botFooter{
	margin: 10px auto 0 auto;
	background-color: #000000;
	height: 30px;
	line-height: 30px;
	width: 958px;
	padding-left: 10px;
}
p.botFooter{
	font-size: 0.500em;
	color: #FFFFFF;
}

/*****Report Style Pages*****/
#page{
	border-left: 1px solid #3F3F3F;
	border-top: 1px solid #3F3F3F;
	background: #000000;
	margin: 10px auto 0 auto;
	padding-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	width: 766px;
	z-index: 0;
}

#page_footer {
	border-left: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	background: #000000;
	margin: 0 auto 10px auto;
	padding: 10px 100px 10px 100px;
	text-align: center;
	width: 766px;
	z-index: 0;
}

.page {
	color: #3F3F3F;
}

.block {
	margin-left:10px;
}

.section {
	border-bottom:1px solid #3F3F3F;
}

/*****Etc*****/
Continue to define the other sections one by one