body
{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
padding-top:10px;
padding-bottom:10px;
background-color:#666;
}

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

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:2px solid #000;
background-color:#FFFFFF;


}

#topsection{
background: #FFF;
height: 140px; /*Height of top section*/
}

#topsection h1{
margin: 0;

}
.header {
	
	background-color:#FFF;
}
/* title */
.header h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 130px;
	line-height: 130px;
	margin-bottom: 2px;
	text-align: center;
}
#contentwrapper{
float: left;
width: 100%;
background-color:#FFF;
}

#contentcolumn{
margin-left:140px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
margin-left: -990px; /*Set left margin to -(MainContainerWidth)*/
background-color: #FFF;
text-align:left;
padding-right:5px;
border-right:1px dotted #000;
}

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

#footer a{
color: #FFFF80;
}

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

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

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*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:#333366;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333366;
background-color: #F3F3F3;
}

.treeview{
width: 145px; /*width of menu*/
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left:15px;
margin-bottom:3px;
font-weight: bold;
color:#000;

}
.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(images/arrowbullet.png) no-repeat left center;*/
list-style-image:url(images/arrowbullet.png);
list-style-position:inside;
padding-left:5px;
margin-bottom:3px;
text-decoration: none;
font-weight: bold;
color:#333366;
font-size: 90%;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(sidebar/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
.spectext
{
font-family:Georgia, "Tempus Sans ITC";
font-size:16px;
line-height:1.5em;
border-bottom:dotted 1px #AAA;

}
.spectitle
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
border-bottom:solid 2px #CC0000;
padding-left:20px;

}
.adrates_div
{
border:2px solid #CC0000;
width:750px;
padding:10px;

}
.adrates_div h1
{
font-family:Georgia, "Tempus Sans ITC";
font-size:16px;
line-height:1.5em;
border-bottom:solid 1px #000;

}
.adrates
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
}