body {
	padding:0px;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#434343;
}
a:focus {
 outline:none;
}
a {
	color:#434343;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#6D808D;
}
h1 {
	margin:0 0 0 9px;
	padding:10px 0 0 0;
	color:#434343;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
h2 {
	margin:0 0 0 9px;
	padding:10px 0 0 0;
	color:#434343;
	text-align:left;
	font-size:14px;
}
h3 {
	margin:0 0 0 9px;
	padding:0 0 0 0;
	color:#434343;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:10px 9px 5px 9px;
	padding:0px;
	text-align:left;
}
td {
text-align:right;	
}
/*----------------PAGE DIVISIONS----------------*/
#page {
	width:976px;
	margin:0px auto;
}
#page_TOP{
	width:976px;
	height:8px;
}
#page_MIDDLE {
	width:976px;
	min-height:8px;
}
#page_BOTTOM{
	width:976px;
	height:8px;
}
#break {
	clear:both;	
}
/*----------------PAGE EDGES----------------*/
#border_TL {
	background:url(../img/edge/border_TL.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	float:left;
	display:block;
}
#border_T {
	background:url(../img/edge/border_T.png);
	background-repeat:repeat-x;
	width:960px;
	height:8px;
	float:left;
	display:block;
}
#border_TR {
	background:url(../img/edge/border_TR.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	float:left;
	display:block;
}
#border_L {
	background:url(../img/edge/border_L.png);
	background-repeat:repeat-y;
	width:8px;
	float:left;
	display:block;
}
#border_R {
	background:url(../img/edge/border_R.png);
	background-repeat:repeat-y;
	width:8px;
	float:left;
	display:block;
}
#border_BL {
	background:url(../img/edge/border_BL.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	float:left;
	display:block;
}
#border_B {
	background:url(../img/edge/border_B.png);
	background-repeat:repeat-x;
	width:960px;
	height:8px;
	float:left;
	display:block;
}
#border_BR {
	background:url(../img/edge/border_BR.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	float:left;
	display:block;
}
/*----------------TOP NAVIGATION--------------*/
#topNav {
	width:960px;
	height:33px;
	margin:3px 0 0 0;
}
#topNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topNav li {
	position:relative;
	width:120px;
	height:33px;
	float:left;
}
#topNav li a{
	background:url(../img/nav/btnTopNav.png);
	width:120px;
	height:33px;
	line-height:33px;
	color:#4e4e4e;
	text-decoration:none;
	text-align:center;
	display:block;
}
#topNav li a:hover {
	background-position:120px;
	color:#332e2e;
}
#topNav li#left a {
	background:url(../img/nav/btnTopNavLeft.png);
	width:120px;
	height:33px;
	line-height:33px;
	color:#4e4e4e;
	text-decoration:none;
	text-align:center;
	display:block;
}
#topNav li#left a:hover {
	background-position:120px;
}
#topNav li#right a {
	background:url(../img/nav/btnTopNavRight.png);
	width:120px;
	height:33px;
	line-height:33px;
	color:#4e4e4e;
	text-decoration:none;
	text-align:center;
	display:block;
}
#topNav li#right a:hover {
	background-position:120px;
}
#subMenu {
	position:absolute;
	top:30px;
	left:-3px;
	width:346px;
	height:300px;
	display:none;
}
#topNav li #subMenu:hover {
	display:block;	
}
#topNav #subMenu a {
	background:none;
	width:149px;
	height:33px;
	line-height:33px;
	color:#4e4e4e;
	text-decoration:none;
	text-align:left;
	text-indent:15px;
	display:block;
	margin-top:1px;
	border-bottom:1px dashed #cfcdcd;
}
#topNav #subMenu a:hover {
	background:#EFEFEF;
	border-bottom:1px dashed #cfcdcd;
}
#topNnav li a .hoverness{
	display:block;
}
#subNav {
	width:346px;
	min-height:1px;
}
#subNavL {
	background:url(../img/subNav/subNavL.png);
	background-repeat:repeat-y;
	width:2px;
	height:240px;
	display:block;
	float:left;
}
#subNavC {
	background:#fff;
	width:340px;
	height:240px;
	border-left:1px solid #cecdcd;
	border-right:1px solid #cecdcd;
	color:#5e5e5e;
	float:left;
}
#subNavR {
	background:url(../img/subNav/subNavL.png);
	background-repeat:repeat-y;
	width:2px;
	height:240px;
	display:block;
	float:right;
}
#subNavC h3 {
	margin:10px 0 10px 0;
	padding:0px;
	font-size:18px;
	text-align:left;
	text-indent:15px;
	color:#1395CA;
}
#subNavC ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	font-size:12px;	
}
#subNavC li {
	background:none;
	float:none;
	padding:0 0 0 10px;	
}
#SubNavMenu {
	width:340px;
	min-height:1px;
	margin-top:10px;
}
#subNavMenuL {
	width:169px;
	min-height:1px;
	border-right:1px solid #cfcdcd;
	float:left;
}
#subNavMenuR {
	width:152px;
	min-height:1px;
	float:left;
	margin:9px;
	text-align:center;
}
#subNavMenuR img {
	border:1px solid #cecdcd;
}
#subNavGovernmentFooter {
	background:url(../img/subNav/subGovernment.png);
	width:346px;
	height:48px;
	display:block;
}
#subNavDepartmentFooter {
	background:url(../img/subNav/subDepartment.png);
	width:346px;
	height:48px;
	display:block;
}
#subNavInformationFooter {
	background:url(../img/subNav/subInformation.png);
	width:346px;
	height:48px;
	display:block;
}
#subNavPublicformsFooter {
	background:url(../img/subNav/subPublicforms.png);
	width:346px;
	height:48px;
	display:block;
}
/*----------------PAGE BOXES------------------*/
#row {
	padding:0px;
	margin:0px;
}

#boxTL {
	background:url(../img/box/topL.png);
	width:13px;
	height:31px;
	display:block;
	float:left;
}
#boxT {
	background:url(../img/box/topC.png);
	background-repeat:repeat-x;
	width:131px;
	height:31px;
	line-height:31px;
	font-size:12px;
	font-weight:bold;
	color:#4e4e4e;
	display:block;
	float:left;
}
#boxTR {
	background:url(../img/box/topR.png);
	width:13px;
	height:31px;
	display:block;
	float:right;
}
#boxL {
	background:url(../img/box/midL.png);
	background-repeat:repeat-y;
	width:3px;
	height:206px;
	display:block;
	float:left;
}
#boxC {
	width:151px;
	min-height:206px;
	display:block;
	float:left;
	color:#5e5e5e;
	text-align:left;
}
#boxC ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#boxC li {
	width:151px;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #cecdcd;
	text-indent:25px;
}
#boxC li a{
	width:151px;
	height:33px;
	display:block;
}
#boxC li a:hover {
	color:#333;
	background:#EFEFEF;	
}
#boxR {
	background:url(../img/box/midR.png);
	background-repeat:repeat-y;
	width:3px;
	height:206px;
	display:block;
	float:right;
}
#boxBL {
	background:url(../img/box/botL.png);
	width:13px;
	height:13px;
	display:block;
	float:left;
}
#boxB {
	background:url(../img/box/botC.png);
	background-repeat:repeat-x;
	width:131px;
	height:13px;
	float:left;
	font-size:14px;
}
#boxBR {
	background:url(../img/box/botR.png);
	width:13px;
	height:13px;
	display:block;
	float:right;
}
/*----------------DIFFERING BOXES-------------*/
/*-----Quick Links-------*/
#boxLQ {
	background:url(../img/box/midL.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:left;
}
#boxRQ {
	background:url(../img/box/midR.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:right;
}
#boxCQ {
	width:151px;
	display:block;
	float:left;
	color:#5e5e5e;
	text-align:left;
}
#boxCQ ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#boxCQ li {
	width:187px;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #cecdcd;
	text-indent:25px;
}
#boxCQ li a{
	width:187px;
	height:33px;
	display:block;
}
#boxCQ li a:hover {
	color:#333;
	background:#EFEFEF;	
}
/*-----Poll-------*/
#boxLP {
	background:url(../img/box/midL.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:left;
}
#boxRP {
	background:url(../img/box/midR.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:right;
}
#boxCP {
	width:151px;
	display:block;
	float:left;
	color:#5e5e5e;
	text-align:left;
}
#boxCP ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#boxCP li {
	width:187px;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #cecdcd;
	text-indent:25px;
}
#boxCP li a{
	width:187px;
	height:33px;
	display:block;
}
#boxCP li a:hover {
	color:#333;
	background:#EFEFEF;	
}
/*-----Main Content-------*/
#boxLM {
	background:url(../img/box/midL.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:left;
}
#boxRM {
	background:url(../img/box/midR.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:right;
}
#boxCM {
	width:594px;
	display:block;
	float:left;
	color:#5e5e5e;
	text-align:left;
	font-size:14px;
}
#boxCM img {
	border:2px solid #888282;
	text-align:center;
	margin:10px;
}
/*-----Mayors RSS-------*/
#boxLR {
	background:url(../img/box/midL.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:left;
}
#boxRR {
	background:url(../img/box/midR.png);
	background-repeat:repeat-y;
	width:3px;
	display:block;
	float:right;
}
#boxCR {
	width:151px;
	display:block;
	float:left;
	color:#5e5e5e;
	text-align:left;
	font-size:14px;
}
#boxCR ul {
	list-style:none;
	margin:0px;
	padding:0 10px 0 10px;
}
#boxCR li {
	font-weight:0px;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
	border-bottom:1px solid #cecdcd;
}
#boxCR li a {
	font-size:12px;
	font-weight:none;
}
/*----------------PAGE CONTENT----------------*/
#page_CONTENT {
	width:960px;
	float:left;
	display:block;
}
#header {
	background:url(../img/headers/header.png);
	background-repeat:no-repeat;
	width:960px;
	height:140px;
	display:block;
	text-align:right;
	font-size:25px;
	color:#1f4477;
}
#mainContent {
	width:960px;
	margin:5px 0 0 0;
}
#colA {
	width:193px;
	float:left;
	display:block;
}
#colB {
	width:600px;
	float:left;
	display:block;
	margin:0 5px 0 5px;
}
#colBWide {
	width:762px;
	float:left;
	display:block;
	margin:0 0 0 5px;
}
#colC {
	width:157px;
	float:left;
	display:block;
}
#colA #boxT,#colA #boxB {
	width:167px;	
}
#colA #boxC,#colA #boxC li,#colA #boxC li a{
	width:187px;
}
#colB #boxT,#colB #boxB {
	width:574px;
}
#colB #boxC {
	width:574px;
	padding:0 10px 0 10px;
}
#footer {
	padding-top:5px;
}