html, body {
	margin: 0px;
	padding: none;
	font-family: calibri, sans-serif;
}

#topbar {
	width: 100%;
	height: 82px;
	border-bottom: 13px solid #006600;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
}

#topbarleft {
	width: 120px;
	height: 82px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: .7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background: #FFF;
	border-bottom: 13px solid #006600;
}

#canopy {
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0px;
	background: url(../../img/backgrounds/canopy.png) repeat-x top left;
	height: 30px;
}

#canopyleft {
	width: 120px;
	position: absolute;
	z-index: 10;
	top: 95px;
	left: 0px;
	background: url(../../img/backgrounds/canopy.png) repeat-x top left;
	height: 30px;
	opacity: .7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}

#navbar {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../img/backgrounds/track.png) repeat-y top left;
	height: 1000px;
}

#navbar #navlinks {
	width: 90px;
	position: fixed;
	top: 130px;
	left: 20px;
	z-index: 10;
}

#navbar #navlinks a {
	width: 90px;
	height: 26px;
	display: block;
	background: #222;
	opacity: .7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#navbar #navlinks a:hover {
	opacity: .9;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	background: #003300;
	color: #FFF;
}
	
#logo {
	top: 2px;
	height: 75px;
	left: 5px;
	position: absolute;
	z-index: 20;
	color: #003300;
	font-size: large;
}

#logo img {
	border: none;
}

#page {
	position: absolute;
	left: 130px;
	top: 135px;
	width: 100%;
}

#content {
	float: left;
	width: 100%;
}

h1 {
	margin-left: 10px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: large;
	color: #660000;
}

#footer {
	float: left;
	width: 665px;
	width: 100%;
	margin-top: 15px;
	clear: both;
	background: url(../../img/backgrounds/platform.png) repeat-x top left;
	color: #FFF;
}

#footercontent {
	float: left;
	width: 465px;
	text-align: left;
	font-size: x-small;
	margin-top: 15px;
}

#footerspaniq {
	float: right;
	width: 200px;
	text-align: right;
	font-size: x-small;
	margin-top: 23px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.spaniqlink {
	font-size: inherit;
	color: #355060;
	text-decoration: none;
	border: none;
}

.spaniqlink:hover {
	color: #FFF;
	background: #355060;
	text-decoration: none;
	border: none;
}

#block1, #block2 {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

#block1 #block1a {
	float: left;
	width: 150px;
	height: 150px;
	background: #006600;
	border-right: 10px solid #FFF;
	color: #FFF;
	font-weight: bold;
}

#block1 #block1b {
	float: left;
	width: 500px;
	height: 150px;
	opacity: .8;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

#block2 #block2a {
	float: left;
	width: 440px;
	padding: 5px;
	border-right: 10px solid #FFF;
	background: #FFFF66;
}

#block2 #block2b {
	float: left;
	width: 200px;
	background: #006600;
	color: #FFF;
}

#block2 #block2b .blocklink {
	border-bottom: 10px solid #FFF;
	padding: 5px;
	width: 190px;
	text-align: center;
}

#block2 #block2b .blocklink img {
	border: none;
}

.imageleft {
	float: left;
	margin: 3px 3px 3px 0px;
}

.imageRight {
	float: right;
	margin: 3px 0px 3px 3px;
}

#linemap {
	position: absolute;
	top: 0px;
	left: 218px;
	background: url(../../img/backgrounds/linemap.png) no-repeat top left;
	opacity: .6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	width: 570px;
	height: 82px;
}

label {
	float: left;
	width: 120px;
}

input {
	width: 300px;
	border: none;
	border-bottom: dotted 2px #006600;
	background: none;
}

input.volmemnum {
	width: 150px;
}

img {
	border: none !important;
}

input.checkbox {
	width: 25px;
}

td {
	padding: 0px 3px 0px 3px;
	text-align: center;
	vertical-align: top;
}

td.heading {
	font-weight: bold;
}

input.button {
	width: auto;
	border: none;
}

textarea.specifyother {
	width: 275px;
	height: 100px;
	font-size: xsmall;
	border: #666 dotted 2px;
	background: none;
	font-family: inherit;
}

.newsStoryLink {
	display: block;
	color: #FFF;
	text-align: left;
	width: 100%;
}

.newsDate {
	display: block;
	text-align: left;
	padding-left: 10px;
	font-color: #666;
	font-size: small;
	margin-bottom: 4px;
}

#block2a a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#block2a a:hover {
	border-bottom: #006600 solid 1px;
}

.linklink {
	cursor: pointer;
	display: block;
	width: 100%;
}

.linkurl {
	display: block;
	color: #222;
	margin-bottom: 3px;
}

.linkdesc {
	display: none;
	font-size: small;
}

.galleryItem {
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
}

.galleryItem a:hover {
	border-bottom: none !important;
}

.galleryHighlight {
	width: 210px;
	display: block;
}

.galleryHighlight img {
	border: none;
}

.galleryHighlight a:hover {
	border-bottom: none !important;
}

.galleryName {
	display: block;
	width: 210px;
	text-align: center;
	color: #333333;
}

a.imglink:hover {
	border: none !important;
}

#gallerycontrol {
	display: block;
	width: 440px;
}

.galleryprevious {
	float: left;
	width: 146px;
	text-align: right;
}

.gallerygallery {
	float: left;
	width: 146px;
	text-align: center;
}

.gallerynext {
	float: left;
	width: 146px;
	text-align: left;
}

.albumPicture {
	width: 100%;
	text-align: center;
	display: block;
}


	