.hide {display:none}

.navHide {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
}


body{
	text-align: center;
	margin : 0 auto;
	padding : 0;
	font-family : arial, helvetica, sans-serif;
}

A{
	color : #06c;
}

A:hover{
	color : #c00;
}

Address{
	margin : 0 0 0 00px;
	font-style : normal;
	color : #06c;
	font-size : 75%;
}

h1{
	font-size : 135%;	
	padding : 0;
	margin : 0 0 10px 0;
	border-bottom : 1px dashed #06c;
}


h2.menu{
	font-size : 12pt;	
	padding : 0;
	margin : 10px 0 10px 0;
	border-bottom : 1px dashed #06c;
	font-weight  : 400;
	color : black;
}

P{
	font-size : 75%;
	line-height : 16px;
	text-align : justify;
	padding : 0 0 0.8em 0;
	margin : 0 0 0 0;
	color : #333;
}

P.rss {
    text-align: left;
}

UL{
	margin-top : 0px;
}

ul li{
	font-size : 75%;
	color : #000;
	list-style : square;
}

ol li{
	font-size : 75%;
	color : #003399;
	list-style : decimal;
}

Label{
	font-size : 75%;
	color : #06c;
}
/*
* { border: 1px solid black;
    padding: 5px; }
*/
#menu{
	width : 100%;
	background-image : url(../images/menu-stripe.gif);
    background-position: bottom;
    background-color: #0066cc;
	background-repeat : repeat-x;
}

#menuClose{
	/*background-image : url(../images/menu-close.gif); */
	background-repeat : no-repeat;
	background-position : bottom right;	
}

#menuList{
    width: 100%;
	color : white;
	font-size : 75%;
	font-weight : bold;
	table-layout : auto;
    padding-top: 5px;
}

#menuList TD{
	padding : 0 0 2px 13px;
	background-image : url(../images/bullet-large.gif);
	background-repeat : no-repeat;
	background-position : 0 .5em;
	vertical-align : top;
}

#councilLogo {
	padding : 0 0 2px 13px;
	background-image : none !important;
	vertical-align : top;
}

#menuList #logo{
	margin-bottom: 10px;
}


#menuList A{
	text-decoration : none;
	color : white;
}
#menuList A:Hover{
	text-decoration : underline;
	color : #ffcc00;
}

#footer{
	width : 100%;
	background-image : url(../images/footer-stripe.gif);
	background-repeat : repeat-x;
	height : 40px;
}

#footerClose{
	background-image : url(../images/footer-close.gif);
	background-repeat : no-repeat;
	background-position : left bottom;	
	height : 40px;
	text-align : left;
}


#contentBlock{
	width : 100%;
}

#contentBlock TD{
	vertical-align : top;	
}










#columnOne{
	background-image : url(../images/footer-curve.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
	padding : 15px 10px 85px 10px;
	/*width : 20%;*/
}


#columnTwo{
	/*width : 60%;*/
	padding : 15px 0 20px 0;
}


#columnThree{
	/*background-image : url(../images/menu-curve.gif);*/
	background-repeat : no-repeat;
	background-position : top right;
	padding : 95px 10px 20px 10px;
	/*width : 20%;*/
}



#mainPad {
	margin : 0 10px 0 10px;
}







#disclaimer{
	font-size : 11px;
	color : white;
	margin : 0 0 0 25px;
	position : relative;
	top : 11px;
	display : list-item;
	list-style-image : url(../images/bullet-small.gif);
}

#disclaimer A{
	color : white;
	text-decoration : none;
}

#disclaimer A:hover{
	text-decoration : underline;
}
#breadcrumb{
	font-size : 70%;
	font-weight : bold;
	padding : 15px 10px 5px 10px;
}

#breadcrumbLine{
	height : 5px;
	background-image:url(../images/breadcrumb-line.gif);
	background-repeat : repeat-x;
	text-align : right;
	margin : 3px 0 0 0;
}

#breadcrumb UL{
	display : inline;
	margin : 0;
	padding :  0;
}

#breadcrumb UL LI{
	display : inline;
	padding : 0 0 0 17px;
	text-transform : uppercase;
	color : #0066CC;
	background-image : url(../images/breadcrumb-seperator.gif);
	background-repeat : no-repeat;
	background-position : 0 50%;
	font-size : 100%;
}

#breadcrumb UL LI.first{
	display : inline;
	padding : 0;
	text-transform : uppercase;
	background-image : none;
}

#breadcrumb UL LI A{
	color : #0066CC;
	font-weight : bold;
	text-decoration : none;
}
#breadcrumb UL LI A:hover{
	color : #0066CC;
	font-weight : bold;
	text-decoration : underline;
}



#columnOne UL{
	margin : 8px 0 8px 16px;
	padding-left: 0;
	color : #333;
}

#columnOne  LI{
	font-size : 70%;
	list-style-image : url(../images/bullet-small.gif);
	list-style-type : square;
	margin : 2px 0 2px 0px;
}

#columnOne  LI A{
	color : #333;
	text-decoration : none;
}

#columnOne  LI A:hover{
	color : #0066cc;
	text-decoration : underline;
}

#columnOne  LI LI{
	font-size : 100%;
}








#columnThree UL{
	margin : 8px 0 8px 15px;
	padding-left: 0;
	color : #333;
}

#columnThree LI{
	font-size : 70%;
	list-style-image : url(../images/bullet-small.gif);
	list-style-type : square;
	margin : 2px 0 2px 0px;
}

#columnThree LI A{
	color : #333;
	text-decoration : none;
}

#columnThree LI A:hover{
	color : #0066cc;
	text-decoration : underline;
}

#columnThree  LI LI{
	font-size : 100%;
}





.backTop{
	color : #c00;
	font-size : 70%;	
	text-align : right;
	margin-top : 20px;
	display : list-item;
	list-style-image : url(../images/bullet-back.gif);
	border-top : 1px dashed #06c;
	padding : 3px 0 0 0;
}

.backTop A{
	color : #c00;
	text-decoration : underline;
}

.backTop A:hover{
	color : black;
	text-decoration : underline;
}


#bypassNav{
	width : 100%;
	background-color : black;
	height : 1px;
}

#bypassNav IMG{
	width : 100%;
	height : 1px;
	border : none;
}

.topBorder{
	border-top : 1px dashed #06c;
}

.bottomBorder{
	border-bottom : 1px dashed #06c;
}

#columnOne H2{
	font-size : 75%;
	border-bottom : 1px solid black;
	padding : 0 5px 0 5px;
	background-color : #ffcc00;
	margin : 0 0 5px 0;
	font-weight : bold;
}


#columnThree H2{
	font-size : 75%;
	border-bottom : 1px solid black;
	background-color : #99CCFF;
	padding : 0 5px 0 5px;
	margin : 5px 0 5px 0;
	font-weight : bold;
}

a.paginationPageNumber {
    margin-right: .25em;
}

a.body {
	font-size : 100%;
	line-height : 16px;
}


.relatedH {
margin-top: 2em !important;
}


.photo{
	/*width : 140px;*/
	border : 1px solid black;
	display: block;
}

.floatRight{
	margin : 4px 0 4px 10px;
	float : right;
}

.floatLeft{
	float : left;
	margin : 4px 10px 4px 0;
}
