@charset "utf-8";
body  {
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
	background-color: #9A1518;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: 0.2em;
	color: #BC1C24;
	font-variant: small-caps;
	padding-bottom: 20px;
}
h2 {
	font-weight: bold;
	color: #BC1C24;
	background-color: #FF0;
	border: medium dashed #BC1C24;
	margin-right: 100px;
	margin-left: 100px;
	padding-bottom: 7px;
}
.head5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FF0;
	text-align: center;
	color: #D22127;
	padding: 1px;
	margin: 2px;
}


#mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
}

.twoColLgSide #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border: medium dashed #BB1F2D;
	margin-right: auto;
	margin-left: auto;
} 
.twoColLgSide #header {
	background-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #C12B37;
	background-image: url(../images/header.jpg);
	float: none;
	height: 200px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
} 
#header h1 {
}
#header ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float: left;
}
#header li a:link,#header li a:visited
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#D2252B;
	line-height:1.2em;
	background-color: #FF0;
	border: thin dashed #D22127;
	letter-spacing: .1em;
	text-decoration: none;
	margin-right: 0.5em;
}
#header li a:hover {
	color:#FFF;
	background-color: #D2252B;
}
#header li a.current,#header li a.current:hover,#header li a.current:active
{
	color:#FFF;
	background-color: #D22127;
	cursor: default;
	border: thin dashed #FFF;
	cursor:default;
	}

.twoColLgSide #sidebar {
	width: 175px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C12B37;
	height: 1300px;
	background-color: #FFF;

}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li {
}

#sidebar #Categories ul li {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 10px;
}
#sidebar #Categories ul, #sidebar #Categories ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#sidebar #Categories ul a {
	display:block;
	width:175;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	text-decoration:none;
	text-align: left;
	line-height: 30px;
	background-color: #FF0;
	color: #D22127;
	font-weight: bold;
	border: thin dashed #D2252B;
}

.twoColLgSide #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 1500px;
	margin-left: 175px;
} 
.twoColLgSide #footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: medium;
	border-top-style: dashed;
	border-top-color: #BB1F2D;
	border-right-color: #BB1F2D;
	border-bottom-color: #BB1F2D;
	border-left-color: #BB1F2D;
} 
.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-style: italic;
}
#mainContent p img {
	display: inline;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

#sidebar img {
	margin: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.store {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.ballot_instruct {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: italic;
}
