body{
margin-top:-20px;
padding:0;
line-height: 1.5em;
background-image: url('body-top.gif'); background-repeat: repeat-x;
background-color: #1d6598;
color: #797a91;
font-family: Verdana;
font-size: 11px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: none;
height: auto; /*Height of top section*/
margin-bottom:-20px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 14px 0 0 219px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: white;
background-image: url('main-round.png'); background-repeat: no-repeat; background-position: top right;
}

a:link { font-size: 12px; text-decoration: none; color: #808080;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000000; }

#leftcolumn{
float: left;
width: 219px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background-image: url('left-top.png'); background-repeat: no-repeat;
}

#left_inner{
margin-top: 14px;
width: auto;
height: auto;
background-image: url('left-middle.png'); background-repeat: repeat-y;
margin-bottom: -14px;
}

#left_bottom{
width: auto;
height: auto;
background-image: url('left-bottom.png'); background-repeat: no-repeat; background-position: bottom left;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: none;
color: #cccccc;
text-align: center;
padding: 4px 0;
}

#fav{
clear: left;
width: 200px;
text-align: center;
height: 229px;
background-image: url('fav.png'); background-repeat: no-repeat;
margin-left:-15px;
}


#infobox{
float: right;
width: 190px; /*Width of right column*/
background: none;
padding: 10px;
margin-bottom:-25px;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-left: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 11px Arial;
color: #000000;
text-decoration: underline;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #787782;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 22px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #9fa3d3;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #ffffff;
font-weight: bold;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}