a:link {
	color:#3366FF;	text-decoration:none;}


a:visited {	color:purple;	text-decoration:none;}

	a:hover {	color: #FFFFFF;	text-decoration:underline;
	background: #3366FF;
	}

a img {	border-width:0;}

.address
{	margin-left:10px;
	top: 25px;
	}

body{	background: #FFFFFF;	margin-left: 10;	padding: 0;
	height: 100%;
	color: #000000;
	}

.cap{	float: left;	width: auto;	font-size: 62px;	line-height: 51px;	font-weight: normal;	font-family: georgia, times;}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #83a5be;
color: #fff;
}

