@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    	padding-bottom: 100px;
   	background-color: #333333;
}
    
h1   {
     	font-size: 12px;
     	color: #fff;
     	font-weight: normal;
     	font-family: Century Gothic, Tahoma, Arial, Helvetica;
}
     
h2   {
        color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	font-family: Century Gothic, Tahoma, Arial, Helvetica;
	margin:0;
	padding:0;   
}

h3   {
        color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	font-family: Century Gothic, Tahoma, Arial, Helvetica;
	margin:0;
	padding:0;   
}

a    {
       color: #fff;
}

a:hover {
	color: #999999;
}
	
.container {
	width: 870px;
	margin: 0 auto;
}

#topwrapper {
	width: 760px;
	padding-top: 50px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	float: left;
}

#mainmenu {
        float: right;
	width: 500px;
	margin-top: 15px;
}

#mainmenu ul, 
#mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#mainmenu ul {
	height: 20px;
	float: right;
        display: inline;
} 

#mainmenu ul li {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    	color: #999999;
    	font-weight: normal; 
    	margin-left: 20px;
        float: left;
}

#mainmenu a, 
#mainmenu a:link, 
#mainmenu a:visited {
	color: #999999;
    	padding-left: 0px;
	text-decoration: none;
}

#mainmenu a:hover{
	color: #999999;
	border-bottom: dotted 1px #999999;
}


#mainmenu ul li:hover, 
#mainmenu ul li.over {	
	color: #999999;
}

#mainmenu ul li#current {	
	color: #999999;
	border-bottom: dotted 1px #999999;
}

#mainmenu ul li#current * {	
	color: #999999 !important;
}

#mainmenu ul li ul {
	display:none;
}

#header {
	clear: left;
	width: 870px;
	margin-top: 20px;
	display: inline-block;
}

#header .moduletable {
	width: 520px;
	float: left;
	height: 250px;
	position: absolute;
	margin-top: 20px;
}

#header li {
	list-style-image: none;
}

#topmod {
	width: 760px;
	margin: 0 auto;
	height: 315px;
	background-color: #999999;
}

#topmod .moduletable {
	width: 260px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	color: #333333;
	line-height: 115%;
}

#topmod a:hover {
       color: #333333;
}

#theader {
	clear: left;
}

#topmod h3 {
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 100%;
	font-family: Century Gothic, Tahoma, Arial, Helvetica;	
}

#mainwrapper { 
	width: 760px;
	margin: 0 auto;
	padding-top: 15px;
}

#right {
	width: 263px;
	float: right;
}
#right h3 {
	margin-bottom: 0px;
}

#content {
	float: left;
	width: 395px;
	margin-left: 5px;
	padding-bottom: 50px;
}

#footer {
	clear: left;
	width: 760px;
	margin: 0 auto;
	border-top: solid 1px #666666;
	text-align: left;
	color: #666666;
}

h2.contentheading, h2.componentheading {
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
   	line-height: 137%;
}

.clear {
	clear: both;
}


/* COMMON TAGS */
.modifydate {
	color: #C0C0C0;
}

.author {
	color: #C0C0C0;
}

.createdate {
	color: #C0C0C0;
}

.contenttoc {
	margin: 5px;
}


ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.buttons img {
border: 0;
}

/* Poll Module Styles */

.poll-radio {
	padding-bottom:5px;
	float:left;
	clear:left;
	width:14%;
	text-align:center;
}

.poll-option {
	float:left;
	padding-bottom:5px;
	width:85%;
}

.poll h3 {
	border:none;
}