h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#333366;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	text-align:center;
	margin:0px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:18px;
	font-weight:normal;

}

h3 {font-family: arial}
p {font-family: arial;
   font-size:16px;}
b {font-size: 100%;}
em{color: red;}

ul
{
font-size: 12px;
font-family: arial;
}

li
{
font-size: 12px;
font-family: arial;
}

body{
background: #FFD696;
margin:0;
padding:0;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFD696;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 570px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
background: #FFD696;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -996px; /*Set left margin to -(MainContainerWidth)*/
background: #FFD696;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -790px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: #FFD696;
}

#content{
clear: left;
width: 100%;
background: #FFD696;
color: #000;
text-align: center;
padding: 4px 0;
}


#footer{
clear: left;
width: 100%;
background: #FFD696;
color: #000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #red;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #FFD696;; /*menu strip background*/
border: 1px solid gray;
padding: 8px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}



td{font-family:verdana;font-size:8pt;}


.header{font-size:14pt;font-weight:bold;}
.header2{font-size:12pt;font-weight:normal;}
.header3{font-size:10pt;font-weight:normal;}
.header4{font-size:9pt;font-weight:normal;}
.header5{font-size:8pt;font-weight:normal;}
.white{font-size:16pt;color:white;font-weight:bold}
.small{font-size:8pt;color:white;}
.smallBlack{font-size:8pt;color:black;}

</style>
