@charset "utf-8";
#topnav {
	float: right;
	margin-bottom: 6px;
}
#topnav #home {
	background-image: url(topnav_home_active.jpg);
}
/* CSS Document */

#homeText {
	width: 400px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 20px 20px 25px;
}
/* CSS Document */

#homeText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
	line-height: 1.4;
	margin-bottom: 20px;
}

#homeImage {
	width: 400px;
	height: 239 px;
	float: right;
	overflow: visible;
	margin: 75px 20px 20px 20px;
}

#homeText a {
	text-decoration: none;
	color: #154182;
}

#homeText ul  {
	margin: 10px 0px 10px 40px;
	font-size: 16 px;
}

#homeText a:hover {
	text-decoration: underline;
}
#homeText p.homeList {
	margin-left: 30px;
	font-style: italic;
	font-weight: bold;
}

#naviArrow {
	float: right;
	margin: 100px 20px 0px 0px;
}

/* Creative Commons logo */
#cc_logo {
position: absolute;
top: 610px;
left: 26px;
}

#cc_logo a {
border: none;
}

#cc_logo a img {
border: none;
}

