body {
    margin:0px;
    padding:0px;
    height:auto;
    font:11px/14px Arial, Helvetica, sans-serif;
    color:#666;
}
a {
    color:#ff007f;
}
/*h1 {
    height:27px;
    color:#6C961A;
    font:bold 15pt Arial,Tahoma;
    background:url(../images/bigbullet.gif) no-repeat;
    text-indent:32px;
    padding-left:-32px;
    margin-bottom:18px;
}
*/
h1 {
    height:27px;
    color:#6C961A;
    font:bold 15pt Arial,Tahoma;
    background:url(../images/bigbullet.gif) no-repeat;
    padding-left:32px;
    margin-bottom:10px;
}
html>body #main_content h1{
    height:auto;
    min-height:27px
}
h2 {
    font:bold 13pt Arial;
    color: #198ed5;
    margin-bottom:1px;
}
h3 {
    font:bold 11pt Arial;
    color: #394b8b;
}
h4 {
    font: bold 10pt Arial;
    color: #394b8b;
    margin-bottom:0px;
}
p {
    margin:0px 0px 5px;
}

#right_column p {
    margin:10px 0px;
}
#container
{
    position:absolute;
    margin-left:-388px;
    left:50%;
    width:777px;
    height:auto;
    background:url(../images/bg.gif);
}
#utilbar {
    display:block;
    float:left;
    height:234px;
    width:26px;
}
#header {
    display:block;
    float:left;
    height:234px;
    width:723px;
    background:url(../images/header.jpg);
}
#header_right {
    display:block;
    float:left;
    height:234px;
    width:28px;
    background:url(../images/header-left.gif);
}
#left_column {
    display:block;
    position:relative;
    float:left;
    height:auto;
    width:175px;
    left:26px;
}
#main_content {
    display:block;
    position:relative;
    float:left;
    height:400px;
    width:480px;
    left:35px;
}
html>body #main_content {
    min-height:400px;
    height:auto;
}
#right_column {
    display:none;
}
#sectionhome #main_content {
	 display:block;
	position:relative;
    width:330px;
}

#sectionhome #right_column {
    display:block;
    position:relative;
    float:left;
    height:auto;
    width:178px;
    left:50px;
}

#footer {
    display:block;
    width:777px;
    float:left;
    height:68px;
    clear:both;
    background:transparent;
    
}
#footer_text {
    display:block;
    width:740px;
	color:#6C961A;
    float:left;
    height:auto;
    clear:both;
    background:white;
	padding:5px 10px 20px 10px;
	text-align:center;
	border:0px red solid;
    
}
#footer_text a {
	color:#FF007F;
}
html>body #footer_text {
	margin-top:30px;
}
#footer img {
    margin:0px;
    padding:0px;
    border:0px;
    margin-bottom:-3px;
}
#poll {
    position:relative;
    display:block;
    font:10px "Trebuchet MS", Arial;
    float:left;
    left:11px;
    height:auto;
    width:148px;
    border:2px solid #FF007F;
    text-align:center;
    background:url(../images/poll_hand.gif) no-repeat -2px bottom -10px;
}

#poll .text {
    position:relative;
    display:block;
    width:130px;
    float:left;
    left:11px;
    text-align:left;
    clear:both;
    line-height:12px;
}
#poll .row {
    clear:both;
    font-size:14px;
    margin-top:2px;
    text-align:center;
}

#poll .col1, #poll .col2 {
    position:relative;
    display:block;
    width:35px;
    text-align:center;
    float:left;
    left:38px;
}
#poll .btn {
    width:32px;
    font-size:9px;
    color:#FF007F;
    border:1px solid #FF007F;
    background:#FFF;
    cursor:hand;
    clear:both;
    margin:5px;

}
#poll .hand {
    position:absolute;
    width:71px;
    height:82px;
    z-index:1;
    left:91px;
    top:120px;
    background:url(../images/poll_hand.gif);
}
#tree {
    position:relative;
    display:block;
    float:left;
    left:26px;
}

#defaulttheme{
    display:none;
}

/*
 * Left Menu
 *****************************************************************************/
#left_column ul{
    margin: 0px;
    padding: 0px;
}
#left_column ul li{
    list-style: none;
}
#left_column ul li a
{
    display: block;
    width: 125px;
	height: 43px;  
	height: "57px";
    margin: 0px 0px 0px 18px;
    text-align: left;
    padding: 14px 0px 0px 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#left_column ul li#tab1 a,
#left_column ul li#tab3 a,
#left_column ul li#tab5 a,
#left_column ul li#tab7 a,
#left_column ul li#tab9 a{
    background: transparent url(/images/menu/leaf1.gif) top left no-repeat;
    margin-bottom: -4px;
}
#left_column ul li#tab2 a,
#left_column ul li#tab4 a,
#left_column ul li#tab6 a,
#left_column ul li#tab8 a,
#left_column ul li#tab10 a{
    background: transparent url(/images/menu/leaf2.gif) top left no-repeat;
    padding-top: 18px;
    margin-bottom: -15px;
}
#left_column ul li ul#sectionmenu li a{
    background: transparent url(/images/menu/star.gif) top left no-repeat;
    color: #89B731;
    padding: 4px 0px 0px 26px;
    margin: 0px 0px 2px 33px;
    height: 22px;
}
#left_column ul li ul#sectionmenu li ul li a{
    margin-left: 48px;
}
#left_column ul li ul#sectionmenu li ul li ul li a{
    margin-left: 63px;
}

/*
 * Poll section
 *****************************************************************************/
body#sectionpoll h1 {
    display: none;
    visibility: hidden;
}
body#sectionpoll #cmpviewcontents h3 {
    display: none;
    visibility: hidden;
}
body#sectionpoll #cmpviewcontents h1,
body#sectionpoll h1#polltitle {
    display: block;
    visibility: visible;
}
body#sectionpoll ul{
    margin: 0px;
    padding: 0px;
}
body#sectionpoll ul li{
    list-style: none;
}
#searchForm
{
	position:relative;
	display:block;
	margin-top:15px;
}
body#section10 #searchForm,
body#section10 h3{
    display: none;
    visibility: hidden;
}
#sectionarea h4 a, h4 a {
	display:block;
	margin-bottom:00px;
}
ul#pollresults{
    float: left;
}
ul#pollresults li{
    display: block;
    height: 20px; 
    margin: 5px 0px 0px 0px;
}
div#pollgraph{
    float: left;
    display: block;
    border: #527C06 1px solid; 
    width: 250px;
    margin-left: 10px;
}
div.graphbar{
    display: block; 
    height: 20px; 
    clear: both;
    margin: 2px 0px 3px 0px;
    float: left;
}
#streamonlink {
	position:absolute;
	display:block;
	bottom:86px;
	left:337px;
	width:95px;
	height:20px;
	text-decoration:none;
	cursor:hand;
	border:0px red solid;
}