body {
	margin: 0;
	font-family: sans-serif;
}

#header {
	min-width: 950px;
}

#header img {
	border: 0px none;
}

.horiznav {
	list-style-type: none;
	border-top: solid 2px #123A75;
	border-bottom: solid 2px #123A75;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	white-space: nowrap;
	min-width: 950px;
}
.noBullet {
	list-style-type: none;
}
.horiznav li {
	display: inline;
	white-space: nowrap;
	text-align: center;
}

li.textBrowsersOnly {
	display: none;
}

.horiznav li a {
	padding: 0 1em 0 1em;
	font-size: 120%;
	font-weight: bold;
	color: white;
	border: solid 2px #123A75;
}

.horiznav li a:hover {
	color: black;
}

.horiznav li a.a {
	background-color: #A500FF;
}

.horiznav li a.b {
	background-color: #F79E10;
}

.horiznav li a.c {
	background-color: #1851A5;
}

.horiznav li a.d {
	background-color: #73BE21;
}

.horiznav li a.e {
	background-color: #FF1810;
}

.horiznav a {
	text-decoration: none;
}

#mainContent {
	margin-left: 14em;
	margin-right: 14.5em;
	border-right: 1px solid #1861a5;
	padding-right: 1em;
}

/*****   LEFT BAR   *****/

#leftBar {
	position: absolute;
	left: 0;
	top: 10em;
	width: 12.5em;
	/*border: solid 1px black;*/
	background-color: #1851a5;
	font-family: sans-serif;
}

#leftBar .subMenu {
	padding-bottom: .5em;
}
#leftBar img {
	margin-left: .1em;
	margin-top: .5em;
}

.subMenu {
	list-style-type: none;
	font-size: 95%;
	margin: 0;
	color: white;
}
.subMenu a {
	color: white;
	text-decoration: none;
}
.subMenu a:hover {
	text-decoration: underline;
}
.subMenu li {
	/*background-color: #1851A5;*/
	padding-top: .2em;
	padding-left: .1em;
	padding-right: .2em;
}
#logospace {
	background-color: white;
}
.vote {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	font-size: 90%;
}

#leftBar h1 {
	font-size: 110%;
	border-top: solid 1px black;
	border-bottom: solid 1px #CCC;
	margin: 0;
	padding-left: .1em;
}

#leftBar h2 {
	font-size: 100%;
	border-top: solid 1px black;
	margin: 0;
	padding-left: .5em;
}

.voteHeader {
	padding-left: .5em;
/*
	margin-bottom: .5em;
*/
	margin: 0 0 .5em 0;
}

.voteBtn {
	background-color: white;
	color: #00F;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-family: serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	height: 20px;

}

.resultsBtn {
	background-color: white;
	color: #00F;
	border: none;
	text-decoration: none;
	font-size: 100%;
}

#rightNav {
	position: absolute;
	right: 0;
	top: 10em;
	width: 13.7em;
	text-align: left;
}
.subMenu2 {
	list-style-type: none;
	margin-left: 0;
	text-align: left;
}
.subMenu2 img {
	padding: .3em;
}
.subMenu3 {
	list-style-type: none;
	margin: 0 .5em .5em .5em;
	font-size: 90%;
}

#diary {
	margin-left: auto;
	margin-right: auto;
}

#diary th, #diary td {
	text-align: center;
}

#diary img {
	border: none;
}

.pdf {
	color: white;
	font-weight: bold;
	background-color: #900;
	text-decoration: none;
	font-size: 70%;
	padding: 0 1px 0 1px;
	letter-spacing: .1em;
}
.footnote {
	padding-top: 5em;
	font-size: 80%;
	font-style: italic;
}

h1 {
	padding-top: .3em;
	font-size: 150%;
}
h2 {
	font-size: 125%;
}