html, body{
	height: 100%;
	text-align: center;	
	font: 12px Calibri, Verdana, Helvetica;
	color: #000;	
	background: #c0c0c0;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

.list{
	margin: 10px 10px 10px 50px;	
}


p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header{
	height:	167px;
}

#wrap {
	width: 799px;
	min-height: 100%;
	margin: 0 auto -103px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	text-align: left;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #FFFFFF;
	background-image: url('../images/border.jpg');
	background-repeat: repeat-y;
}
#nav {
	height: 149px;
}

#top_bar {
	border-spacing: 0;	
}

#top_bar_right{
	background: white;
	vertical-align: top;
	width: 220px;
}

#top_bar_center {
	vertical-align: top;
	text-align: center; 
}

#docs{
	margin-top: 20px;
	background: #dedada;
	border-color: #BBBBBB;
	border-width: 2px;
	border-style:solid;
	padding : 10px;	
}

#docs li{
	margin-left : 20px;
}

#docs a{ 
	text-decoration: underline;
	color : #555555;
}

A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#pdfimg {
	position: relative;
	float: right;
	top: -25px;
}

.title {	
	margin: 10px;	
}

#content {
	width: 700px;
	margin: 0 auto;
	padding: 30px 10px 103px 40px;
}
	#content .menu {
		margin: 0;
		display: block;
		text-align: center;
	}
		.valid {margin: 0;}

		
#map {	
	padding-right: 30px;
}		
#footer {
	position:absolute;
	bottom: 0;
	height: 103px;			/* Height of the footer */
	width: 799px;	
	text-align: center;
	line-height: 103px;
	background: #FFFFFF;
	background-image: url('../images/border.jpg');
	background-repeat: repeat-y;
}