html * {
	border: 0;
	color: #5c5c5c;
	font-family: Arial, Verdana;
	font-size: 11px;
	margin: 0;
	padding:0;
} 
 
body {
	margin-bottom: 10px;
	margin-top: 10px;
}

#container {
	margin: 0px auto;
	width: 760px;
}

#poll_container {
	margin: 10px;
	width: 480px;
}

#poll_container div#header {
	border-bottom: 2px solid #5c5c5c; 
	color: #000000; 
	font-size: 14px; 
	font-weight: bold; 
	padding-bottom: 10px;
}

#poll_container div#question {
	font-size: 12px; 
	font-weight: bold; 
	padding-bottom: 20px; 
	padding-top: 10px;
}

#poll_container div.bar_container {
	margin-bottom: 10px; 
	margin-top: 2px;
}

#poll_container div.bar_container div.bar {
	float: left; 
	width: 450px;
}

#poll_container div.bar_container div.bar div.bar_bg {
	background-image: url('/gfx/poll_blue.gif'); 
	height: 15px;
}

#poll_container div.total {
	font-weight: bold;
}


#logo {
	display: block;
	height: 152px;
	margin-bottom: 4px;
	width: 760px;
}

#menu {
	background-color: #2775be;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	padding-left: 10px;
	width: 750px;
}

#menu ul {
	list-style: none;
}

#menu ul li.menu_item {
	background-image: url('/gfx/menu_dot.gif'); 
	background-repeat: no-repeat; 
	float: left; 
	margin-right: 10px; 
	text-indent: 15px;
}

#menu ul li.menu_space {
	background-image: url('/gfx/menu_space.gif'); 
	float: left; 
	margin-right: 5px; 
	width: 4px;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.highlighted {
	text-decoration: underline;
}

#menu ul li a.promoted {
	text-decoration: underline;
}

#search_bar {
	background-color: #dcdcdc;
	color: #5c5c5c;
	float: left;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin-bottom: 4px;
	text-indent: 15px;
	width: 100%;
}


input {
	color: #5c5c5c;
	font-size: 85%;
	height: 11px;
	margin-top: 4px;
	padding: 1px 1px 1px 3px;
	text-align: left;
	width: 250px;
}

input.submit {
	cursor: pointer;
  	display: inline;
  	border: 0;
  	background: transparent url('/gfx/button_ok.gif') 0 0 no-repeat;
  	font-size: 0;	
  	width: 26px;
  	height: 14px;
}

input.box_submit {
	cursor: pointer;
  	display: inline;
  	border: 0;
  	background: transparent url('/gfx/button_box_ok.gif') 0 0 no-repeat;
  	font-size: 0;	
  	width: 26px;
  	height: 14px;
}

input.vote_submit {
	cursor: pointer;
  	display: inline;
  	border: 0;
  	background: transparent url('/gfx/button_vote.gif') 0 0 no-repeat;
  	font-size: 0;	
  	width: 52px;
  	height: 14px;
}

input.result_submit {
	cursor: pointer;
  	display: inline;
  	border: 0;
  	background: transparent url('/gfx/button_result.gif') 0 0 no-repeat;
  	font-size: 0;	
  	width: 52px;
  	height: 14px;
}

#full_page {
	width: 760px;
}

#full_page div.header_red {
	width: 734px;
}

#full_page div.title a {
	color: #224b7c;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
}

#full_page div.title a:hover {
	text-decoration: underline;
}

#full_page div.subtitle {
	color: #224b7c;
	font-size: 12px; 
	margin-bottom: 5px;
}

#full_page div.body a {
	text-indent: 0;
	text-align: justify;
	text-decoration: none;
}

#full_page div.body a:hover {
	text-decoration: underline;
}

#full_page div.search_item {
	margin-bottom: 15px;
}

#left {
	float: left;
	width: 526px;
}

#right {
	float: right;
	width: 229px;
}

div.header_dot {
	background-image: url('/gfx/header_dot.gif');
	float: left;
	height: 30px;
	margin-right: 1px;
	width: 25px;
}

div.header_red {
	background-color: #bf1414;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	text-indent: 10px;
	width: 500px;
}

div.header_grey {
	background-color: #a4a4a4;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	text-indent: 10px;
	width: 236px;
}

div.header_blue {
	background-color: #5f809f;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	text-indent: 10px;
	width: 234px;
}


div.box_header {
	height: 20px;
}

div.box_dot {
	background-image: url('/gfx/box_dot.gif');
	float: left;
	height: 19px;
	width: 22px;
}

div.box_grey {
	background-color: #8ea5b7;
	color: #ffffff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	text-indent: 1px;
	width: 207px;
}

div.box_body {
	background-color: #eeedeb;
	clear: both;
	margin-bottom: 1px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: justify;
}

div.box_body div.text{
	line-height: 20px;
}

div.box_body ul {
	list-style: none;
	padding-left: 0px;
}

div.box_body ul.poll li {
	background-image: none;
	height: 18px;
	line-height: 18px;
	text-indent: 0px;
}

div.box_body ul.poll li input {
	margin-right: 5px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

div.box_body ul.poll li label {
	height: 18px;
	line-height: 18px;
}

div.box_body ul li {
	background-image: url('/gfx/box_arrow.gif');
	background-position: -15px;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	text-indent: 15px;
}

div.box_body ul li a {
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

div.box_body ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.promoted_img {
	float: left; 
	height: 120px; 	
	padding-bottom: 10px; 
	padding-right: 15px; 
	width: 120px;
}

.article_img {
	float: right; 
	height: 120px; 
	padding-bottom: 10px; 
	padding-left: 15px; 
	padding-right: 10px; 
	width: 120px;
}

.article_images {
	float: right; 
	padding-top: 15px;
	width: 145px;
}

.promoted_title, .article_title {
	color: #224b7c;
	font-size: 16px; 
	font-weight: bold; 
}

.promoted_subtitle, .article_subtitle {
	color: #224b7c;
	font-size: 14px;
}

.article_date {
	margin-top: 4px;
}

.article_author {
	padding-bottom: 15px;
	padding-right: 10px;
	padding-top: 15px;
	text-align: right;
}

.promoted_body, .article_body {
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: justify;
	text-indent: 20px;
}

div.read_more {
	margin-bottom: 15px;
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
}

img.read_more {
	margin-right: 5px; 
	vertical-align: middle;
}

a.read_more {
	color: #224b7c;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

a.read_more:hover {
	text-decoration: underline;
}

div.important {
	width: 262px;
}

.important_title {
	clear: both;
	color: #224b7c;
	font-size: 12px; 
	font-weight: bold; 
	padding-left: 20px;
}

.important_subtitle {
	color: #224b7c;
	font-size: 12px;
	padding-left: 20px;
}

.important_body {
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
	text-align: justify;
	text-indent: 20px;
}

.important_space {
	border-bottom: solid 2px #d4d4d4;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 85%;
}

div.menu_bottom {
	background-color: #bf1414; 
	clear: both; 
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-right: 15px; 
	text-align: right;
	width: 745px;
}

div.menu_bottom a {color: #ffffff; text-decoration: none;}
div.menu_bottom a:hover {text-decoration: underline;}

hr {
	border-bottom: solid 2px #d4d4d4;
	clear: both;
	height: 2px;
	margin-bottom: 15px;
}

p {
	font-size:	12px;
	margin-top: 5px;
	text-indent: 0px;
}

p u, p strong {
	font-size:	12px;
	line-height: 35px;
}

ul.more {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0px;
}

ul.more li {
	background-image: url('/gfx/arrow.gif');
	background-position: -15px;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	text-indent: 15px;
}

ul.more li a {
	text-decoration: none;
}

ul.more li a:hover {
	color: #000000;
	text-decoration: underline;
}

ul.more li.highlighted {
	font-weight: bold;
}

div#footer {
	color: #acacac;
	line-height: 24px;
	text-align: right;
}

div#footer a {
	color: #acacac;
	text-decoration: none;
}

div#footer a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}

#google_script {
	display: none;
}

div#footer span.invisible {float: left;}
div#footer span.invisible a {color: #ffffff;}
div#footer span.invisible a:hover {color: #ffffff;}
