body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #5C017E;
	background-color: #D9D8D2;
	background-repeat: repeat;
}

#container {
	padding-right: 5%;
	padding-left: 5%;
	height: 100%;
	}

#masthead {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(images/grad_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 212px;
	margin-bottom: 10px;
	}

#navbar {
	width: 100%;
	top: 150px;
	padding-top: 15px;
	text-align: center;
	height: 60px;
	position: absolute;
	z-index: 100;
	padding-left: 50px;
	padding-bottom: 20px;
	}
	
#content {
	width: 98%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-x;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	top: -10px;
	}

.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	height: 500px;
}

.feature h3 {
	color: #5C017E;
	}


#navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #53017E;
	text-decoration: none;
	height: 60px;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 15px;
}
#pagenav {
}
#pagenav img {
	clear: right;
	float: left;
	padding-left: 100px;
}



#navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #BF80F9;
	text-decoration: none;
	background-image: url(images/swirl.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 15px;
	}
#siteinfo {
	background-color: #FFFFFF;
	width: 98%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E3BBFB;
}
#siteinfo a {
	color: #333333;
	text-decoration: none;
}

#siteinfo a:hover {
	color: #666666;
	text-decoration: underline;
}
.feature li {
	list-style-type: none;
	padding-bottom: 5px;
}
.feature img {
	float: right;
	padding-right: 10%;
	clear: both;
}

.story {
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	text-align: left;
	padding-top: 10px;
	}
.story p {
	font-size: 1.5em;
}


.story img {
	padding-top: 5px;
	}

.story table {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 1em;
	}

.feature a {
	color: #53017E;
	text-decoration: none;
	}
	
.feature a:hover {
	color: #BF80F9;
	text-decoration: underline;
	}
.shortstory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	padding: 10px;
	text-align: left;
	font-weight: bold;
}
.shortstory h3 {
	color: #5C017E;
}

a {
	color: #663399;
	text-decoration: none;
}

a:hover {
	color:#8000FF;
	text-decoration:underline;
	}
	
.smalltxt {
	font-size: .8em;
}

form {
	padding-left: 100px;
}
.listul {
	text-align: left;
	}
