body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(img/background.gif);
}
#masthead {
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	background-image: url(img/bowheader.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 866px;
	position: relative;
	z-index: 12;
}
#wrapper {
	width: 867px;
	margin: 0 auto;
	background-color: #FFF;
}
#center {
	width: 867px;
	position: relative;
	z-index: 15;
}
#home #center {
	background-image: url(img/splash.jpg);
	background-repeat: no-repeat;
	background-position: 7px top;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
}
#home #center .content {
	padding-top: 462px;
}
#masthead .content {
   padding: 12px 20px;
   font-size: .8em;
   letter-spacing: .35em;
}
#footer .content {
   padding: 12px 20px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
#mainmenu {
	position: absolute;
	z-index: 200;
	width: 860px;
	left: 8px;
	top: 140px;

}
#likebutton {
	height: 55px;
	width: 180px;
	position: absolute;
	z-index: 9999999;
	top: 22px;
	left: 666px;
}
#center a:link, #center a:visited {
	color: #5991C8;
}

#center a:hover {
	color: #900;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
   color: #000000;
   border-left: 6px solid #FFFFFF;
   padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
   border-color: #000000;
}
#footer a:link, #footer a:visited {
	color: #69C;
}
#footer a:hover {
	color: #900;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color: #B1E159;
}
h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #A8D37C;
}
h3 {
   font-size: 1.25em;
   margin: 30px 0 0 0;
}
h4 {
   font-size: 1.1em;
   margin: 20px 0 0 0;
}
.nomargintop {
   margin-top: 0;
}

.content p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.3em;
	color: #4E4E4E;
}
.nomargin p {
	padding: 0px;
	margin: 0px;
}
.nomargin td {
	padding-left: 10px;
}
.imageborder {
	border:8px solid #E4E4E4;
}
a:hover .imageborder  {
	border:8px solid #FFE6CC;
}
.largegreen {
	font-size:20px;
	color:#A8D37C;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.largegreen a:link, .largegreen a:visited {
	color:#CF0 !important;
}
.largegreen a:hover {
	color:#900;
}
.infodiv {
	background-color:#A1C7EE;
	padding: 5px;
	border: 1px solid #7DB3E8;
	width: 380px;
	height: 530px;
}
.infodiv p {
	margin-top: 14px;
	margin-bottom: 2px;
	color: #FFF;
	font-weight: bold;
}
.infodiv h2 {
   margin-top: 4px;
   margin-bottom: 4px;
}
.floatright { 
	float:right;
	margin-left: 10px;
}
.redext { font-weight:bold; color:#C30; }
.lightgray {
	color:#B0B0B0;
}
.lightgrayBG {
	background-color: #f6f6f6;
}

.moviediv {
	padding: 20px;
	background-color: #f6f6f6;
}
.moviediv h1 {
	font-size: 24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#errormessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 300px;
   width: 480px;
   left: 200px;
   top: 0px;
   text-align: center;
   padding: 30px 16px 16px;
   color: #ff0000;
}
#thankmessage {
   background-color: #FFFFD9;
   border: 2px outset #000066;
   position: absolute;
   height: 550px;
   width: 480px;
   left: 200px;
   top: 0px;
   padding: 30px 16px 16px;
   color: #000;
}
#thankmessage a, #thankmessage a:link { color: #0000ff; }
#thankmessage h2 { color: #009900; margin-top: 0px; }
#thankmessage h1 {
	color: #069;
	margin-top: 0px;
}
form p {
   font-size: 0.9em;
   margin: 0px;
   padding: 0px;

}
.uhoh {
   font-size: 1.2em;
   font-weight: bold;
   color: #993333;
}
.check {
   height: 1px;
   position: absolute;
   width: 120px;
   left: -1600px;
   top: -1500px;
}
.td-align-right {
	text-align:right;
	padding-right: 12px;
}
.emphasize {
	font-weight:bold;
	color: #900;
	text-decoration: underline;
}

