/* CSS Document */

body {
	margin-left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FFFFFF;
}
p {
	margin: 0px 0px 10px 0px;
}
p.top {
	padding-top:5px
}
h2, 
h2 a:link {
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	color:#8E3092;
	margin:22px 0px 10px 0px;
}
h3 {
	font-size:small;
	border-bottom:1px solid #BB6FBE;
	padding-bottom:3px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 250px;
}
#header {
	background-image: url(images/header-bg.gif);
	border-top:4px solid #8E3092;
	border-bottom: 2px solid #8E3092;
	height:200px;
	padding:0px;
	margin:0px;
}
#main {
	background-image: url(images/bump-txt.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
#sidepic {
	width:240px; 
	float:right; 
	text-align:center;
	font-size:x-small;
}
#text {  
	margin: 0px 245px 0px 0px; 
	padding-left:150px;
}
.bump { 
	float:left;
	clear:left;
	margin: 0px 15px 0px -150px;
	border:0px;
	padding:0px;
}
#links a:active,
#links a:link, 
#links a:visited {
	color: #8E3092;
	font-weight: bold;
}
#links a:hover {
	color: #BB6FBE;
}
a:active,
a:link, 
a:visited {
	color: #8E3092;
}
a:hover {
	color: #BB6FBE;
}
.quote {
	color:#8E3092;
	font-style:italic;
	}
ul {
	margin-top:0px;
	pdading-left:15px;
	}
li {
	padding-bottom:7px;
	}