body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #000000;
}
#banner {
	margin-bottom: 3px;

}
div.title {
	font-weight: bold;
	color: #000000;
	text-transform: none;
	padding-bottom: 5px;
}

.title {
	font-weight: normal;
	font-size: 14px;
}
.title1 {
	font-weight: bold;
	font-size: 12px;
}
.savedate {
	color: #0000FF;
}
div.dotted {
	border: 1px dotted #CCCCCC;
}

.savedatetext {
}


.headline {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.headline1 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.gala10title {
	color: #339900;
	text-transform: uppercase;
}

.date {
	font-weight: bold;
	color: #006699;
}
ul.galamenu {
	list-style-type: none;
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
ul.galamenu li {
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left:-40px;
	width:150px;
	
}


div.leftbanner {
	float: left;
	width: 575px;
}
div.rightbanner {
	float: right;
	width: 185px;
	padding-top: 35px;
}


div.container {
	width: 760px;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	border-top-color: #090994;
}
div.menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #666666;
}
div.leftcolumn {
	float: left;
	width: 170px;
	padding-top: 10px;
	text-align: left;
}
div.rightcolumn {
	float: right;
	width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:left;
}
div.textleft {
	float: left;
	width: 420px;
}
.textleft p {
	margin-top: 10px;
	margin-bottom: 0px;
}

div.textright {
	float: right;
	width: 150px;
	margin-left: 10px;
}


div.news {
	padding-right: 25px;
	margin-top: 25px;
}
div.news p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0px;
	margin-top: 4px;
}

div.news a {
	color: #333333;
	font-size: 11px;
}
div.news a:visited {
	color: #333333;
}


.button {
	height: 17px;
	width: 58px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
}
img.wrap {
	float: left;
	border: 1px solid #999999;
	margin-right: 15px;
	margin-bottom: 10px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 80px;
	border: 1px solid #CCCCCC;
}


a {
	color: #2B55AC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #2B55AC;
}
a:hover {
	text-decoration: underline;
}
div.footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
	width: 760px;
}
div.leftfooter {
	float: left;
	width: 500px;
}

ul.slideshow {
	list-style:none;
	width:580px;
	height:220px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:1;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:580px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:-10;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:2;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

