body{
margin:0;
padding:0;
line-height: 1.3em;
background-image:url(images/tile.gif);
font-family:Verdana;
}
h1 {
	margin-top:1em;
	font-size: 1.3em;
	font-family:Tahoma;
	color:#ffffff;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
	color:#ff9900;
	
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
	color:#4e7dc2;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

a:link
{
    color:#ff9900;
    text-decoration:none;
}

a:hover
{
 color:#ff9900;
 text-decoration:underline;
    
}
a:active
{
    color:#666666;
    text-decoration:none;
}
a:visited
{
 color:#ff9900;
 text-decoration:none;
  
}

p
{
 font-size:11px;   
}



b{font-size: 100%; color:#c6d4e2;}
em{color: #c6d4e2;}



#maincontainer{
width: 766px; /*Width of main container*/
background-color:#171B4E;
background-image:url(images/background2.jpg);
background-repeat:no-repeat;
margin: 0 auto; /*Center container on page*/
border:solid 10px #ffffff;


}

#topsection
{
height: 190px; /*Height of top section*/
text-align:center;
font-size:small;
color:#ffffff;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 159px; /*Set left margin to LeftColumnWidth*/
font-size:small;
font-weight:bold;
color:#ffffff;

}

#leftcolumn{
float: left;
width: 159px; /*Width of left column*/
margin-left: -766px; /*Set left margin to -(MainContainerWidth)*/
font-size:small;


color:#666666;
}

#footer{
clear: left;
width: 100%;
height:60px;
background-color:#171B4E;

color: #DC870D;
text-align: center;
padding: 4px 0;
font-size:x-small;
}

#footer a{
color: #E09525;
text-decoration:underline;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#submenu
{
    border-bottom:dotted 1px #666666;
}
#contactform
{
    padding:20 0 0 40;
}