/*
Design by AWDS
http://www.awds.net
*/


/* Begin Header */

#header {
	margin: 0 auto;
	height: 12.38em;
}

#logo {
	/*background: url(/images/banner.jpg) no-repeat;*/
	position: absolute;
	top: .75em;
	width: 962px;
	height: 142px;
	text-indent: -9999em;
	margin: 0 0 0 1px;
}

/* End Header */

/* Begin Body */

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}

A:link {text-decoration: none; color:#FF9933;}
A:visited {text-decoration: none; color:#FF9933;}
A:active {text-decoration: none; color:#FF9933;}
A:hover {text-decoration: underline; color: red;}

#wrapper {
	text-align: left;
	margin: 5px auto;
	width: 960px;
	
}

/*#container {
	width:100%;
}*/


/* End Body */

/* Begin Menu */

#menu {
	float: left;
	width: 15.5em;
	list-style-type: none;
}

dd#menu {
	border:thick;
}

.links_title {
	margin-bottom:-1em;
	margin-left:.75em;
	font-size: 1.15em;
	font-weight:600;
}

td.office {
	text-align:center;
	font-weight:bold;
	margin-bottom: 20em;
}


/* End Menu */

/* Begin Main Page Instructions */

.hiddenText {
	padding-left: 1em;
}
.hiddenTextTitle {
	font-size:1.25em;
	font-weight:bolder;
	margin-bottom: .25em;
}

/* End Main Page Instructions */

/* Begin Content */ 

#threeColContent {
	float: left;
	width: 45%;
	margin-left: 1.25em;
	text-align:justify;
}

#twoColContent {
	float: left;
	width: 75%;
	margin-left: 1em;
	text-align:justify;
}

.pagesTitle {
	font-size: 16px;
	text-align:center;
	margin-bottom:1em;
	font-weight:bold;
}

.pagesParagraph {
	padding-bottom:1em;
}

/* End Content */

/* Begin 800x600 Content */ /* TODO These widths need to be modified once the script sensing the resolution is added. */
/*
#homeContent {
	float: left;
	width: 27%;
	margin-left: 1em;
}

#content {
	float: left;
	width: 55%;
	margin-left: 1em;
	text-align:justify;
}
*/
/* End Content */ /* TODO These widths need to be modified once the script sensing the resolution is added. */


/* Begin Council */

#rightCol {
	float:right;
	width: 19.30em;
	border:solid #FFFFFF thin;
}

td.council_h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


/* End Council */

/* Begin Content Images */

.floatright {
float: right;
margin: 0 .25em 0 1em;
}

.floatleft {
float: left;
margin: 0 1em 0 .25em;
}

/* End Content Images */



/* Begin Agenda */

.agendaTitle {
	font-size:16px;
	font-weight:bold;
}

.header {
	text-align:center;
}

.listTitle {
	font-weight:bold;
	font-size:18px;
}

ol.list {
	text-decoration:underline;
	font-weight:bold;
}

ol.list li {
	padding-bottom:1em;
}

/* End Agenda */

/* Begin Common Styles */

.odd {
	color: #CCCCCC;
}

/* End Common Styles */



/* Begin Footer */

#footer {
	clear: both;
	text-align: center;
}

/* End Footer */