/*
CSS for Council Website
*/





body 	{font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #EFD29A; font-color: black;
	padding: 5px;
	width: 62em; 
	font-weight: normal;
	
	}


h1   {font-size: 250%; font-family: Times New Roman; font-style:normal; font-weight: normal; font-color:black; padding: 0px; }

h2 {font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal;}


p {font-family: Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal; font-color: black: padding:3px;}

table	{ cellspacing="2"; cellpadding="3";  border:="1";  border-color:white; border-style: outset; font-color: grey; font-family: Arial, Helvetica, sans-serif;
}

tr	{border: 1px;  border-color:white; cellspacing="2"; cellpadding="3";   padding: 0.2em;
	}

td	{cellspacing="2"; cellpadding="4"; font-family: Verdana, Arial, Helvetica, sans-serif; 
 	border: 1px; border-color: white;  border-style: inset;
	 padding: 0.4em;
	font-size: 100%;
	valign:center;
}

a:hover {text-decoration: none;
	color: white;
	background-color: navy; }

ul	{line-height: 150%;  }

#  
#     div.padded {  
#       padding-top: 10px;  
#       padding-right:10px;  
#       padding-bottom:10px; 
#       padding-left: 10px; 
#     }  
