@charset "UTF-8";
/* CSS Document */

.headingcol {
	color: #FF0000;
}
.body
{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	margin: 0px;
	padding: 0px;
	background : #CCCC99;
	color : #330000;
}
#page
{
	margin: auto;
	width: 600px;
	text-align: left;
	line-height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #000000;
	padding: 10px;
}
#title {
	font-size: 48px;
	color: #FF0000;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	line-height: 64px;
	padding-top: 20px;
}
#tagline {
	font-style: italic;
	color: #006600;
	text-align: center;
	font-size: 18px;
	padding-bottom: 0px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
}
#header {
	font-style: normal;
	text-align: center;
}
#navigation {
	width: 80px;
	float: left;
	
}
#navigation ul{
	list-style-type: none;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	background-color: #FFFFFF;
	color: #FF0000;
	line-height: 24px;
	padding-top: 0px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#contact {
	font-style: normal;
	text-align: right;
	position: relative;
	width: 200px;
	font-variant: normal;
	float: right;
}

#navlist a:hover
{
	color: #FFFFCC;
	background : #666633;
}

#navlist .selected
{
	color: #666633;
	background : #FFFFCC;
}
#pics
{
	text-align: center;
	word-spacing: 10px;
	white-space: normal;
	padding-right: 80px;
}
#content
{
	float: none;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

#content ul
{
	list-style-type: disc;
	padding-right: 100px;
	padding-left: 100px;
}
#content  li
{
	color: #336600;
}
#info {
	padding-left: 120px;
	padding-top: 10px;
}
#info ul{
list-style-type: disc;
}
#info a{
	color: #336600;
}

