@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #0000cf;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#container {
	position:absolute;
	display:block;
	width: 100%;
	top: 57px;
	left: auto;
	border-bottom: 2px solid #000;
	background-color: #ffffff;
	background: #ffffff url("../images/logo4.jpg") no-repeat bottom right; 
	text-color: #0000cf;
}

#photobox {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: both;
}

#masthead {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

#navigation {
	position: relative;
	display: box;
	width: auto;
	float: left;
	top: -1.5em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	z-index: 2;
}

#page_content {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: both;
}

#content {
	position: relative;
	float: left;
	width: 70%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 30%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #0000cf;
	font: small-caps;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	display: inline;
	color: #fb6200;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #0000cf;
	background-color: #fb6200;
}
#navigation a:hover {
	text-decoration: none;
	color: #0000cf;
	background-color: #fff;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0000cf;
}

#content img.bordered {
	padding: 5px;
	border: 1px solid #0000cf;
}

#neighbor {
	display: block;
	padding: 5px;
	border: 1px solid #0000cf;
	margin-left: auto;
	margin-right: auto;
}

/* Sidebar Styles */
#sidebar img.bordered {
	padding: 5px;
	border: 1px solid #0000cf;
}

#sidebar {
	text-align: center;
}

#sidebar p {
	color: #0000cf;
}

#sidebar img {
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #0000cf;
}
#footer a {
	color: #0000cf;
	text-decoration: underline;
}
#footer a:hover {
	color: #fb6200;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #0000cf;
	text-decoration: underline;
}

a:hover {
	color: #fb6200;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.logoimg {
	position: relative;
	display: box;
	float: right;
	top:0px;
}

.short {
	float: left;
	width: 600px;
}

.style1 {
	font-size: 11.0pt;
	font-family: Calibri, sans-serif;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
	color: #fb6200;
}

.style2 {
	font-size: 11.0pt;
	font-family: Calibri, sans-serif;
	color: #fb6200;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type:disc;
}
.style3 {
	border-style: solid;
	border-width: 0px;
}


.style4 {
	font-size: x-large;
	font-family: Calibri, sans-serif;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
	color: #fe6500;
}

.style5 {
	font-size: 8.0pt;
	font-family: Calibri, sans-serif;
	color: #fb6200;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
}

.style6 {
	font-size: 11.0pt;
	font-family: Calibri, sans-serif;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
	color: #0000cf;
}

.blue {
	color: #0000cf;
}

.orange {
	color: #fb6200;
}

.black {
	color: #000000;
}

#layer1 {
	position: absolute;
	width: 155px;
	height: 100px;
	z-index: 1;
	left: 38em;
	top: 1.25em;
	text-align:center;
}

#layer2 {
        position: absolute;
        width: 155px;
        height: 100px;
        z-index: 1; 
        left: 35.5em;
        top: 1.5em;
        text-align:center;
}       

.c1 {text-align: center}

.minutes {
	list-style-type: none;
}


.officerbox {
    display:inline;
    float: left;
    width: 100%;
    height: 100px;
    margin: 10px;
    border-top: solid 2px;
    border-left: solid 0px;
    border-right: solid 0px;
    border-bottom: solid 0px;
    border-color: #000;
}

.officerbox h1 {
	text-align:center;
	font-size: medium;
}

.officer {
    clear: both;
    display: block;
    float: left;
    padding: 0px;
    border: solid 2px #000;
    margin-left: 0px;
	margin-top: -2px;
    margin-right: .25em;
    margin-bottom: .25em;
}

.drop:first-letter {
	font-size: 150%;
    float:left;
	margin-right: 4px;
	border: 1px solid #0000cf;
	margin-bottom: 4px;
	font-weight: bold;
	padding: 2px;
	color: #fb6200;
}

.underlinerow td {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 111.25em;
}
