html, body{
margin: 0;
padding: 0;
height: 100%;
line-height: 1.5em;
}

p{
font-family:Times,'Times New Roman',serif;
font-size:12pt;
}

p.quote{
font-weight:bold;
color: #0000cc;
align: center;
}

li{
font-family:Times,'Times New Roman',serif;
font-size:11pt;
}

b{font-size: 110%;}
em{color: red;}

h1{
font-weight: bold; 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:20pt;
}

h2{
font-weight: bold; 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:16pt;
color: #00c;
}

h3{ 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:12pt;
color: #be0000;
align: center;
}

h4{ 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:12pt;
color: #00c;
align: center;
}

#maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}


#topsection{
background-image: url(images/tb.png);
height: 129px; /*Height of top section*/
margin: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 130px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
height: 100%;
width: 130px; /*Width of left column*/
margin-left: -100%;
background: #bf0000;
}

#footer, #push{
height: 2em;
clear: left;
width: 100%;
background: #bf0000;
color: #FFF;
text-align: center;
font-size: 8pt;
padding: 2px 0;
font-weight: bold; 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
font-weight: bold; 
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:12px;
background: #bf0000;
padding: 1px 5px;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #FFF;
}

.suckerdiv ul li a:hover{
background-color: #FFF;
color: #bf0000
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}
