body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: navy;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#csspage {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 800px;
height: 200px;
}

#topSection {
	margin: 0;
	background-image: url(../Img/LogoT.gif);
	height: 46px;
	width: 800px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#topOptions {
	margin: 0;
	height: 35px;
	width: 260px;
	float: right;
	position: relative;
	left: 0px;
	top: 15px;
	z-index: 0;
}

#topLink a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#topLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#topLogo {
	margin: 0;
	height: 35px;
	width: 300px;
	float: left;
	position: relative;
	left: 100px;
	top: 5px;
	z-index: 0;
}

#optionSection {
	margin: 0;
	background-image: url(../Img/BodyT.gif);
	height: 53px;
	width: 800px;
	float: left;
	position: relative;
	left: 0px;
	top: 5px;
	z-index: 0;
}

#BodySection {
	padding: 20px;
	background-color: #FFF;
	width: 760px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#BodyBottom {
	margin: 0;
	background-image: url(../Img/BodyB.gif);
	height: 46px;
	width: 800px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#content {
background-color: #FFF;
position: relative;
padding: 30px;
float: left;
width: 525px;
text-align: left;
}

#Footer {
background-image: url(../Img/Footer.gif);
width: 800px;
height: 90px;
top: 10px;
position: relative;
float: left;
}

#FooterText {
top: 15px;
padding: 15px;
text-decoration: none;
text-align: center;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

H1 {
color: #0698DC;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
}


a {
color: #000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

a:hover {
color: #000;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

P {
color: #00567E;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

