body
{ 
	margin:0;
	padding:0; 
	text-align:center;
	font-family:Verdana, Helvetica;
	font-size:10pt;
	min-width:950px;
	color: #000630;
  margin-bottom:5px;
	background: #B1D3EE url('../images/bg_gradient.jpg');
	background-repeat: repeat-x;
} 

#fullwidth
{
	margin:0 auto;
	width:950px;
}

h1
{
	font-weight:bold;
  text-align:center;
  font-size:110%;
}

a:link
{
  text-decoration:none;
	color:#0443b1;
}

a:visited
{
  text-decoration:none;
	color:#0443b1;
}

a:hover
{
  text-decoration:underline;
}

#topLeftBanner
{
  float:left;
	margin-top:5px;
	height:200px;
	width:468px;
  background:url('../images/topleftBanner.jpg');
}

#topRightBanner
{
  float:left;
	margin-top:5px;
	height:200px;
	width:482px;
  background:url('../images/toprightBanner.jpg');
}

a.menu
{
  float:left;
  font: 11px arial;
  text-align: center;
	width:127px;
  text-decoration: none;
	margin-top:10px;
	margin-right:10px;
  background-color:#ffffff;
	padding: 5px 0px;
}

a.menu:hover
{
  text-decoration:none;
	background-color:#eeeeff;
}

#firstTab
{
	margin-left:0px;
}

#lastTab
{
  width:128px;
	margin-right:0px;
}

#tabs
{
}

#rightVertBanner
{
  float:right;
  width:200;
	height:500px;
	background: url('../images/banner.jpg');
}

#mainContent
{
  float:left;
  text-align:justify;
	width:950px;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ffffff;
}

#footer
{
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	background-color:#ffffff;
	width:950px;
  text-align:center;
}

#copyrightFooter
{
	margin-top:5px;
  padding:5px;
	float:left;
	width:950px;
  text-align:center;
}

.listTitle
{
  font-size:105%;
	font-weight:bold;
}

.listContent
{
  margin-bottom:20px;
}

span.eventTitle
{
	font-weight:bold;
  font-size:105%;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



