body{
margin: 0px;
background: #017DC7;
font-family: arial;
font-size: 9pt;
}

.header{
display: block;
background: #017DC7;
padding: 5px;
color: #FFFFFF;
font-size: 9pt;
margin: 0px 0px 10px 0px;
}

.box{
background: url('images/arrow.jpg') center left no-repeat #E9EDF8;
padding: 12px 10px 12px 20px;
margin-bottom: 10px;
color: #027EC6;
font-size: 8.5pt;
}

.picbox{
float: right;
width: 330px;
background: url('images/arrow.jpg') center left no-repeat #E9EDF8;
padding: 12px 10px 12px 20px;
margin-bottom: 10px;
color: #027EC6;
font-size: 8.5pt;
}

.blue {
	color: #0D76B8;
}

.time{
margin: 15px 0px 15px 0px;
}

a{color: #017DC7}

ol li{
margin-bottom: 10px;
}

#nav{
clear: both;
float: left;
  font-weight:bold;
  list-style-type:none;	
margin: 0px 0px 0px 15px;
padding: 0px;
font-size: 1.1em;
}


#nav li{
  list-style-type:none;
  float:left;
  margin:0 2px 0 0;
  padding:0 0 0 10px ;
  background:url('images/tab_off.jpg') top left no-repeat;
}

#nav li a{
  height: 24px;
  color:#FFFFFF;	
  background:url('images/tab_off.jpg') transparent top right no-repeat;
  display:block;
  padding: 12px 10px 0px 0;
text-decoration: none;
}

#nav li:hover
{
  background:url('images/tab_on.jpg') top left no-repeat;
}
ul#nav li:hover a
{
  display:block;
  color:#017DC7;
  padding: 12px 10px 0px 0;
  text-decoration:none;
  background:url('images/tab_on.jpg') transparent top right no-repeat;
}

#nav .active{
  list-style-type:none;
  float:left;
  margin:0 5px 0 0;
  padding:0 0 0 10px ;
  background:url('images/tab_on.jpg') top left no-repeat;
}

#nav .active a{
  height: 24px;
  color:#017DC7;	
  background:url('images/tab_on.jpg') transparent top right no-repeat;
  display:block;
  padding: 12px 10px 0px 0;
text-decoration: none;
}