/* CSS Document */
body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color:#E6E6E6;
	background-image: url(../i/bodyback.gif);
}

body, td, a, p {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}

html,body {
	height: 100%;
}

#header {
	margin:0;
	padding:0;
	width:760px;
	height:110px;

}
#menu {
	margin:0;
	padding:0;
	width:140px;
}
#content {
	margin:0;
	padding:0;
	width:100%;
	text-align: justify;
	background:url(../i/stripes.gif) no-repeat left top;
}
#rightContent {
	margin:0;
	padding:0 5px;
	width:620px;
	text-align: justify;
}

#footer {
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	width: 145px;
	color: #FFFFFF;
	text-align: center;
	background: url(../i/footer.gif) no-repeat left bottom;
}

#statusbar {
	margin:0;
	padding:0 5px;	
	text-align:left;
	background-color:#9C9C9C;
}

#status TD, #status A {
	font: 11px Arial;
	color: #ffffff;
}

#status A:hover {
	text-decoration: none;
}

a {
	text-decoration: underline;
	font: normal 12px Arial;
	color: #333333;
}
#header a{
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
#menu a:link{
	text-decoration:none;
	font-weight:bold;
	color:#252525;}
#menu a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#252525;}
#menu a:hover{	
	text-decoration:none;
	font-weight:bold;
	color:#A30000;}
#menu a:active{
	text-decoration:none;
	font-weight:bold;
	color:#252525;}
	
img {border: 0;}

.item { 
	margin:0; 
	padding-left: 10px; 
	height:22px; 
	width:140px; 
	background:url(../i/item.gif) no-repeat top;}
.itemactive { 
	margin:0; 
	padding-left: 10px; 
	height:24px; 
	width:140px; 
	background:url(../i/itemactive.gif) no-repeat top;}
.subitem { 
	margin:0; 
	padding-left: 25px; 
	height:21px; 
	width:140px; 
	background:url(../i/subitem.gif) no-repeat top;}

#qsearch {
	font: 10px Arial;
	color: #151515;
}


h1 { 
	font: bold 16px Arial; 
	color: #cc0000;
}

h2 { 
	font: 20px Arial; 
	color: #cc0000;
}

.Title {
	font-size: 18px;
	color: #CC0000;
}




/* Poll Styles */
.poll_question {
	font: bold 12px Arial;
	color: #000000;
}

.poll_answer {
	font-size: 12px;
	color: #000000;
}
.poll_per {
	font-size: 10px;
	color: #333333;
}
.vote_href {
	color: #004080;
	font-size: 10px;
}
.vote_submit {
	FONT-SIZE: 10px; 
	color: #004080; 
}
.vote_msg {
	font-size: 10px;
	color: red;
	font-weight: bold;
}
.vote_table {
	background: white;
	BORDER: #999999 1px solid; 
	width: 96%;
}