/*
a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover {
	color: #00F;
}
a:active {
	font-size: 100%;
	color: red;
	text-decoration: underline;
}*/

h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}

a {
   outline: none;
}

/*hr{
	color:#97AABD;
	background-color: #97AABD;
	height:1px;
	border:none;
}*/

hr {
	border: none 0;
	border-top: 1px solid #97AABD;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	text-align: center;
	}

	
td#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
td#footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
td#footer a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
td#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}




/*a:link {
}
a:visited {
}
a:hover {
}
a:active {
	font-size: 100%;
}*/


/*	
td#mainContent a:link {
	color: #3450AF;
	text-decoration: none;
	font-weight: bold;
}
td#mainContent a:visited {
	color: #3450AF;
	text-decoration: none;
	font-weight: bold;
}
td#mainContent a:hover {
	color: #3450AF;
	font-weight: bold;
	text-decoration: underline;
}
td#mainContent a:active {
	color: #3450AF;
	text-decoration: none;
	font-weight: bold;
}
*/
table.maintable {
	width:570px;
	align:center;
	color: #333;
	font-size: 12px;
}

table.dirtable {
	width:570px;
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

table.dirtable td 
{
	color:#000;
	font-size: 12px;
	vertical-align: top;
	background-color: #FFFFE6;
}

.namelist 
{
	text-align: center;

}

/*table.dirtable a
{
	font-size: 12px;
	background-color: #FFFFE6;
}*/


table.dirtable tr
{

}

table.dirtable a:link, table.dirtable a:visited, table.dirtable a:active{
	color: #3450AF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFE6;
} 

table.dirtable a:hover {
	color: #3450AF;
	text-decoration: underline;
	font-size: 12px;
	background-color: #FFFFE6;
	font-weight: bold;
}


body  {
	margin: 10 0 0 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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #58728C;
}
.twoColFixLtHdr #container {
	width: 770px;
	margin: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	padding: 0 0 0 0px;
	left: auto;
	clip:  rect(auto auto auto auto);
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	min-height: 600px;
	color: #333;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #999;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent h1 {
	color:#58728c;
	font-family:Georgia, Serif;
	font-size:22px;
	display:block;
	padding:3px;
	font-weight:bold;
	font-style:normal;
	font: Georgia;
	text-align: center;
}


.twoColFixLtHdr #mainContent h2 {
	color:#475B70;
	font-family:Georgia, Serif;
	font-size:18px;
	display:block;
	padding:3px;
	font-weight: normal;
	background-color: #F8E6A7;
}
.twoColFixLtHdr #mainContent h3 {
	color:#333;
	font-size:15px;
	display:block;
	padding:3px;
	font-style:normal;
	font: Arial;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 145px;
	background: #999999;
	/*padding: 0px 0px 0px 5px;*/
/*	font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: small;*/
	color: #FFF;
	max-width: 145px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 160px;
	padding: 0 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-color:#333333;
	color: #333333;
	background-color: #FFF;
	width: 598px;
} 

/*.twoColFixLtHdr #mainContent td {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}*/

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited, .twoColFixLtHdr #mainContent a:active{
	color: #3450AF;
	text-decoration: none;
	font-weight: bold;
} 

.twoColFixLtHdr #mainContent a:hover {
	color: #3450AF;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

.redboldtext {
	color: #FF0000;
	font-weight: bold;
}

.lineindent {
	text-indent:50px;
	text-align: left;
}

.readmore {
	color: #4B6278;
	font-weight: bold;
	font-size:9px;
	font-style: italic;
}


/*.twoColFixLtHdr #mainContent a.link{
	margin: 0 0 0 0px;
	padding: 0 0 0 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-color:#0000FF;
	color: #0000FF;	
	text-decoration:underline;	
} */

.twoColFixLtHdr #footer {
	padding: 0 0px;
	background-color:#999;
	width: 763px;
} 
.twoColFixLtHdr #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: 9px;
	color: #006;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:active, .twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:hover {
	text-decoration:underline;
}


.twoColFixLtHdr #horiz {
	padding: 0 0px;
	background-color:#999;
	width: 598px;
	margin-left: 160px;
} 
.twoColFixLtHdr #horiz 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;
}

.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;
}
;


table.meetings
		{
	/*	background-color: #58728C;*/
	border-width: 1px solid;
	font-size: 12px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
		}
		
table.meetings tr
		{
	border-bottom: 1px solid;
	border-bottom-color: #58728C;
	border: 1 px solid;
		}

td.mtgdate
		{
	background-color: #FFFFE6;
	padding: 2px 5px;
	border: 1px solid #58728C;
	text-align: left;
		}
		
/*td.mtgdate
		{
	background-color: #FFFFE6;
	padding: 2px 5px;
	border: 1px solid #FFFFE6;
		}
		
td.mtgdoc
		{
	background-color: #FFFFE6;
	padding: 2px 5px;
	border: 1px solid #FFFFE6;
		}*/

td.mtgdoc
		{
	background-color: #FFFFE6;
	padding: 2px 5px;
	border: 1px solid #58728C;
	text-align: left;
		}


DIV.pageTitle {
	color:#58728C;
	font-family:Georgia, Serif;
	font-size:18pt;
	display:block;
	padding:3px;
	font-weight:bold;
	font-style:normal;
	font: Georgia;
	text-align: center;
}

DIV.pageSubtitle {
	color:#333333;
	font-family:Arial,Sans-Serif;
	font-size:14pt;
	display:block;
	padding:3px;
}
.twoColFixLtHdr #container #mainContent div p .pageTitle {
	font-weight: bold;
	color: #58728C;
}
#container #mainContent div p .pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent div p .pageSubtitle .pageSubtitle {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}
/*.twoColFixLtHdr #container #mainContent table tr {
	color: #333;
	font-size: smaller;
}*/

table.menubar
{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-color: #CCCCCC;*/
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #FFF;
	max-width: 140px;
}

table.menubar tr 
{
	max-width: 140px;
}

table.menubar td 
{
	text-align: left;
	border: 1px none #fff;
	display: block;
	cursor: pointer;
	background-color: #999;
	text-decoration: none;
/*	height: 20px;*/
	vertical-align: middle;
	padding: 0.5em 0.75em;
/*	padding: 6px 6px 6px 6px;
	padding: 0.5em 0.75em;
	padding-left: 10px;*/
}

table.menubar td.h1
{
	text-align: left;
	/*	border-bottom: 2px #fff solid;*/
	font-size: 14px;
	padding-left: 2px;
	color: #006
} 


table.menubar a:link, table.menubar a:visited,table.menubar a:active
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

table.menubar a:hover
{
	color: #F2CF5B;
}

#button {
	width: 145px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
		margin: 0;
		}

#button li a {
	display: block;
	padding: .5em .75em 5px 0.5em;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #999;
	/*		color: #fff;*/
		text-decoration: none;
	width: 100%;
	/*		font-weight:bold;*/
		
	font-size: 14px;
	/*	padding-left: 2px;*/
	color: #006
	}
	
#button li h1 {
	display: block;
	padding: .5em 5px 5px 0.5em;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #999;
	/*		color: #fff;*/
		text-decoration: none;
	width: 100%;
	/*		font-weight:bold;*/
		
	font-size: 14px;
	/*	padding-left: 2px;*/
	color: #006;
	font-weight:normal;
	}

html>body #button li h1 {
		width: auto;
		}

/*#button li a:hover {
	color: #F2CF5B;
		}*/
		
#button ul li ul li a {
	display: block;
	padding: 5px .75em 5px 0.5em;
	border-left: 10px solid #999;
	border-right: 2px solid #999;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
	font-size:100%;
	}

html>body #button ul li ul li a {
		width: auto;
		}

#button ul li ul li a:hover {
	color: #F2CF5B;
		}

/*table.menubar a
{
	display: block;
	cursor: pointer;
	background-color: #999;
	text-decoration: none;
	padding: 0.5em 0.75em;*/

table.topmenu
{
	border-collapse:collapse;
	border-width:0;
	border-color:#999;
	width:598px;
	height:1px;
	font-family:Verdana, Geneva, sans-serif;
}

table.topmenu td 
{
	border-style:none;
	border-color:#E2E2E2;
	vertical-align:middle;
	background:#999;
	color:#fff;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0.25em 0.25em;
	
}


table.topmenu a:link, table.topmenu a:visited
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

table.topmenu a:hover
{
	color: #F2CF5B;
}
