body {
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #FFFFFF;
}

#banner {
	float: left;
	height: 120px;
	background-color: #99CC33;
	width: 100%;
}

#logo {
	float: left;
}

#phone {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 60px;
	}

#phone a:link {

	color: #FFFFFF;
	text-decoration: none;
}
#phone a:hover {
	color: #0099CC;
	text-decoration: none;
}
#phone a:visited {
	color: #666666;
	text-decoration: underline;
}
#bluebar {
	float: left;
	background-color: #0099CC;
	height: 25px;
	width: 100%;
}

#linksspace {
	color: #0099FF;
}

#links {
	float: right;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;

}
#links a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;

}
#links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}
#links a:hover {
	color: #99CC33;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}
#nullink {

	color: #CCCCCC;
	font-size: 120%;
	font-weight: bold;
}
#bluespace {
	float: left;
}

#content {
	float: left;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#content h1 {
	margin-left: 10px;
	color: #666666;
	font-size: 200%;
}
#content h2 {
	margin-left: 10px;
	color: #0099CC;
}
#content h3 {
	margin-left: 10px;
}
#content h4 {
	margin-top: 20px;
	margin-left: 10px;
}
#content p {
	margin-left: 10px;
	line-height: 130%;
}
#content li {
	margin-bottom: 5px;
}
#content a { 
color: #009933; 
text-decoration: underline;  
}

#content a:hover,
#content a:focus {
	text-decoration: underline;
	color: #0099CC;
}
.boxwide {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.boxright {
	float: left;
}
.boxleft {
	float: left;
	padding-right: 5px;
}
#banner-bot {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
	background-color: #0099CC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding-top: 20px;
}
#footer {
	float: left;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 90%;
	text-align: right;
	width: 100%;
}
#footer ul{
margin: 0;/*zeroes off the margins*/
padding: 5px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
color: #CCCCCC;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}
