@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #333333;
	background-color: #01245c;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
p {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #333333;
	line-height: 1.25;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #00153D;
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 150%;
	text-align: center;
	color: #C9190C;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9190C;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#header {
	height: 206px;
	background-image: url(images/header-main-bg.gif);
}

#menubar {
	background-color: #ffffff;
	height: 54px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00153D;
	border-left-color: #00153D;
	}

#menu {
	margin: 0; /* removes indents */
	padding: 0; /* removes indents */
	list-style: none; /* removes bullet styles */
	}

/* sets list horizontal */
#menu li {
	display: inline;
	}

	
/* styling of normal state anchor tag */
#menu li a {
	font-family: Calibri, Helvetica, Arial, san-serif;
	font-size: 20px;
	height: 35px;
	padding-top: 15px;
	width: 195px;
	text-decoration: none;
	text-align: center;
	float: left;
	background-color: #ffffff;
	color: #01245c;
	border-top: 4px solid #c9190c;
	font-weight: bold;
	}

/* style of anchor tag during hover */
#menu li a:hover {
	background-color: #1B9EE4;
	color: #ffffff;
	}
#mainbody {
	background-color: #01245C;
	height: 100%;
	padding: 0px;
	border: 0;
	margin: 0;
}
#content {
	width: 780px;
	border-left-color: #00153D;
	border-right-color: #00153D;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	padding-top: 50px;
	padding-bottom: 50px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	background-image: url(images/content-bg-grad.gif);
	background-repeat: repeat-x;
	line-height: 110%;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #333333;
}
#content a {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1B9EE4;
	text-decoration: none;
}
#content a:active {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #c9190c;
	text-decoration: none;
}



#content img {
	border: 2px solid #fff;
}





#footer {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 780px;
	background-color: #00153D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footertext {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 18px;
}
#footertext a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
}


#footertext a:hover {
	color: #1B9EE4;
	text-decoration: none;
}

#footertext a:active {
	color: #c9190c;
}
#rickdonate form {
	margin-right: auto;
	margin-left: auto;
}
#candidates {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 25px;
}
#candidates img {
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 225px;
	margin-bottom: 10px;
}
#candidates p {
	height: 225px;
}
#candidates ul {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 125%;
	text-align: left;
	width: 700px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	margin-right: 10px;
	height: 225px;
}
#comment {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	line-height: 110%;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 75%;
	margin-bottom: 50px;
}
