body
{        
	background-color: black;
	color: white;
	font-family: Futura, Arial, Helvetica, Univers, Verdana, sans-serif;
}

a:link
{
	color: #00ffff;
}
BLOCKQUOTE
{
	color: black;
	background-color:#FFFFFF;
	padding: 12px;
	border: #626262 3px solid;
	
}

BLOCKQUOTE a:link
{
	color: black;
	
}
BLOCKQUOTE a:visited
{
	color:#4B4B4B
}
.container
{
	background-color:#202020; padding:12px;
}

.scheduleTable a
{
	color:#3333FF;
}
.scheduleTable a:visited
{
	color:#9900FF;
}

a:visited
{
	color: #b0c4de;
}

.strong
{
	font-weight: bolder;
}

address
{
	padding-top: 0.5cm;
	padding-bottom: 0.1cm;
	font-size: smaller;
}
.blink {
	text-decoration: blink;
}
.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logo {
     float:left;
     vertical-align:text-top;
	 border:none;
	 margin: 0px 12px 12px 0px;
}
.rightcolumnbox {
     float:right;
	 align: center;
    
	 border:none;
	
}   
.rightcolumn {
     float:right;
	 align: center;
     background-color:#484848;
	 border:none;
	 margin: 12px;
	 padding: 12px;
}   
.rightcolumniframe {
     float:right;
	 align: center;
     background-color:#484848;
	 border:none;
	 margin: 12px;
	 padding: 12px;
}   
.sitemap {
	background-color:#333333;
	padding:12px;
	border-top: solid 3px black;
	
}
.sitemap ul {
	line-height: 2em;
	list-style-type: none;
}

/*1. the style of the div container with id=”css_horizontal_menu”*/
#css_horizontal_menu{
overflow:hidden;
background-color:#333333;
padding:0px 12px 0px 12px;
}
/*2. the style of the links (html element <a>)*/
#css_horizontal_menu a{
display:block;
float:left;
width:15%;
height:25px;
margin:6px 0px 0px 0px;
padding-left:15px;
background-color:#FFFF00;
border-left:10px solid #484848;
font-family:arial;
font-size:10px;
font-weight: bolder;
text-transform:uppercase;
text-decoration:none;
color:black;
line-height:25px;
}
/*3. the css style on the hover state of the links*/
#css_horizontal_menu a:hover{
background-color:#5297FF;
border-left:10px solid black;
color:black;
}
/* remove the left margin for the first link*/
#css_horizontal_menu a.first{
margin-left:0;
border-left:0px
}

