﻿body
{
background-color:#EFF7FF;
color:Black; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:normal;
text-align:left;
line-height:1.3em;
margin:0;
padding: 0;
text-align:left;
line-height:1.6em;
}

#maincontainer
{
border-width:1px;
border-style:solid;
background-image:url("images/background.jpg");
background-repeat: no-repeat;
width:800px; /*Width of main container*/
margin:0 auto; /*Center container on page*/
padding-bottom:10px; 
}

#topsection{
height:150px; /*Height of top section*/
}

#header{
height:150px; /*Height of top section*/
}

#contentwrapper{
float:left;
width:100%;
}

#contentcolumn{
margin:0 180px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-image:url("images/vertline.gif");
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

.innertube{
margin:20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:0;
}

#leftcolumn{
float:left;
width:190px; /*Width of left column in pixel*/
margin-left:-800px; /*Set margin to that of -(MainContainerWidth)*/
font-size:7pt;
font-weight:bold;
text-align:right;
padding-right:5px;
}

#rightcolumn{
float:left;
width:180px; /*Width of right column*/
margin-left:-180px; /*Set left margin to -(RightColumnWidth)*/
font-size:7pt;
line-height:1.4em;
}

#rightcolumn h1{
margin:0 0 0 0;
font-size:8pt;
font-weight:bold;
}

#rightcolumn h2{
margin:0 0 0 0;
font-size:7pt;
font-weight:bold;
}

#footer{
clear:left;
margin-left:10px;
width:780px;
color:#CCCCCC;
font-size:6pt;
font-weight:bold;
padding:5px 0;
text-indent:5px; 
background-color:#0A0B42;
}

p{
	padding-top:0px; 
	padding-bottom:5px; 
}

a.menu, a.menu:link, a.menu:visited{
display:block; 
width:190px; 
height:20px; 
text-align:right; 
text-decoration:none; 
color:Black;
background:none;
}

a.menu:hover{
color:White;
background-image:url("images/hover.gif");
}



