A {
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	color: #004A42;
	font-weight: normal;
	text-decoration: underline;
}
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}

body p{
font-size: 70%;
}

p.phone {
margin: 0px 0 0;
text-align:center;
font-size: 120%;
color:#003366;
font-weight:600;
}

p.phone a:hover{
text-decoration: none;
}


h1 {
	color: #666;
	font-family: 'trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
        letter-spacing: 3px;
        text-align:center;
        font-size: 1.2em;
		margin-bottom: 0px;
}


.menu p {
	color: #666;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2pt;
	border-top: 1px solid #ccc;
	padding: 2px;
	margin-top: 150px;
}

	 
.menu a {
	color: #666;
	font-weight: 700;
	text-decoration:none;
	letter-spacing: 2pt;
	text-align: center;
	font-size: 95%;
	}


.menu a:hover {
    color: #004A42;
	text-decoration:underline;
	font-weight: 700;
}



img.floatleft {
float: left; 
clear:left;
margin: 5px 10px 5px 0;
}

img.floatright {
float: right; 
clear:right;
margin: 5px 0px 5px 10px;
}

.windowright{
width: 200px;
padding:10px;
border: 1px solid #ccc;
font-size: 65%;
background-color: #ffc;
float: right; 
clear:right;
margin: 5px 0px 5px 10px;
}

.windowleft{
width: 160px;
padding:10px;
border: 1px solid #ccc;
font-size: 65%;
background-color: #ffc;
float: left; 
clear:left;
margin: 5px 10px 5px 0;
}	