/* The Voyager Program Style Sheet by Jason Nelson / Visual Adventures, www.visualadventures.com  */

body {
		background-color: #ffffff;
		background-image: url(images/background.jpg); /* sets the background for whole page  */
		margin: 0px; padding: 0px;
}

#leftMargin {
	background:transparent url(images/leftSide.jpg) repeat-x right top;
	height: 224px;
}
#rightMargin {
	background:transparent url(images/rightSide.jpg) repeat-x left top;
	height: 224px;
}
	
#pageframe {
		width:700px;
		margin:0px; padding:0px;
}
	
#firstrow, #secondrow, #thridrow{
		width: 700px;
		padding:0px; margin:0px;
		}
#firstrow{
		height: 156px;
	}
#secondrow{
		height: 33px;
	}
	
#thirdrow{
	background-image:  url(images/body.jpg);
	background-repeat: repeat-y;
	display: block;
	float:left;
	height: 75px;
	position: relative;
}


#fourthrow{
	background-image:  url(images/body.jpg);
	background-repeat: repeat-y;
	display: block;
	float:left;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	width: 620px;
}
#image{
	display: block;
	float:left;
	position: static;
	margin-right: 15px;
	border:10px solid #fed144;
}
#imageRight{
	display: block;
	float:right;
	position: static;
	margin-left: 15px;
	border:10px solid #fed144;
}

#footer {
	width: 700px;
	height: 123px;                            /* height of the footer row  */
	background-image:  url(images/footerImage.jpg);  /* footer image goes here  */
	background-repeat: no-repeat;
	display: block;
	float:left;
}
.imageborder{
	border:10px solid #fed144;
	margin: 0px 5px 5px 5px
}

.programlist_group {background-color:#fcd854; width:620px; position:relative; float:left; margin:0px 0px 20px 0px; padding-bottom:10px;}
.programlist_left {position:relative; float:left; width:150px; margin:10px 25px 20px 10px; }

.programlist_left img {border:8px solid #009818;}
.programlist_right {position:relative; float:left; width:430px; margin:10px 0px 10px 0px;}
		
h1 {
		font-size:14px;
		padding-top:10px;
}

p a:link{
	color: #FF0000;
	text-decoration: underline;
	}
p a:visited{
	color: #FF0000;
	text-decoration: underline;
	}

p a:hover{
	color: #FF0000;
	text-decoration: none;
	}
p a:active{
	color: #FF0000;
	text-decoration: underline;
	}	
#contentheader h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h2 a:link{
	color: #0000FF;
	text-decoration: underline;
	}
h2 a:visited{
	color: #0000FF;
	text-decoration: underline;
	}
h2 a.:active{
	color: #0000FF;
	text-decoration: underline;
	}
h2 a:hover{
	color: #660066;
	text-decoration: none;
	}
#fourthrow h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #324267;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #324267;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.eventHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	font-style: normal;

}
	
/* ----------------------- Navigation Styles for drop down menu ----------------------  */

#menuBar {
	display: block;
	margin: 0px;
	position: relative;
	width: 700px;
	height: 33px;
	overflow: hidden;
	border: none;
	float: left;
	padding: 0;
	}

.menuHeader {
	color: #000000;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	padding-right: 0px;
	display: inline;
	position: relative;
	}

a.menuLink {
	display: block;
	padding: 3px;
	border-top: 0px;
	font-weight: bold;
	}

a.menuLink:link {
	color: #184C30;
	text-decoration: none;
	}

a.menuLink:visited {
	color: #000000;
	text-decoration: none;
	}

a.menuLink:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	}

a.menuLink:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc0000;
	}

.menuDrop {
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #FFFFD8;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 90px;
	left: 0;
	width: 150px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
}
