html {
	height:100%; 
	margin:0; 
	padding:0;
	font: 14px Trebuchet, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #315ea1;
	line-height: 135%;
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
	height:100%; 
	margin:0; 
	padding:0;
	font: 14px Trebuchet, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #315ea1;
	line-height: 135%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }


#playlist {
    margin-left: auto;
	margin-right: auto;
	width: 725px;
}

#playlist tbody tr.even td {
    background-color: #e3ecf1;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font: 18px Trebuchet, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #2a2727;
	line-height:140%;
}

#playlist tbody tr.odd  td {
    background-color: #d8e8f0;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font: 18px Trebuchet, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #2a2727;
	line-height:140%;
}

#playlist2 {
    margin-left: auto;
	margin-right: auto;
	width: 725px;
}

#playlist2 tbody tr.even td {
    background-color: #e3ecf1;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font: 18px Trebuchet, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #2a2727;
	line-height:140%;
}

#playlist2 tbody tr.odd  td {
    background-color: #d8e8f0;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font: 18px Trebuchet, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #2a2727;
	line-height:140%;
}

a.footertxt:link { 
	color: #cccccc;
	font-size: 18px;
	line-height: 135%;
}
a.footertxt:visited { 
	color: #cccccc;
	font-size: 18px;
	line-height: 135%;
}
a.footertxt:hover { 
	color: #ffffff;
	font-size: 18px;
	line-height: 135%;
}
a.footertxt:active { 
	color: #cccccc;
	font-size: 18px;
	line-height: 135%;
}

.footertxt2 { 
	color: #cccccc;
	font-size: 12px;
	line-height: 135%;
}

a.footertxt2:link { 
	color: #cccccc;
	font-size: 12px;
	line-height: 135%;
}
a.footertxt2:visited { 
	color: #cccccc;
	font-size: 12px;
	line-height: 135%;
}
a.footertxt2:hover { 
	color: #ffffff;
	font-size: 12px;
	line-height: 135%;
}
a.footertxt2:active { 
	color: #cccccc;
	font-size: 12px;
	line-height: 135%;
}

.menubox { 
	top:71px;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
    background-color: #3068a2;
	height: 70px;
	padding: 0px;
	z-index: 1000;
    font-family: Arial, Helvetica, sans-serif;
}
.menubox ul {
	display:block;
    text-align: center;
	list-style:none;
	font-size: 10px;
	font-weight: bold;
	height: 60px;
	padding: 0px;
	margin:0;
}
.menubox li{
	width: 137px;
	display:inline-block;
	margin:0;
}

.menubox li a{
    padding-top:10px;
	width: 137px;
	display: block;
	color: #ffffff;
    text-decoration:none;
	height: 60px;
	margin:0;
}

.menubox li a:hover, #menu li.active a {
    padding-top:10px;
	color: #3b4b54; 
	background: #cce2f5;
	height: 60px;
	margin:0;
}

#newspaper-a{
	margin-right:auto;
	margin-left:auto;
	width:730px;
	text-align:center;
	border:2px solid #315ea1;
	margin:20px;
}

#newspaper-a th{
	background:#315ea1;
	border-bottom:2px solid #315ea1;
	padding:12px 17px;
	color:#eef5eb;
}

#newspaper-a td{
	padding:7px 17px;
	border:2px solid #315ea1;
}

#newspaper-a a {
	color:#224b88;
	text-decoration:underline;
	outline:none;
}

#newspaper-a a:visited {
	color:#224b88;
	text-decoration:underline;
	outline:none;
}

#newspaper-a a:hover{
	text-decoration:underline;
	color:#315ea1;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #224b88;
	height: 100px;
	width: 100%;
	text-align: center;
}

#footer {
	background-color: #224b88;
	height: 170px;  /* .push must be the same height as .footer */
	width: 100%;
	padding-bottom:10px;
}

.push {
	height: 85px; /* .push must be the same height as .footer */
}

#footer .content {
	padding-top: 10px;
    text-align: center;
	color: #cccccc;
	font-size: 18px;
	line-height: 135%;
	background-color: #224b88;
}
#footer a:hover {
	text-decoration: underline;
}

.copyright {
		font: 16px Trebuchet, Arial, Helvetica, sans-serif;
}

.headline {
		font: 20px Trebuchet, Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.headline2 {
		font: 18px Trebuchet, Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.shadow {
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
	margin-top: 10px;
}

#logoblack {
	margin:0px;
	padding:0px;
	background-color: #2a2727;
	width: 100%;
	height:60px; 
	line-height:60px;
}

#logoblack .content {
	margin-left: auto;
	margin-right: auto;
    text-align: center;
	color: #cccccc;
	font-size: 36px;
	font-weight: bold;
}

.bodytxt {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font: 18px Trebuchet, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #2a2727;
	line-height:140%;
}

.pagetitle {
  background-color: #4e81b6;
  height:20px; 
  font: 20px Trebuchet, Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 800px;
  border-width:3px;
  border-style: solid;
  border-color:#2a5390;
  color:#eef5eb;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 00px;
  text-align: center;
}

.error {
   font: 18px Trebuchet, Arial, Helvetica, sans-serif;
   font-style:bold;
   margin-right:auto;
   margin-left:auto;
   text-align:center;
   padding: 0px;
   color:#ff0000;
}

.buttonstyle {
   width: 225px;
   height: 40px;
}

.mainbox {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.innerbox {
  width: 800px;
  background: #eef5eb;
  border-width:3px;
  border-style: solid;
  border-color:#224b88;
  color:#000000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 135%;
  text-align: center;
}


/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

#slider {
   position:relative;
   margin-right:auto;
   margin-left:auto;
   padding: 0px;
   width:725px; /* Make sure your images are the same size */
   height:483px; /* Make sure your images are the same size */
   background: #000000 url(images/loading.gif) no-repeat 50% 50%;
   border-style:solid;
   border-width:12px;
   border-color:#ffffff;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.slider-wrapper {
   margin-top:18px;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.clear{
	clear:both;
}

a, a:visited {
	color:#224b88;
	text-decoration:underline;
	outline:none;
}

a:hover{
	text-decoration:underline;
	color:#315ea1;
}

#container{
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.nomargin{
	margin-right:0px;
}

.gallerycontainer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.crop { 
	width: 725px; 
	height: 200px; 
	border:1px solid #cbcccd;
	overflow: hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

h2{
	font-size:26px;
	font-weight:bold;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

			#centermenu {
				background: #224b88;
				height: 55px;
				width: 100%;
				padding-top:5px;
				padding-bottom:5px;
			}

			#menu {
				font-family: Trebuchet, Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				list-style-type: none;
				font-size: 13px;
				height: 40px;
				width: 769px;
				margin: 0 auto;
			}

			#menu ul {
				list-style: none;
				padding: 0;
				margin: 0 auto;
			}

			#menu li {
				float:left;
				margin: 0;
				padding:4px;

				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
				width: 100px;
				border-top: 2px solid #496341;
				border-left: 2px solid #496341;
				border-bottom: 2px solid #496341;
				border-right: 2px solid #496341;
			}
			
			/* Black Menu */

			#menu.black a {color: #CCC;}
			#menu.black li a:hover {
			color: #cccccc; 
			background: #315ea1; 
			}

			#menu.black li.active a {
			color: #fad234; 
			background: #315ea1; 
			}

