﻿ /* CSS layout - Fisrt clear everything with major reset*/
#left_col {
	padding: 5px;
	width: 190px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS layout - sytles begin*/

.page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	color: #005DAA;
	top: 15px;
	position: relative;
	z-index: 0;
}
#quick_links a {
	text-decoration: none;
	color: #005DAA;
}
#quick_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #005DAA;
	font-weight: lighter;
}
#district_pic {
	position: relative;
	left: 760px;
	top: -60px;
}
#gold_line {
	position: relative;
	height: 5px;
	background-color: #FFCC00;
	width: 900px;
}
.picTitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: italic;
	color: #000080;
	top: -10px;
	position: relative;
}
.footerText a {
	color: #FFFFFF;
	text-decoration: none;
}
.lastItem {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}
.footerText li {
	position: relative;
	width: 100px;
	text-align: center;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	float: left;
	top: 10px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left: 140px;
}


body {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: auto;
	left: auto;
}
#masthead {
	width: 900px;
	background-color: #005DAA;
	height: 130px;
}
#top_nav {
	width: 900px;
	height: 25px;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
}
#page_content {
	padding: 5px 10px 5px 10px;
	margin-left: 200px;
	width: 677px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #6FA5D0;
	top: 0px;
	position: relative;
}
#footer {
	clear: both;
	width: 900px;
	background-color: #6FA5D0;
	height: 30px;
	color: #FFFFFF;
	position: relative;

}
.zoop:hover {
	font-weight: bold;
	font-style: oblique;
}

