body {
background-color: #FFFFFF;
font-family: verdana,Trebuchet MS,arial,sans-serif;
font-size: 11px;
margin: 0px;
padding: 0px;
}


.nav {
float: center;
background-color: #FE5A01;
position: absolute;
top: 200px;
left: 200px;
width: 700px;
height: 30px;
vertical-align: bottom;
text-align: center;
padding-top: 10px;
color: white;
font-weight: 900;
font-size: 21px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
z-index: 3;
border-left: 2px solid black; 
border-right: 2px solid black;
}

.header {
position: absolute;
top: 0px;
left: 200px;
z-index: 2;
border-left: 2px solid black; 
border-right: 2px solid black;
}

.content {
background-color: white;
position: absolute;
top: 230px;
left: 200px;
width: 680px;
height: 700px;
vertical-align: top;
text-align: left;
padding-top: 10px;
color: black;
font-weight: 300;
font-size: 12px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
z-index: 1;
border-left: 2px solid black; 
border-right: 2px solid black;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

.nav2 {
background-color: white;
position: absolute;
top: 0px;
left: 0px;
width: 150px;
height: 700px;
vertical-align: top;
text-align: left;
color: black;
font-weight: 300;
font-size: 12px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
z-index: 1;
padding-left: 10px;
padding-right: 10px;
padding-top: 60px;
padding-bottom: 10px;
}

.main {
background-color: white;
position: absolute;
top: 0px;
left: 150px;
width: 500px;
height: 700px;
vertical-align: top;
text-align: left;
padding-top: 10px;
color: black;
font-weight: 300;
font-size: 12px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
z-index: 1;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

.h1 {
color: #FF5A00;
font-weight: 700;
font-size: 16px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
}

.navText {
color: black;
font-weight: 400;
font-size: 10px;
font-family: fixedsys,verdana,Trebuchet MS,arial,sans-serif;
padding-left: 10px;
}


A:link
	{ text-decoration: none; color: black; }
  A:visited
	{ text-decoration: none; color: black; }
  A:active
	{ text-decoration: none; color: black; }
  A:hover
	{ text-decoration: none; color: #FE5A01; }


.table
{
vertical-align: top;
}


