/* CSS Document */
body {
	background: #ffffff url(img/bgbottom.jpg) bottom left repeat-x;
	margin:0px;
	padding:0px;
	}
	
#main {
	background: url(img/bgtop.jpg) top left repeat-x;
	padding-bottom:25px;
	}

#header {
	background:#ffffff;
	height:140px;
	width: 680px;
	margin:0px auto;
	
}


#content {
	background: url(img/white.gif) top left repeat-x;
	height: 200px;
	width: 680px;
	margin: 5px auto;
}

#headermenu {
	background: url(img/graybars.gif) top left repeat-x;
	height: 18px;
	width: 680px;
	margin: 0px auto 16px auto;
	text-align:right;
}

.headerlink {
	margin,padding:0px;
	margin-right:10px;
	margin-left:30px;
	
}

.homelink {
	margin,padding:0px;
	margin-right:240px;
	margin-left:40px;
	
}



#menu{
	height: 200px;
	width: 110px;
	margin: 5px 10px;
	padding-right: 15px;
	border-right: 1px solid #dcdcdc;
	float:left;
}

#info {
	height: 300px;
	margin:10px;
}

.headline {
	font: bold 14px Georgia,Times New Roman, Serif;
	color:black;
}

p {
	font: 12px Georgia,Times New Roman, Serif;
	color: #555555;
}

#footer {
	clear:both;
}

#urlforprinting {
	display:inline;
}

