@charset "utf-8";
/* CSS Document */

body {

	margin: 0;
	padding: 0;
   	background: #FFF;
}
    
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
   	line-height: 150%;
}

#top {
	width: 100%;
	height: 37px;
	background: #fff;
	border-bottom: solid 1px #B12D2B;
}

#top-in {
	width: 900px;
	margin: 0 auto;
}

#logo {
	width: 320px;
	float: left;
}

#mainmenu {
	float: right;
	width: 580px;
	border-right: solid 1px #ccc;
}

#mainmenu ul, 
#mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#mainmenu ul {
	float: right;
} 

#mainmenu ul li {
	float: right;
	height: 30px;
	line-height:30px;
	font-size: 14px;
    	color: #666;
    	font-weight: normal; 
    	text-transform: lowercase;
    	padding-left: 10px;
    	padding-right: 10px;
    	border-left: solid 1px #ccc;
}

#mainmenu a, 
#mainmenu a:link, 
#mainmenu a:visited {
	color: #666;  
	text-transform: lowercase;
    	text-decoration: none;
    }

#mainmenu li.active,
#mainmenu li:hover {
	background-color: #FFFFCC;
}

#mainmenu ul li ul {
	display:none;
}

#mainmenu ul li { 
	position:relative;
}

#header {
	width: 100%;
	height: 200px;
	background: #a7d100;
	border-bottom: solid 1px #cc3333;
}

#user1 {
	width: 900px;
	margin: 0 auto;
}

#user1 .moduletable {
	width: 900px;
	float: left;
	color: #000000;
	margin-top: 0px;
	font-size: 12px;
	line-height: 120%;
}

#user1 h3 {
	color: #B12D2B;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#user1 img {
	margin-top: -75px;
}

#main {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

#content {
	float: left;
	width: 560px;
	
}

h2.contentheading, h2.componentheading {
	margin-bottom: 10px;
}

#right {
	width: 230px;
	float: right;
	margin-top: 20px;
        margin-right: 20px;
        padding-left: 40px;
	border-left: solid 1px #ccc;
}

#right .moduletable {
	margin-bottom: 20px;
}

#right h3 {
	font-weight: normal;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #000;
	display: inline-block;
	min-height: 70px;
	margin-top: 40px;
	border-top: solid 1px #B12D2B;
}

#footer .moduletable {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

fieldset {
	border: none;
}

.button {
	background: #FFFFCC;
	border: solid 1px #ccc;
	color: #666;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input {
	background: #FFFFCC;
	border: solid 1px #ccc;
	color: #666;
	font-size: 11px;
}

img { border: none;}

.poll-radio {
	padding:0;
	float:left;
	clear:left;
	text-align:left;
}

.poll-option {
	float:left;
	padding-bottom:6px;
	padding-top: 3px;
	width:85%;
	margin-left: 2px;
}

.poll h3 {
	border:none;
}

h1   {
     	font-size: 12px;
     	color: #fff;
     	font-weight: normal;
}
     
h2   {
        color: #0489DD;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	margin-top: 10px;
	padding:0;   
}

h3   {
        color: #0489DD;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	margin:0;
	padding:0; 
	margin-bottom: 5px; 
}

a    {
       color: #666;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.buttons img {
border: 0;
}