body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EDEFE6;
	padding:0;
	margin:0;
}

#content a {
	font-weight: normal;
	text-decoration: underline;
	color: #174479;
}

#content a:hover {
	text-decoration: none;
}

td#site {
	background-color:#FFF;
	padding:10px;
}

#inside {
	padding: 10px;
	background-color: #EDEFE6;	
}

a img {
	border: 0px;
}

#content {
	font-size: 11px;
	color: #174479;	
}


#main {
	width: 754px;
	padding:10px 12px 0px;
	background-image:url("/images/main_bg.jpg");
	border-top: 2px solid #CC0000;
}

.title {
	color: #CC0000;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 11pt;
	font-weight: bold;
}

.regular {
	font-size: 11px;
	font-color: #174479;
}


#top-nav {
	font-weight: normal;
	padding-bottom: 7px;
	width: 100%;
}

#top-nav a {
	color: #174479;
	text-decoration: none;
	font-size: 7pt;
}

#top-nav a:hover, #top-nav a.selected {
	text-decoration: underline;
}

#popup {
	background-color: #FFF;
	width: 405px;
	border-bottom: 5px solid #CC0000;
}

#popup-top {
	border-bottom: 5px solid #CC0000;
	padding: 10px 10px 15px;
}

#popup-main {
	padding: 20px 40px;
}

#popup-content {
	color: #1576bd;
	font-size: 12px;
}

#popup-content div.subtitle {
	text-transform: uppercase;
}

#popup-content ol#previous-polls {
	margin: 10px 0px 0px 20px;
	padding: 0;
}

#popup-content ol#previous-polls li {
	font-size: 12px;
	padding-bottom: 20px;
}

#popup-content ol#previous-polls li span {
	color: #cc0000;
	font-weight: bold;
}

#copyright {
	font-size: 7pt;
	color: #fff;
	margin-top: 5px;
}

#copyright a {
	color: #666;
	text-decoration: underline;
}

#copyright a.selected {
	font-weight:bold;
}

#copyright a:hover {
	text-decoration: none;
}

#errors {
	background-color:#FFCCCC;
	border:1px solid #F0575B;
	color:#A30000;
	margin:0;
	padding:5px;
}