.title {

font-family: Arial;

font-size: 18px;

color: #666666;

font-weight: bold;

}

a {

font-family: arial;

}

.subtitle {

font-family: Arial;

font-size: 14px;

color: #808080;

font-weight: bold;

}

.subhead {

font-family: Arial;

font-size: 12px;

color: #808080;

font-weight: bold;

}

.link {

font-family: Arial;

font-size: 10px;

color: #808080;

}

.text {

font-family: Arial;

font-size: 11px;

line-height: 15px;

}

.bg {
background-image: url(images/bg.gif);

background-repeat: repeat-y;
}

.nav {

font-family:Tahoma, Arial, Helvetica, sans-serif;

font-size:8pt;

color:#000000;

font-weight:bold;

position:absolute;

top:105px;

left:10px;

margin:0 0 0 0;

padding:0 0 0 0;

}

#nav li{

display:inline;

list-style:none;

}
#nav li a{

margin: 0 10px 0 5px;

color: #000000;

font-weight:bold;

text-decoration:none;

float: left;

}
#nav li a:hover{

color: #666666;

text-decoration:none;

}

/******* workarounds and hacks *******/
.clearfix:after {

content: "."; 

display: block; 

height: 0px; 

clear: both; 

visibility: hidden;

}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}