.tab{FONT-WEIGHT: bold; FONT-SIZE: 12pt; FONT-FAMILY: Verdana; color: #FFFFFF; text-decoration: none;}
.taba{FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: Verdana; color: #555555;}
.tabb{FONT-WEIGHT: normal; FONT-SIZE: 10pt;  FONT-FAMILY: Verdana; color: #555555; text-decoration: underline;}
.tabc{FONT-WEIGHT: normal; FONT-SIZE: 7pt; FONT-FAMILY: Verdana;color: blue; text-decoration: none;}
.tabd{FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Verdana; color: #1958b7;
}
A.tab:hover{color: #FFFFFF; text-decoration: none;}
A.tabc:hover{color: #FFFFFF; text-decoration: none;}
A.tabb:hover{color: purple; text-decoration:overline;
}

body{
margin:0px;
padding:0px;
line-height: .90em;
margin-top: 43px;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0px auto; /*Center container on page*/
}

#topsection{
height: 34px; /*Height of top section*/
}

#topsection h1{
margin: 0px;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0px 226px 0px 166px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-bottom: 19px;
}

#leftcolumn{
float: left;
width: 166px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #1958B7;
}

#rightcolumn{
float: left;
width: 226px; /*Width of right column*/
margin-left: -226px; /*Set left margin to -(RightColumnWidth)*/
background: #cccccc;
}

#footer{
clear: left;
width: 100%;
background: #1958B7;
color: blue;
text-align: right;
padding: 10px 0px;
}



.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}


#blueblock{
width: 166px;
height:160px;
border-right: 1px solid #FFFFFF;
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
font-family: Verdana;
font-weight:bold;
font-size: 91%;
}

* html #blueblock{ /*IE 6 only */
w\idth: 166px; /*Box model bug: px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#blueblock li {
border-bottom: 1px solid #FFFFFF;
margin: 0px;
}

#blueblock li a{
display: block;
padding: 4px 4px 4px 1px;
border-left: 14px solid #1958B7;
border-right: 0px;
color: blue;
text-decoration: none;
width: 100%;
background: #1958B7;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 14px solid #1958B7;
border-right: 0px;
background-color: #1958B7;
color: #fff;
}


