body {
  background-color: #1A362A;
  margin: 0;
  padding: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
table, tbody, tr, td, th {
	font-size: 100%;
}
/*ul, li {
  padding: 0;
  margin: 0;	
}
*/
#page {
  width: 960px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -480px;
}
#page.intro {
  width: 760px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -380px;
}
#header {
  width: 960px;
  height: 255px;
  position: relative;
  background: url(../images/design/headerbg-full.jpg) left top no-repeat #18362A;
}
#page.intro #header {
  width: 760px;
  height: 114px;
  background: url(../images/design/introheader.jpg) left top no-repeat #18362A;
  position: relative;
}
#page.intro #introimage {
  width: 760px;
  height: 450px;
  position: relative;	
}
#page.intro #introimage img {
  display: none;
  position: absolute;
}
#page.intro #enter {
  width: 760px;
  height: 25px;
  background-color: #0D1E18;
  color: #FEFF99;
}
#page.intro #enter a, #page.intro #enter a:visited {
  color: #FEFF99;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  display: block;  
}
#header #logo {
  width: 250px;
  height: 255px;
  /*background: url(../images/design/headerlogo.jpg) left top no-repeat transparent;*/  
  float: left;
}
div#headerimage {
  height: 165px;
  width: 690px;
  background: url(../images/design/headerimage.jpg) left top no-repeat;
  float: left;
  margin: 33px 0 0 8px; 
}
div#header #headertitle {
  color: #FEFF99;
  font-weight: bold;
  font-size: 17px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-shadow: 1px 2px 1px #94A265;
}
#page.intro #header .address {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  font-size: 10px;	
}
.address a,  .address a:visited {
   color: #fff;
   font-size: 10px;
}

#cols {
  width: 960px;
  background: url(../images/design/colsbg.jpg) -8px 0 repeat-y #23322B;
  position: relative;
}
#col1 {
  width: 185px;
  min-height: 440px;  
  background: url(../images/design/leftbg.jpg) right top no-repeat #23322B;
  float: left;
}
#col2 {
  width: 765px;
  min-height: 440px;
  float: left;
  background-color: #FEFF99;
  border-right: 10px solid #000;
}
.clear {
  clear: both;
}
#footer {
  background-color: #000;
  width: 960px;
  height: 38px;
  color: #fff;
}
#footer .address {
  text-align: right;
  margin: 0px 10px 0 0;
  padding-top: 4px;
  font-size: 10px;
}

/* Left menu */
#leftmenu {
  margin: 15px 0 0 10px;
  padding: 0;
  min-height: 270px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 1px black;
  color: #FEFF99;
  list-style: none;  
}
#leftmenu ul {
  padding: 2px 0 2px 10px;
  font-size: 12px;
  list-style: square inside;
  display: none;
  margin: 0;  
}
#leftmenu ul.menu.level1 {
  padding-left: 2px;	
}
#leftmenu li a {
  color: #FEFF99;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 15px;
}
#leftmenu li.active > a, #leftmenu li.current > a {
  color: #FEFF99;
  font-weight: bold;
  font-size: 12px;
}
#leftmenu li.current > ul, #leftmenu li.active > ul{
	display: block;
}
#leftmenu li {
  margin: 0;
  padding: 0;	
}

/* Extra menu */
ul.extramenu {
  position: absolute;
  left: 3px;
  bottom: -26px;  	
  padding: 0;
  font-size: 12px;
  list-style: none;
  margin: 0;  
}
.extramenu li {
  float: left;
  padding: 0 10px;	
}
.extramenu li a {
  color: #FEFF99;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 15px;
  text-shadow: 2px 2px 1px #aaa;
}

/* Topmenu */
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0px;
  width: 520px;
  float: left;
}
#topmenu ul li {
  float: left;
  margin: 6px 5px 0 20px;
}
#topmenu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

#newstitle {
	width: 180px;
	height: 28px;
	background: url(../images/design/newstitlebg.jpg) left top;
	float: left;
	text-align: center;
}
#newstitle div {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}
#rightpanel .news {
	padding: 10px;
}
/* Content */
#content {
  padding: 15px 25px;
  /*background-color: #fff;*/
}
#content .title {
  font-size: 1.8em;
  font-weight: bold;
  color: #1A362A;
  margin: 0;
}
#content .lead {
	font-weight: bold;
	margin: 15px 0;
}
#content .topheadline, div#content .subheadline {
	font-size: 1.2em;
	color: #273F85;
	font-weight: normal;
	margin: 0;
}
#content .articleimage {
	padding: 2px 15px 15px 15px;
}
#content .alignL {
	float: left;
	padding-left: 0;
}
#content .alignR {
  float: right;
  padding-right: 0;
}
#content .alignC {
	float: none;
}
#content .articleimage a img{
	border: 0;
}
#content .articleimage .caption {
	padding: 3px 2px;
	border: 1px solid #000;
	font-size: 0.8em;
	text-align: left;
}
#content, .content {
	font-size: 12px;
	/*background-color: #fff;*/
}
/*#content td, .content td, #content th, .content th {
  font-size: 100%;	
}*/
#content a, .content a, #content a:visited, .content a:visited {
	color: #273F85;
	text-decoration: underline;
}
#content ul, #content li {
  padding: auto;
  margin: auto;	
}
#content h1 {
  font-size: 180%;
}
#content h2 {
  font-size: 140%;
}
#content h3 {
  font-size: 120%;
}
.magnifier {
	font-weight: bold;
	text-align: right;
}
#content .magnifier a {
	color: #000;
	text-decoration: none;
}
.magnifier .larger {
	font-size: 1.2em;
}
.magnifier .smaller {
  font-size: .9em;
}

/* Calendar */
table.calendar {
  color: #FEFF99;
  font-size: 10px;
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 5px;
  background-color: #18362A;
}
table.calendar th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  font-size: 11px;
}
table.calendar th span {
	cursor: pointer;
}
table.calendar td {
  text-align: center;
  border: 1px solid #000;
  padding-bottom: 1px;
}
/*
table.calendar tr th:first-child, table.calendar tr td:first-child {
  border-left: 0;
}
table.calendar tr th:last-child, table.calendar tr td:last-child {
  border-right: 0;
}
*/
table.calendar tr.headline th {
  border: 0;
}
/*table.calendar tr:last-child td:last-child {
	border: 1px solid #fff;
}*/
table.calendar td.hasEvent {
	background-color: #C13700;
}
table.calendar td.today {
	font-weight: bold;
	color: #EED926;
}
table.calendar td a.event {
	color: #fff;
}
table.calendar td a.event:hover {
	text-decoration: underline;
}
.calendartooltipevent {
	font-size: 12px;
  color: #C13700;
  font-weight: bold;
}	
#leftpanelbottom .address {
	font-size: 11px;
	color: #fff;
	margin: 15px 10px 0px 20px;
}
#leftpanelbottom .address a {
  font-size: 11px;
  color: #fff;
}
.news .listitem {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #999;
	padding: 0 0 15px 0;
}
.news .listitem .headline {
  margin-bottom: 3px;
}
.news .listitem .headline a {
	font-size: 13px;
  font-weight: bold;
	color: #000;
}
.news .listitem .headline a:hover {
	text-decoration: underline;
}
.news .listitem .lead {
  font-size: 12px;
}
.news .listitem .published {
	color: #aa0000;
	font-size: 11px;
	margin-bottom: 3px;
}
.news .listitem .middleimg img {
	margin: 5px 0;
}
.news .listitem .topimg img, .news .listitem .topheadline, .news .listitem .subheadline  {
  display: none;
}
#col2 .listitem {
  margin: 25px;
  border-bottom: 1px solid #999;
  padding: 0 0 15px 0;
}
#col2 .listitem .headline a {
  font-size: 15px;
  font-weight: bold;
  color: #1A362A;
}
#col2 .listitem .topheadline, #col2 .listitem .subheadline {
	color: #1A362A;
	font-size: 13px;
} 
#col2 .listitem .headline a:hover {
  text-decoration: underline;
}
#col2 .listitem .lead {
	margin-top: 3px;
  font-size: 12px;
}
#col2 .listitem .published {
  color: #1A362A;
  font-size: 9px;
  margin-top: 3px;
  font-style: italic;
}
#col2 .listitem .topimg img {
  float: left;
  margin: 0 10px 0 0;
}
#col2 .listitem .middleimg img {
	display: none;
}
.articleGallery a img {
  border: 0;
  width: 120px;
}

.gallery {
  width: 680px;
  height: 590px;
  margin: 5px 0px;  
}
.gallerystep {
  text-align: center;  
  width: 20px;
  float: left;
  margin: 230px 0;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
}
.gallerymain {
  text-align: center; 
  height: 490px;
  width: 640px;
  float: left;
  padding: 0;
  margin: 0;
}
.galleryscroll {
  height: 100px;
  width: 680px;
  overflow-x: auto;
  overflow-y: hidden;
}
.galleryscroll ul {
  list-style: none;
  display: block;
  width: 650px;
  padding: 0;
  margin: 0;
}
.galleryscroll ul li {
  width: 130px;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mceContentBody {
  background-color: #fff;
}

.errormsg {
  color: #c00;
  margin: 10px 0;
  font-weight: bold;
}

@media print {
  body {
    font-size: 12pt;
    background-color: #fff;
  }
  #col1, #footer, #logo, #headerimage, #content .magnifier {
    display: none;
  }
  #header {
    height: 70px;
  }
  #page, #headertitle {
    color: #000;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #headertitle {
    color: #000;
    margin: 25px 0; 
    float: none;
  }
  #header, #col2, #cols {
    background: none #fff;
    border: 0;
  }
  #content {
    width: 100%;
    padding: 0;
  }
}

