html, body { 
height : 100%;
} 
body { 
margin : 0;
padding : 0;
font : 80% "Trebuchet MS", helvetica, arial, verdana, sans-serif;
background : #454545;
color : #bbb;
} 
#top { 
margin : 0;
padding : 0;
} 
#top h2 { 
margin : 0;
padding : 8px 0;
text-align : center;
letter-spacing : 5px;
font-size : 90%;
background : #4e4e4e;
color : #aaa;
} 
.header { 
height : 200px;
width : 100%;
background : transparent url(images/head.png) no-repeat;
padding-top : 0;
} 
.logo {
	letter-spacing : 5px;
	font-size : 170%;
	color : #f4a620;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 350px;
} 
.sidebar {
float : left;
width : 22%;
margin-top : 0;
padding-top : 0;
line-height : 2em;
background : transparent;
white-space : nowrap;
} 
.col1top { 
float : left;
width : 38%;
margin-left : 3%;
margin-right : 1%;
margin-top : 24px;
line-height : 2em;
background : transparent;
} 
.col1 { 
float : left;
width : 38%;
margin-left : 3%;
margin-right : 1%;
margin-top : 0;
line-height : 2em;
background : transparent;
} 
.col2top { 
float : left;
width : 28%;
margin-top : 24px;
line-height : 2em;
background : transparent;
} 
.col2 { 
float : left;
width : 28%;
margin-top : 0;
line-height : 2em;
background : transparent;
} 
.footer { 
float : left;
width : 100%;
height : 100px;
padding : 5px 0;
text-align : center;
font-size : 80%;
background : #4e4e4e  url(images/bgd01.jpg) bottom center repeat-x;
color : #fff;
}
#contact { 
margin : 15px 10px;
padding : 10px 0;
background : inherit;
color : #fff;
} 
#contact p {
border-bottom : 1px solid #4E4E4E;
padding-left : 20px;
color : #bbb;
}
 
#sidenav { 
margin : 15px 10px;
padding : 10px 0;
list-style-type : none;
background : inherit;
color : #fff;
} 
#sidenav a { 
letter-spacing : 2px;
border-bottom : 1px solid #4E4E4E;
margin-bottom : 0px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(images/arrow2_e.gif) no-repeat left center;
color : #ddd;
} 
#sidenav a#current, #sidenav a:hover { 
text-decoration : none;
background : #4E4E4E url(images/arrow2_e.gif) no-repeat left center;
color : #aaa;
} 
sidebar ul { 
list-style : none;
margin : 0;
padding : 0;
} 
.imgleft { 
float : left;
margin : 20px;
} 
a { 
color : #f4a620;
text-decoration : none;
} 
a:hover { 
text-decoration : underline;
color : #ffffff;
} 
p { 
padding : 0 10px;
} 
h1 { text-transform: uppercase;
padding : 10px;
letter-spacing : 2px;
font-size : 130%;
color : #f4a620;
} 
h2 { 
padding : 20px;
margin-top : 0;
letter-spacing : 3px;
font-size : 130%;
color : #0a9cd1;
} 
blockquote { 
font-weight : bold;
font-style : italic;
color : #ccc;
} 
