
html {
font-family:"Lucida Grande", Tahoma,arial,helvetica,san-serif;
font-size:12px;
line-height: 15px;
}
body {
padding: 0;
margin: 0;
}
@font-face {  
  font-family: "fabulous 50s" ;  
  src: url(fonts/fabulous.ttf) format("truetype");  
} 
@font-face {  
  font-family: "FFF Tusj";  
  src: url(fonts/fff-tusj.TTF) format("truetype");  
} 
@font-face {
 font-family: heroin07;
 src: url("fonts/heroin07.eot"); /* EOT file for IE */
}
@font-face {
 font-family: heroin07;
 src: url("fonts/heroin07.ttf")  format("truetype"); /* TTF file for CSS3 browsers */
}
@font-face {  
  font-family: "Times New Yorker";  
  src: url(fonts/times_new_yorker.ttf) format("truetype");  
} 

.topheader {
text-align: left;
font-family: "heroin07","Lucida Grande",Tahoma,arial,helvetica,san-serif;
letter-spacing: 3px;
font-size: 50px;
line-height: 60px;
text-transform: uppercase;
color: #fff;
padding: 5px 5px 5px 15px;
}
.wrapper {
width: 960px;
margin: auto;
}

h1 {
color: #DC6D43;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 25px;
border-bottom: 1px dotted #DC6D43;
padding-bottom: 5px; 
font-weight: normal;
}

h2 {
color: #777;
font-family: Georgia, Times, "Times New Roman", serif;
border-bottom: 1px dotted #ccc;
font-size: 12px;
padding-bottom: 5px; 
font-weight: bold;
text-transform: uppercase;
}
.top {
background: #636363 url(images/background.png) repeat-x 0 bottom;

}
.topnavigation{
border-bottom: 4px solid #ccc;
padding: 5px 5px 0 5px;
margin: 0;
line-height: 12px;
}
.topnavigation ul{
text-align: center;
padding:5px 0 3px 0;
margin:0px 0 0px 0;
height: 15px;
}
.topnavigation ul li{
display: inline;
padding: 0;
margin: 0 2px 0 2px;
float:left;
font-size: 10px;
line-height: 20px;
letter-spacing: 4px;
word-spacing: 7px;
}
.topnavigation a, .topnavigation a:link, .topnavigation a:active, .topnavigation a:visited {

background-color:#ccc;
padding: 5px 20px 2px 20px;

color: #1C2E63;
text-transform:uppercase;
text-decoration: none;

}
.topnavigation a:hover {

background-color: #B1C1E8;
color: #666;
text-decoration: none;
border-bottom:1px dotted #666;
padding-bottom:4px;
}

.topnavigation ul li.current{

background-color:#fff;
padding: 5px 20px 5px 20px;
margin-top: -4px;
color: #1C2E63;
text-transform:uppercase;
text-decoration: none;
border-bottom:9px solid #fff;
}


.left {
margin: 0;
padding: 0;
}
.date {
color: #999;
font-size: 12px;
padding: 10px 1px 10px 25px;
background: url(images/bullet.gif) no-repeat 0 -172px;
margin: 0;
}

.subhdr {
font-weight: bolder;
font-size: 12px;
color: #999;
margin: 6px 4px 6px 25px;
}

.title {
font-weight: bolder;
font-size: 14px;
margin: 6px 4px 6px 40px;
}

ul.description {
padding: 0;
margin: 6px 4px 6px 60px;
}

.description li {
list-style-type: none;
background: url(images/bullet.gif) no-repeat -2px -530px;
padding: 3px 1px 3px 18px;
}


.mainbody {
margin: 0px;
padding:0 150px 10px 150px;
border:5px solid #ccc;
background-color: #fff;
}

.mainbody #home{
text-align: center;
}
.mainbody #home h2{

border-bottom: none;
padding-top: 20px;
}

.bottomnav {
/*border-top: 1px solid #ccc;*/
font-family: tahoma;
font-size: 10px;
text-align: center;
padding: 20px 10px 20px 10px;
margin: 20px 0 0 0;
}


