/* CSS Document */
#webpage
{
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
}

#page
{
	background-color: transparent;
	position: absolute;
	top: 0px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: auto;
}

#top-border
{
	background-image: url(../images/border.gif);
	background-color: transparent;
	position: absolute;
	top: 0px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 15px;
	color:#009900;
}

#logo
{
	background-color: transparent;
	background-image: url(../images/logo.gif);
	position: absolute;
	top: 15px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 140px;
}

#bottom-border
{
	background-image: url(../images/border.gif);
	background-color: transparent;
	position: absolute;
	top: 155px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 15px;
}

#tab-1
{
	background-image: url(../images/tab.gif);
	background-color: transparent;
	position: absolute;
	top: 170px;
	margin: 0px;
	left: 0px;
	width: 200px;
	height: 33px;
	text-align: center;
	padding-top: 5px;
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}

#tab-2
{
	background-image: url(../images/tab.gif);
	background-color: transparent;
	position: absolute;
	top: 170px;
	margin: 0px;
	left: 200px;
	width: 200px;
	height: 33px;
	text-align: center;
	padding-top: 5px;
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}

#tab-3
{
	background-image: url(../images/tab.gif);
	background-color: transparent;
	position: absolute;
	top: 170px;
	margin: 0px;
	left: 400px;
	width: 200px;
	height: 33px;
	text-align: center;
	padding-top: 5px;
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}

#tab-4
{
	background-image: url(../images/tab.gif);
	background-color: transparent;
	position: absolute;
	top: 170px;
	margin: 0px;
	left: 600px;
	width: 200px;
	height: 33px;
	text-align: center;
	padding-top: 5px;
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}

#sub-nav1
{
	background-color: #f3e190;
	background-image: url(../images/sub-nav.gif);
	position: absolute;
	top: 203px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 33px;
	font-family: "arial";
	font-size: 12px;
	color: #003399;
	visibility: hidden;
}

#sub-nav2
{
	background-color: #f3e190;
	background-image: url(../images/sub-nav.gif);
	position: absolute;
	top: 203px; 
	margin:	0;
	left: 0px;
	width: 800px;
	height: 33px;
	font-family: "arial";
	font-size: 12px;
	color: #003399;
	visibility: hidden;
}

#sub-nav3
{
	background-color: #f3e190;
	background-image: url(../images/sub-nav.gif);
	position: absolute;
	top: 203px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 33px;
	font-family: "arial";
	font-size: 12px;
	color: #003399;
	visibility: hidden;
}

#sub-nav4
{
	background-color: #f3e190;
	background-image: url(../images/sub-nav.gif);
	position: absolute;
	top: 203px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 33px;
	font-family: "arial";
	font-size: 12px;
	color: #003399;
	visibility: hidden;
}

#nav-bar
{
	background-color: #f3e190;
	background-image: url(../images/sub-nav.gif);
	position: absolute;
	top: 203px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 48px;
	font-family: "arial";
	color: #003399;
}

#marquee
{
	background-color: #909090;
	position: absolute;
	top: 251px;
	margin: 0px;
	left: 0px;
	width: 800px;
	height: 25px;
	font-family: "arial";
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#content-area
{
	background-color: #ffffff;
	position: absolute;
	top: 278px;
	margin: 0px;
	left: 170px;
	width: 630px;
	height: auto;
}

#side-links
{
	background-color: #ededed;
	position: absolute;
	top: 278px;
	margin: 0px;
	padding-left: 3px;
	left: 0px;
	width: 170px;
	height: auto;
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #003399;
}

h1.content
{
	font-family: "Bradley Hand ITC";
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #003399;
}

h2.content
{
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #003399;
}

p.content
{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "arial";
	font-size: 20px;
	font-weight: normal;
	color: #003399;
}

p.rides
{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "arial";
	font-size: 16px;
	font-weight: normal;
	color: #003399;
}

table.content
{
	
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "arial";
	font-size: 16px;
	font-weight: normal;
	color: #003399;
}

table.manage
{
	width: 600px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	font-family: "arial";
	font-size: 16px;
	font-weight: normal;
	color: #003399;
}

img.content
{
	margin-left: 5px;
	border: 0px;
}

a:visited
{
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #0000ff
}

a:link
{
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

a:active
{
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

a:hover
{
	color: #ff0000;
}

#copyright
{
	font-family: "arial";
	font-size: 9px;
	text-align: right;
	color: #003399;
}