/* Kiwanis Club of Portsmouth CSS document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #9B7630;
	margin: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #002E55;
	line-height: 125%;
}
.inactivelink {
	color: #999999;
}
.important {
	font-weight: bold;
	color: #002E55;
}
.newsitemimage {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#newstable td {
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #002E55;
	padding-top: 20px;
}
#surround {
	width: 100%;
}
#container {
	background-color: #FFFFFF;
	width: 100%;
	border: thin solid #002E55;
}
#logo {
	padding: 40px;
	float: left;
}
#headertext {
	float: right;
	text-align: right;
	width: 400px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#sloganbar {
	clear: both;
	background-image: url(../images/layout/sloganbar.jpg);
	height: 15px;
}
#sidebar {
	font-weight: bold;
	color: #999999;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#sidebar a {
	color: #002E55;
}
#maincontent {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#pageimage {
	text-align: center;
	float: right;
	width: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pageimage {
	text-align: center;
	float: right;
	width: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
}
li {
	list-style-image: url(../images/bullet.gif);
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#copyright {
	text-align: center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

