body {
	background-color:#DEDEDC;
	margin-top:5px;
}

a {
	color:black;
}

form {
	margin:0px;
}

p {margin: 2px 0px 1em;}

img {
	border:none;
}
.c {
	width:965px;
}
.ctd {
	border:1px solid #B4B5C9;
	background-color:#ffffff;
}
.article {
	border:1px dashed #CECECE;
	padding:5px;
	background:lightyellow;
}

#logo {
	position:relative;
}

#lang {
	width:100px;
	position:absolute;
	right:5px;
	top:2px;
	text-align:right;
}

#lang span {
	
	padding:2px;
}


#tabs {
	height:34px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background:#646464 url('nav_bg.gif') repeat-x left top;
}
/*
#tabs ul {	
	margin:0;
	padding:5px 0 7px 0;
	list-style-type: none;
	width:100%;
}

#tabs li {
	display:inline;
	margin: 0px; 
	padding: 0 2px 0 0;
	background: url('menu_sep.gif') repeat-y top right;
	
}

#tabs li a {
	font-family: sans-serif;
	font-weight: bold;
	padding:5px 0.5em 7px 0.5em;
	color:#fff;
	text-decoration: none;
}
#tabs li a:hover,#tabs li #current_tab {
	background:#6C94DE url('nav_bga.gif') repeat-x left top;
}

*/
#tabs ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

html>body #tabs ul {
	float: left;
}

#tabs li {
	font-size: 14px;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
	background: url('menu_sep.gif') repeat-y top right;
}

#tabs a {
	font-family:tahoma;
	font-weight:bold;
	float: left;
	padding: 7px 5px 7px 5px;
	text-decoration: none;
	color: #fff;
}

#tabs a:hover, #tabs li #current_tab {
	background:#6C94DE url('nav_bga.gif') repeat-x left top;
}


#content {
	background:#FBFBF9 url('cbg.gif') no-repeat right 10px;
	text-align:left;
	padding:20px;
	height:100%;
	min-height:400px;
}

#path {
	background: #FBFBF9;
	text-align:left;
	padding-left:5px;
	color:#818181;
	font-size:12px;
}
#path a{
	color:#5F5F5F;
	text-decoration:none;
}

#button {
	display:block;
	width:100%;
	margin-bottom:5px;
	text-align:left;

}

#button img {
	border: #f7dc9a 1px solid; 
	padding: 2px;
	text-decoration: none;
	height:75px;
}
#button a {
	margin-left: 15px;
}
#button a:active {
	background-color: #f7dc9a;
}
#button a:hover {
	background-color: #f7dc9a;
}
#button a:visited {
	color: #ffffff; 
	text-decoration: none;
}

.nav {
	margin-right:1px;
}

.nav img {
	border:none;
}

.bg {
	background:url('tbg.gif'); 
	height:7px;
}

#footer {
	text-align:center;
	font-size:12px;
	color:#8F8F8F;
}

#footer a{
	color:#8F8F8F;
	text-decoration:none;
}


#leftNav {
	width:220px;
	float:left;
}

#leftNav ul {
    margin:0px;
    padding:0px;
    list-style:none;
	background-color:#F5F5F5;
	border-bottom:1px solid #ADADAD;
}

#leftNav li {
    display:block;
	background:url("rarrow.gif") no-repeat 207px center;
    margin:0px;
    padding:1px;
    font-size: 14px;
	border-top:1px solid #DEDEDE;
	padding-left:10px;
	padding-right:15px;
    cursor: pointer;
}
.test {
    background-color: white;
}

	

#leftNav a {
	font-size:16px;
	text-decoration:none;
	color:#3A3A3A;
}

#leftNav a:hover {
	color:#990033;
}

#sactive {
	font-weight:bold;
}


.poll {
	background-color:#F2F2F2;
	font-size:14pt;
	width:220px;
	float:left;
	border-top:1px solid #B9B9B9;
	border-bottom:1px solid #B9B9B9;
}

#poll_title {
	background:#646464 url('nav_bg.gif') repeat-x left top;
	font-size:10pt;
	color:white;
	text-align:center;
}

#poll_q {
	border-bottom:1px dashed #B9B9B9;
	padding:5px;
}
#poll_b {
	border-top:1px dashed #B9B9B9;
	padding:5px;
}

#poll_b a {
	color:#595959;
}



#c1 {
	height:20px;
	text-align:right;
	vertical-align:top;
}

#c2 {
	min-height:400px;
}

label {
    cursor: pointer;
}