/*Here are all the layout styles */
body {
	background-color: #FFFFCC;
	margin: 0px;
}
.imageheader {
	background-color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.headermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 16px;
	width: 100%;
	left: 0px;
	top: 100px;
	background-color: #666699;
	vertical-align: baseline;
	line-height: 14px;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	visibility: visible;
	position:relative;
	width:auto;
	min-width:120px;
	margin:166px 150px 20px 200px;
	padding:10px 10px 10px 10px;
	z-index:3;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	visibility: visible;
	position:relative;
	width:auto;
	min-width:120px;
	margin:20px 150px 20px 200px;
	padding:10px 10px 10px 10px;
	z-index:3;
}
.bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	left: 0px;
	background-color: #D2D0AA;
	width: 100%;
	visibility: visible;
	z-index: 1;
}
.pullfloat{
	position: relative;
	margin: 4px 0px 16px 20px;
	float: right;
	width: 300px;
	padding: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

#specialfloat{
	position: relative;
	background-color: #000000;
	float: right;
	width: auto;
	margin: 2px 0px 20px 50px;
	padding: 1px;
}
/*Here are all the type styles */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-indent: 30px;
}
p.opener {
	font-weight: bold;
	text-indent: 0pt;
}
p.first {
	text-indent: 0pt;
}
p.caption {
	color: #FFFFFF;
	text-indent: 0pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
p.bquote {
	text-indent: 0pt;
	padding-left: 80px;
}
p.bquotemono {
	text-indent: 0pt;
	padding-left: 80px;
	font-family: "Courier New", Courier, mono;
}
p.menu {
	text-indent: 0pt;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
}
p.bottom {
	text-indent: 0pt;
	padding: 10px;
	}

/*Big Story Title*/
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 50px;
	font-weight: bold;
}
/*Section Head*/
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
/*Special Subsection Head (In Toolbar)*/
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
/*Running Story Title Head*/
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a.bmenu:link {
	color: #3300FF;
	text-decoration: none;
}
a.bmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.bmenu:active {
	color: #3300FF;
	text-decoration: none;
}
a.bmenu:visited{
	color: #3300FF;
	text-decoration: none;
}
a.tmenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.tmenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.tmenu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.tmenu:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:hover {
	color: #3300FF;
	text-decoration: underline;
}
a:active {
	color: #3300FF;
	text-decoration: none;
}
a:visited{
	color: #3300CC;
	text-decoration: none;
}
/* Contact form */
#contact .text, #contact textarea {
	font-size:95%;
	font-family:helvetica, sans-serif;
	display:block;
	width:340px;
	margin:0 auto 10px;
	padding:4px;
	border:1px solid #333;
}
#contact {
	width:350px;
	margin:0 auto;
	padding:10px;
	font-family:helvetica, sans-serif;
	border: 0px;
}
.error {
	width: 350px;
	margin: 0 auto;
	color: #F00;
}
.sent {
	width: 350px;
	margin: 0 auto;
}
/* End Contact Form */