/*CSS  for Estelle Fennel for Supervisor*/
/*27 November 2007*/ 
/*CSS by bobbiwisby.com*/




*{margin:0; padding:0;}



body {
	margin: 0;
	padding: 0;
	border: 0;	
 	background: white;	   
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	}
	

	/* WRAPPER */

div#wrapper {
		background: transparent; 
		width: 800px; 
		margin: 20px auto;	
		color: #333;
		/*border: 1px solid #0055A4;	*/		 
		}
	

 	
	
			/* Links and Headings */

 
a, a:link {
	color: #0055A4;	 
	text-decoration: none;
	display: inline;
	}

a:hover {
	text-decoration: underline;
	color:  #D2232A;
	display: inline;
	}



	/*  Main Content  */


#maincontent { 
	width: 760px;		
	padding: 8px 10px 0 20px;
	text-align: left;			 
	float: left;
	}

		/*play with font sizing*/

#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
margin-bottom: 10px;
	}

#maincontent img { 
	border: 1px black solid; 
	padding: 3px; 
	margin: 5px;
	}

#maincontent h1 {
	font-family: georgia, verdana, times;
	font-size: 17pt;		 
	font-weight: 300;
	color: #0055A4;		/*#D2232A; */
	margin: 8px 0 6px 0;
			/*text-decoration: underline;*/
	}


#maincontent h2 {
	font-family: georgia, verdana, times;
	font-size: 15pt;		 
	font-weight: 300;
	color: #0055A4;		/*#D2232A; */ 
	margin: 8px 0 6px 0;
			/*text-decoration: underline;*/
	}

#maincontent h3 {
	font-family: georgia, verdana, times;
	font-size: 13pt;		 
	font-weight: 300;
	color: #0055A4;		/*#D2232A; */
	margin: 8px 0 6px 0;
			/*text-decoration: italics;*/		/*underline;*/
	}


#maincontent h4 {
	font-family: georgia, verdana, times;
	font-size: 11pt;		 
	font-weight: 300;
	color: #0055A4;		/*#D2232A; */
	margin: 8px 0 6px 0;
			/*text-decoration: italics;*/		/*underline;*/
	}




#maincontent ul li {
	list-style-type: square;
	}

#maincontent ul {
text-align: left;
}

#maincontent li {
list-style-type: square;
color:  #0055A4;		/*#D2232A; red*/
}



		/* BOTTOM NAV */

#bottomnav {
clear: both;
	font-family: verdana, times, helvetica, serif;
	font-size: 12px;
	background-color: white;	/*#a3d3ff;*/					 
	width: 760px; 
	height: 30px; 
	border-top: 1px solid #fff;
	}


#bottomnav ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
	}

#bottomnav li {
	display: inline;
	}

#bottomnav a {
	padding: 5px 15px;
	text-decoration: none;
	font-weight: 600;
	color: #0055A4;		/*white;*/
	}

#bottomnav a:hover {
	text-decoration: underline;
	color:  #D2232A;
	}


	/* the usual */

.center {
	text-align: center;
	}

.justify {
	text-align: justify;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}


.red {
	color: #D2232A;
	}
 


.tiny {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	}

.strong {
	font-weight: 600;
	}


 













 
 
 
 

	 
	 
 


 

 