body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
	color: black;
	font-family: Century; 
}



#sitearea{
	top: 40px;
	left: 10px;
	text-align: left;
	margin: auto;
	width: 800px;	
	margin-bottom: 10px;
	background: #ffffff;
}
#header{
	height:150px;
	width: 100%;
	font-family: Tahoma;	
}

#toplinks{
/*	left: 115px;
	top: 25px;
	width: 650px;*/
	text-align: center;
	margin-top:  30px;
	float: left;
	list-style-type: none;
	background: #ffffff;
	font-family: Tahoma;
}

#toplinks li{
	display: inline;
	background: url(images/header-bullet.gif) no-repeat 0 50%;
	padding: 0 20px 0 8px;
}

#toplinks li a:link{ 
	text-decoration: none;
	color: blue;
}

#toplinks li a:visited{
	text-decoration: none;
	color: green;
}
#toplinks li a:hover{
	color: #707170;
}
#toplinks li a:active {
	color: red;
}

#leftnav{
	float: left;
	width: 190px;
	margin-right: 0px;
	margin-bottom: 600px;
	display:inline;
	background: #fff;
}
li{
	list-style-type: none;
	display: block;
	text-align: left;
}
ul#leftnav li{
	list-style-type: none;
	display: block;
	text-align: left;
	padding: 5px 5px 2px 2px;
}

ul#leftnav li a:link{
	text-decoration: none;
	color: blue;
}

ul#leftnav li a:hover{
	text-decoration: none;
	color: #707170;
}

ul#leftnav li a:visited{
	text-decoration: none;
	color: green;
}

ul#leftnav li a:active{
	text-decoration: none;
	color: red;
}

#content{
	float: right;
	width: 500px;
	text-align: left;
	margin-left: 15px;
	padding-right: 60px;
	background: #ffffff;
}

img{
	border: 0;
	padding: 0;
}
#logo{
	float: left;
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#logo img{
	display: block;
	border: 0;
	left: 0px;
    top: 0px;
}

/*
ul#loginbar{
	bottom: 30px;
	left: 0px;
	text-align: right;
	margin: 0;
	padding: 0px 10px;
	list-style-type: none;
	background: #ffffff;
}

ul#loginbar li{
	display: inline;
	padding: 0 5px 0 8px;
}

ul#loginbar li a:link{
	text-decoration: none;
	color: blue;
}

ul#loginbar li a:visited{
	text-decoration: none;
	color: green;
}

ul#loginbar li a:active {
	color: red;
}

ul#loginbar li a:hover{
	color: #aeaeae;
}
	

*/
#footer{
		height:150px;
		width: 100%;
		font-family: Tahoma;
}

h2 {font-family: Arial;
	
}
.center{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.dmap{
	width: 350px;
	height: 350px;
	margin: 0px;
	padding: 0px;
}