﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#masthead {
	border-style: none none dotted none;
	border-width: 0px;
	border-color: #332876;
	text-align: center;
	width: 800px;
	padding: 0px 0px 10px 0px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#navigation {
	position: relative;
	float: left;
	width: 750px;
	border-right: 1px dotted #725972;
	border-right-color: #9FB6CD;
	border-right-style: dotted;
	border-left-style: none;
	border-left-color: #9FB6CD;
	background-color: #FFFFFF;
	padding-left: 45px;
}
#content {
	float: left;
	width: 775px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	font-family: "Trebuchet MS";
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000080;
}
/* Masthead Styles */
#masthead h1 {
	color: #332876;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
}
#masthead h3 {
	color: #332876;
	text-align: center;
	font-size: x-large;
}
/* Navigation Styles */

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	border-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
/*	width: 100px; */
	text-align: center;
}
#navigation a {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	margin: 0px 6px 0px 6px;
	color: black;
	text-decoration: none;
	display: block;
	padding: 0px 15px 2px 15px;
/*	border-bottom: 1px dotted #fff; */
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('../images/Nav-Bar-Background.png');
}
#navigation a:hover {
	color: white;
	background-image: url('../images/Bar.png');
	text-decoration: none;
	background-color: #C80000;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	color: #003399;
	text-align: left;
}
#content img {
	border-style: none;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.TextHead {
	font-size: large;
	color: #003399;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 5px;
}
.IndentedText {
	margin-left: 40px;
	font-family: "Trebuchet MS";
	font-size: medium;
	margin-top: 5px;
	text-align: left;
}
.NewsText {
	font-family: Cambria;
	font-size: medium;
	text-align: left;
}
.RegularText {
	font-size: medium;
	font-family: "Trebuchet MS";
	margin-top: 0px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.CandidateText {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.CandidateTxtHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: left;
}
.CandidateFooter {
	font-size: medium;
	text-align: center;
	font-family: "Trebuchet MS";
}
.CandidateFooter {
	font-size: medium;
	text-align: center;
	font-family: "Trebuchet MS";
}
.CenteredHyperlink {
	font-family: "Trebuchet MS";
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url('../images/LightBar.png');
	color: black;
	padding-left: 8px;
}
#top_nav ul {
	list-style-type: none;
	width: 100px;
	padding: 0px;
	margin: 0px;
}
CandidateHeaderLink {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
.caption {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
