@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ac956d;
}

img {
border-color:black;
}

a:link, a:visited {
color:#001e81;
text-decoration:none;
}

H1 {
margin-top:0px;
color:#001e81;
}

.header {
margin:0 auto;
height:219px;
background-image:url(images/headerback.jpg);
}

.middleblock {
background-color:#ebd392 !important;
margin:0 auto;
}

.footer {
padding-top:20px;
height:40px;
background-image:url(images/footerback.jpg);
}

.contentset {
margin:0 auto;
width:900px;
text-align:left;
}

.menu {
width:625px;
float:right;
margin-top:100px;
height:25px;
border-bottom:solid 2px #001e81;
text-align:right;
}

.phonenumber {
width:450px;
float:right;
margin-right:50px;
margin-top:10px;
height:25px;
text-align:right;
color:#990000;
}

.menu a:link, .menu a:visited {
font-size:18px;
color: #001e81;
text-decoration:none;
margin-left:20px;
}

.menu a:hover {
color:white;
}

.content {
padding:20px;
float:right;
width:572px;
}
