body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #fff;
font-size: 13px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1
{
background: inherit;
color: #660066;
text-transform: uppercase;
font-size: 16px;
}

h1 span
{
background: inherit;
color: #cc33cc;
}

h2 span sup
{
background: inherit;
color: #660066;
font-size: 13px;
}

h2
{
margin-top: 30px;
background: inherit;
color: #cc33cc;
font-size: 13px;
text-transform: uppercase;
height: 20px;
background: url('images/a3.gif') repeat-x 0px 17px;
}

#topsection{
background: #43194d;
height: 100px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 300px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -100%;
background: white;
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left marginto -(RightColumnWidth)*/
background: #eaeaea;
}

#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: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #3d2537;
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: #680068;
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: #3d5290;
}

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


