body{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #FB020A;
}

a:hover{
	text-decoration: underline;
}

#header{
	height: 119px;
	border-bottom: 1px solid #BCBCBC;
	background-color: #2F579C;
	background-image: url(../images/menu_bg.gif);
	width: 100%;
	
}

#search {
	padding: 10px;
}

.inputbox{
	border: 1px inset #9E9E9E;
	margin: 0px;
	font-size: 9px;
	font-family: Tahoma;
}

.contentpane ul{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-position: inside;
}

.contentdescription{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.button{
	color: #FB020A;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	border: 0px none;
	background: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: underline;
}

#search .inputbox{
	border: 1px inset #9E9E9E;
	margin: 0px;
	font-size: 9px;
	width: 100%;
}

#search .button{
	color: #FB020A;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	border: 0px none;
	background: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: underline;
}

#search form {
	padding: 0px;
	margin: 0px;
	color: #2E549D;
	display: block;
	clear: both;
}

.componentheading{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}

.contentheading{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}

#logo{
	float: left;
	width: 199px;
	height: 119px;
	background-color: #FFFFFF;
	border-right: 1px solid #BCBCBC;
	display: table;
	text-align: center;
}

#logo img{
	display: block;
	border: 0px none;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1{
	color: #074ACC;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}

#menu{
	float: center;
	display: table;
	padding: 0px;
}
#banner {
	padding: 15px 0px 0px 150px;
	height: 60px;
}

#menu img{
	height: 60px;
	border: 0px none;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 11px;
	text-align: center;
}

#menu ul{
	display: block;
	height: 32px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	clear: both;
}

#menu li{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #313131;
	font-weight: 700;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 15px;
	float: left;
	border-right: 1px solid #BCBCBC;
}

#menu li a:hover{
	color: #FA0004;
}

#content{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #BCBCBC;
	width: 100%;
	clear: both;
}

#left{
	vertical-align: top;
	width: 199px;
	border-right: 1px solid #BCBCBC;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #F2F2F2;
}

#right{
	vertical-align: top;
	width: 199px;
	border-left: 1px solid #BCBCBC;
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
}

#left ul, #right ul, #left ul li, #right ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#left ul li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	height: 13px;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: none;
	color: #505050;
	background-image: url(../images/marker.gif);
	background-color: #2F579C;
	background-position: left top;
	background-repeat: no-repeat;
}
#right ul li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: underline;
	color: #505050;
	background-color: #ffffff;
}


#left ul li a:hover{
	color: #FB0003;
	background-color: #FB0003;
}

#right ul li a:hover{
color: #FB0003;
text-decoration: none;
}
h2{
	margin: 0px;
	font-size: 11px;
	text-align: center;
	color: #373737;
	background-color: #DEDEDE;
	padding: 7px;
}

h3{
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #373737;
	background-color: #DEDEDE;
	padding: 7px;
}


/*#left div, #right div{
	padding: 10px;
}*/

.contentpaneopen{
	margin: 10px;
}

#main{
	vertical-align: top;
	padding: 20px;
}

form{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	color: #2E549D;
	display: block;
	clear: both;
}

form.vote{
	margin-left: 20px;
}

.button{
	color: #FB020A;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	border: 0px none;
	background: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: underline;
}

.text{
	border: 1px inset #9E9E9E;
	margin: 0px;
	font-size: 9px;
	width: 100%;
}

.left{
	float: left;
	padding: 0px;
	width: 50px;
	text-align: right;
	height: 3px;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}

.right{
	float: right;
	padding: 0px;
	width: 85px;
	height: 13px;
	overflow: hidden;
}

.clean{
	clear: both;
}

.counters{
	padding: 0px;
	width: 179px;
	margin: 0px;
}

.counters a{
	float: left;
}

.counters img{
	float: left;
	display: block;
	padding: 0px;
	border: 0px none;
	margin: 5px;
}

#footer{
	width: 100%;
	padding-bottom: 20px;
}

#copyrights{
	width: 159px;
	float: left;
	padding: 20px;
}

#footer img{
	display: block;
	width: 468px;
	height: 60px;
	border: 0px none;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 11px;
	text-align: center;
}

/*h3{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}*/

em{
	font-style: normal;
	font-size: 9px;
	color: #B4B4B4;
}

span.small{
	font-style: normal;
	font-size: 9px;
	color: #979797;
}

.createdate{
	font-style: normal;
	font-size: 9px;
	color: #B4B4B4;
}

#main div{
	padding-left: 10px;
	padding-bottom: 30px;
}

#main div p{
	padding: 0px;
	margin: 0px;
}

.mainlevel{
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	height: 13px;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: none;
	color: #505050;
	background-image: url(../images/marker.gif);
	background-color: #2F579C;
	background-position: left top;
	background-repeat: no-repeat;
}

.mainlevel:hover{
	color: #FB0003;
	background-color: #FB0003;
}
th {
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #373737;
	background-color: #DEDEDE;
	padding: 7px;
	width: 100%;
}
table .moduletable {
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 100%; 
	height: 100%;  
                                                        
	}