/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background:#6633FF;
font-family:Arial;
font-size:12px;
color: #000000;
}

a{
color:#000000;
}

a:hover {
color:#000000;
}

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

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(images/bg.jpg) repeat;
}

#topsection{
background: #EAEAEA;
height: auto; /*Height of top section*/
}

#topsection1{
background: #EAEAEA;
height: 117px; /*Height of top section*/
}

#topsection2{
background: #EAEAEA;
height: auto; /*Height of top section*/
}

#topsection3{
background: #EAEAEA;
height: auto; /*Height of top section*/
}

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

#contentwrapper{
float: left;
width: 100%;
height: 100%;
background:url(images/bg.jpg);
}

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

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: url(images/bg.jpg) repeat;
}

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

#removal a{
color: #6633FF;
text-decoration:none;
}

#removal a:hover{
color: #FF6600;
text-decoration:underline;
}

#footer a{
color: 000000;
text-decoration:none;
}

#footer a:hover{
color: 000000;
text-decoration:underline;
}

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

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: none;
text-decoration: none;
background-color: #FFCC33;
}

.mainitems a{
margin-left: 0px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 12em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #FFCC33;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

.subuls li a:hover{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
