body{
margin: 0;
padding: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 50px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #E5E5E5;
FONT-SIZE: 8pt;
COLOR: #666666;
FONT-FAMILY:arial;
}


#maincontent{
position: fixed; 
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #D8CABC;
}

* html body{ /*IE6 hack*/
padding: 51px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
padding: 30px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 942px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 0;
FONT-SIZE: 12pt;
COLOR: #333333;
FONT-FAMILY: arial;
}

#topsection{
background: #FFFFFF;
height: 170px; /*Height of top section*/
padding: 0;
margin-left: 0;
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper2{
float: left;
width: 0%;
}

#contentcolumn{
margin: 0 170px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #FFFFFF;
}

#contentcolumn2{
margin: 0 170px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #F5E8D6;
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
margin-left: -942px; /*Set margin to that of -(MainContainerWidth)*/
background: #EAE2DB;
text-align: left;
height: 400px;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
background: #EAE2DB;
height: 400px;
}

#footer{
clear: left;
width: 100%;
background: #BFBFBF;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 30px
}

#footer a{
color: #FFFF80;
}

.innertubetop{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10;
text-align: center;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-align: center;
}

.innertubemain{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-align: center;
height: 400px;
}

#leftnav{
color: #FFFFFF;
text-transform: uppercase;
list-style-type: none;
FONT-SIZE: 8pt;
FONT-FAMILY:arial;
margin-left: 0;
}

#bullets{
color: #666666;
text-decoration: none;
font-weight: none;
FONT-SIZE: 8pt;
FONT-FAMILY:arial;
text-align:left;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}

a.on:link, a.on:visited{
color: #333333;
text-decoration: none;
font-weight: bold;
FONT-SIZE: 9pt;
FONT-FAMILY:arial;
}

a.latter:link, a.latter:visited{
color: #333333;
text-decoration: none;
font-weight: none;
FONT-SIZE: 9pt;
FONT-FAMILY:arial;
}

a.latter:hover{
color: #FFFFFF;
}

a.latter:active{
font-weight: bold;
}

a.on:active{
font-weight: bold;
}

a.on:hover{
color: #333333;
}

hr { margin:0;padding:0; }

#line{
margin: 0;
padding: 4px;
border-bottom: solid;
border-color: #999999;
border-width: 1px;
width: 96%;
text-align: center;
}

#text{
margin: 0;
padding: 0px;
border-bottom: solid;
border-color: #999999;
border-width: 1px;
width: 96%;
text-align: left;
color: #666666;
}

#mainhead{
color: #666666;
text-decoration: none;
font-weight: bold;
FONT-SIZE: 12pt;
FONT-FAMILY:arial;
text-align:left;
padding: 15;
}

#mainbody{
color: #666666;
text-decoration: none;
font-weight: none;
FONT-SIZE: 8pt;
FONT-FAMILY:arial;
text-align:left;
padding: 15;
}

a.choose:link, a.choose:visited{
color: #666666;
text-decoration: none;
font-weight: bold;
FONT-SIZE: 9pt;
FONT-FAMILY:arial;
}
