body {
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	background-color: #fbf0d8;
}

.content {
	width:778px; 
	margin:0 auto; 
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
}	 
	 

td {
	background-color:#000000;
	color:#FFFFFF;
	}

.highlightBox {
	background-color:#666666;
	color:#ffffff;
	padding:0px 5px 5px 5px;
	margin:0px 10px 5px 10px;
	text-align:center;
}

.textBlock {
	margin-left:30px;
	margin-right:30px;
	}
	

h1, h2, h3, h4, h5 {
    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

.credit {
    font-size: 9px;
	font-style:italic;
	padding-right:10px;
}

a {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#7172C2;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


a:hover {

	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#999999;
	text-decoration: none;

}


a:active {
	text-decoration: none;
}


a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}


.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}

.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

#slideshow {
    position:relative;
    height:292px;
    width: 560px;
}

#slideshow IMG {
    position:absolute;
    border: 0px #000 solid;
    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;
}


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

#slideshow {
    position:relative;
    height:292px;
    width: 560px;
}

#slideshow IMG {
    position:absolute;
    border: 0px #000 solid;
    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;
}


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

.buttonmenu {
list-style-type: none;
margin: 0;
padding: 0;
width:170px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 4px 0px;
margin: 6px 2px;
text-decoration: none;
font-weight: bold;
border: 1px groove;
border-color:#D6DFFF #005B9A #005B9A #D6DFFF; /*light dark dark light*/
background-color: #666666;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

.buttonmenu li a:visited{
color: white;
text-decoration: none;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #7B9AFF; /*med */
text-decoration: none;
}