@charset "utf-8";
/* CSS Document */
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. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
}

#container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;  /*this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 

#header {
}

#maincontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	height: 600 px;
	padding: 20px;
}

#HomeText {	
	float: right;
	margin-right: 150px;
}

#circle {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}


#footer {
	background-color: #003399;
}

#homeQuote {

}

#deadlinecontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


.textDisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

.textContactBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.textDeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.textElections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

.textAboutHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textCircleHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.textAbout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
}
#subHeader {
	background-image: url(images/O.jpg);
}

a:active {
	color: #FF0000;
}

a:hover {
	color: #FFFF00;
}
.textQuotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#bottomquote {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
}

#startcontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	padding: 25px;
}

#joincontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	padding: 25px;
}

.bodylinksblue {
	color: #0000FF;
}

.textWhite {
	color: #FFFFFF;
}

.textDeadlineTable {
	color: #000000;
	font-size: 16px;
}
.TextHeadliner {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.text14 {
	font-size: 14px;	
}

.textmystoryname {
	font-size: 18px;
	font-weight: bold;
}

.text12 {
	font-size: 12px;
}

.textTalkingPoint {
	font-size: 18px;
	font-weight: bold;
}
.textSubmit {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#listcontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: 700 px;
}
.text16 {
	font-size: 16px;
}

#storycontent {
	background-image: url(images/O.jpg);
	background-repeat: repeat;
	padding: 25px;
}
#imagestory {
	margin: 20px;
	float: left;
}
