@charset "UTF-8";

/* PoliticalConnect 

Blue: 282882
Red: ED1C24

*/


body {
	background: #0c2a4c url('images/container-shadow.png') repeat-y center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p, li {
	padding: 0;
	margin: 0;
	line-height: 17px;
	font-size: 12px;
	color: #2c2c2c;	
}

h1 {
	margin-top: 21px;
	letter-spacing: 0.012em;
	color: #FC8F30;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 7px;
	font-size: 18px;	
	line-height: 21px;
}

h2 {
	margin-top: 14px;
	letter-spacing: 0.012em;
	color: #4f7ba4;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 5px;
	font-size: 14px;	
	line-height: 17px;
}

.menu {
	color: #454545;
	font-size: 11px;
}

a.menu {
	color: #0B2A4C;
}

a.menu:HOVER {
	color: #2F5F93;
}


.display-shadow-top {
	background: #2C7CA7 url(images/display-top.png) top repeat-x;
}

.display-shadow-bottom {
	background: #2C7CA7 url(images/display-bottom.png) bottom repeat-x;
}

.display {
	text-align: center;
	font-size: 9px;
}

a.display {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
}

a.display:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.display span {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 7px;
	margin-bottom: 2px;
	font-weight: bold;
}


.footer {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	border-top: 1px solid #b9cadb;
	padding-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:hover {
	color: #333333;
}

.input {	
	font-size: 11px;
	width: 180px;
	background: #FFFF99;
	padding: 4px 2px 2px 12px;
	color: #333333;
	border: 1px solid #1F1954;
	height: 24px;
}