body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #0000FF;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #C00000;
	color:#000000;
}

.eventLink{
	font-family:"Comic Sans MS";
	font-size: 14px;
	color: #0000FF;
	
}

.comicTypeB{
	font-family: Comic Sans MS;
	font-size: 16px;
	font-weight: bold;
}

.comicType{
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: normal;
}

.comicTypeSm{
	font-family: Comic Sans MS;
	font-size: 12px;
	font-weight: normal;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C00000;
	background-color:#FFFFFF;
	position: absolute;
	bottom:-1px;
	line-height: 26px;
	width:100%;
}

#footer a:link, #footer a:visited {
	color: #C00000;
}

#footer a:hover{
	text-decoration: underline;
	color: #0000FF;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
	color:#0000FF;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

#pagecell1{
	position:absolute;
	top: 174px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color: #C00000;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #C00000;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFF00;
	background-color: #000000;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #C00000;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 1px 0px 0px 10px;
	border-bottom: 1px ridge #FFFF00;
	border-top: 1px ridge #FFFF00;
	background-color: #990000;
}

.relatedLinks h4{
	color:#000000;
}

.relatedLinks a{
	display: block;
	color:#FFFF00;
	padding:  2px 0px 2px 0px;
}

/***********************************************/

#masthead{
	position: absolute;
	top: 150px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color:#C00000;	
}

#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	background-color: #C00000;
	border-right: 0px solid #C00000;
	border-bottom: 1px solid #FFFF00;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 200px;
	border-left: 1px solid #ccd2d2;
	background-color:#FFFFFF;
}

#content2{
	background-image:url(images/goose3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
}

.feature img{
	float: left;
}