@charset "utf-8";
/* CSS Document */

body{
font-family: helvetica, arial;
font-size: 0.8em;
margin:0;
padding:0;
line-height: 1.25em;
background: url(images/background.jpg);
}

.large {
font-size: 140%;
color: #666;
font-weight: normal;
border-bottom: 1px dashed #ff8100;
}

.orange {
font-family: helvetica, arial;
font-size: 140%;
font-weight: normal;
color: #ff8100;
}

.head-orange {
font-family: helvetica, arial;
font-size: 120%;
font-weight: bold;
color: #ff8100;
}

.grey {
font-weight: bold;
color: #666;
}

h1{font-size: 100%;
font-weight: normal;
padding-bottom: 15px;
}

.small {font-size: 85%;
font-weight: normal;
}

#maincontainer{
width: 940px; 
margin: 0 auto; 
margin-top: 8px;
border: 10px solid #fff;
background: #fff;
}

#topsection{
height: 199px; 
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 190px; 
}

#leftcolumn{
float: left;
width: 190px; 
margin-top: 15px;
margin-left: -940px; 
}

#rightcolumn{
float: left;
width: 190px; 
margin-left: -190px; 
}

a:clear {
background: #F7F2D6;
}

a {
color: #f37a04;
font-weight: bold;
}

a:hover {
color: #000;
}
	
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
	
#navigation li {
/* border-bottom: 1px dashed #666; */
margin: 0;
padding: 8px 0px 11px 0px;
}
	
#navigation a {
color: #000;
font-weight: bold;
padding-left: 19px;
text-decoration: none;
background: url(images/bullet.gif);
}
	
#navigation a:hover {
color: #000;
background: url(images/hover.gif);
text-decoration: none;
}
	
#navigation #currentpage a 
{
background: url(images/current.gif);
color: #f37a04;
text-decoration: none;
}


#footer{
clear: left;
width: 100%;
background: #575757;
color: #fff;
text-align: center;
padding: 7px 0;
}

#credit{
font-size: 0.8em;
text-align:center;
}

#footer a{
font-size: 90%;
color: #fff;
text-decoration: none;
}

#footer a:hover{
text-decoration:underline;
background: #000;
}

.innertube{
margin: 30px 30px 15px 30px; 
}


div.footer{
	text-align: center;
	margin-top: -40px;

}

.clear{
font-weight: normal;
color: #000;
text-decoration:none; 
}

