/******dart website ***************/
body {
	background : #eeeeee;
	font-family: Verdana, sans-serif;
	font-size : 12pt;
	padding: 0px 0px;   
	margin: 0px 0px;
	color : #000000;  
} 

 

/***********************************************/
/* Center Div Pieces								                      */
/***********************************************/
.CentererNav {
    width: 100%;
    margin: 0px auto; 
}
.Centerer80Percent {
    width: 80%;
    margin: 0px auto;
}

.divCenterer {
	text-align: center;
}

.divBlackBackground {
	background : #000000;
	color: #ffffff; 
}
.AutoMargin {
    margin: 0px auto;
}


.divRoundedCorners {
    border-radius: 25px;
    border: 2px solid #000000; 
}

.AlignRight{
	float: right;
}

a {
	color: #0000FF; 
}
a:visited {
	color: #0000FF; 
}

a.WhiteLinks {
	color: #ffffff; 
}
a:visited.WhiteLinks {
	color: #ffffff; 
}

.council h3 {
	display: inline;
	color: #800000;
}
.council h2 {
	display: inline; 
}




.buttonWhite {    
	background-color:#ffffff;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px; 
	display:inline-block;
	color:#000000; 
	font-size:16px; 
	padding:7px 15px;
	text-decoration:none; 
    cursor: pointer; cursor: hand;
	 
   } 
.buttonWhite:active {
   border-top-color: #43140E;
   background: #43140E;
   }
.buttonBlack {    
	background-color:#000000;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px; 
	display:inline-block;
	color:#fff; 
	font-size:16px; 
	padding:7px 15px;
	text-decoration:none; 
    cursor: pointer; cursor: hand;
	 
   } 
.buttonBlack:active {
   border-top-color: #43140E;
   background: #43140E;
   }
   
   
   
   



.FooterStripe{
	height: 100px;
}

.FooterWrapper1 { 
	background: #000000;
	color: #ffffff; 
	padding: 0px 0px;   
	margin: 0px 0px; 
	width: 100%; 
	text-align: center;
	/*position:fixed;
	bottom:0;
	left:0;*/
}
.FooterWrapper1 a{  
	color: #ffffff; 
   text-decoration: none;  
}
.FooterWrapper1 a:visited{  
	color: #ffffff; 
   text-decoration: none;  
}   