/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#F0F0F0;
}
a:link {
	color: #2F6C62;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F6C62;
}
a:hover {
	text-decoration: underline;
	color: #DFD0B1;
}
a:active {
	text-decoration: none;
	color: #DFD0B1;
}
#bigcontainer {
margin:auto;
width:773px;
border:solid 1px #2f6c62;
}
#container {
margin:auto;
width:773px;
border-left:solid 1px #2f6c62;
border-right:solid 1px #2f6c62;
background-color:#FFFFFF;
}

#topimg {
width:773px;
border-top:solid 4px #2f6c62;
}

#nav {
margin-top:2px;

width:773px;
background-color:#2f6c62;
height:25px;
line-height:25px;
text-align:center;
}

#nav a {
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
}

#imagecontainer {
width:773px;
height:240px;
margin-top:3px;
}

#threeimages {

width:253px;
height:220px;
float:left;
border-bottom:solid 4px #2f6c62;
margin:2.2px;
padding-bottom:2px;
padding-top:1px;
}

#contentcontainer {
width:773px;
}

#content {
width:730px;
margin:auto;
}

#footer {
width:773px;
height:20px;
line-height:20px;
background-color:#2f6c62;
color:#FFFFFF;
text-align:center;
}
