.basebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
a.basebartext:link {
	color: #666;
	text-decoration: underline;
}
a.basebartext:visited {
	color: #666;
	text-decoration: underline;
}
a.basebartext:hover {
	color: #F97500;
	text-decoration: underline;
}
a.basebartext:active {
	color: #000;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #182983;
}
.titletext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #182983;
}
.astrix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #008d9e;
}

.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #182983;
}
a.subtitletext:link {
	color: #182983;
	text-decoration: underline;
}
a.subtitletext:visited {
	color: #182983;
	text-decoration: underline;
}
a.subtitletext:hover {
	color: #955032;
	text-decoration: underline;
}
a.subtitletext:active {
	color: #182983;
	text-decoration: underline;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #955032;
}
.iframe_padding {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.iframe_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.iframe_textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
/* scrolling div */


#contentDiv1 {
	position: relative;
	width:190px;
}
#viewportDiv1 {
	overflow: auto;
	position: absolute;
	height: 190px;
	width: 190px;
}

/* menu */

.glossymenu {
	padding: 0;
	width: 220px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

.glossymenu a.menuitem{
	color: #ffffff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #182983;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #FFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 6px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #955032;
	color: #FFFFFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	background-color: #1E32A2;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #FFFFFF;
	background-color: #955032;
}
.maintablebackground {
	background-image: url(backgrounds/basebar_with_shadow_r1_c3_s1.png);
	background-repeat: repeat-y;
}
/* picture animation ------------------------------------*/


#animation {
	width: 200px;
	height: 200px;
	margin-top: 0px;
	float: left;
}

#slideshow {
    position:relative;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

