@charset "utf-8";
/* CSS Document */
html{color:#000;background:#cccc99;}
body{text-align:center;}
#doc2{
	background-color: #FFFFCC; 
	padding:1em; 
	background-image:url(image/ftstripe.jpg)); 
	background-repeat:repeat-x; 
	background-position:bottom;
	}
#hd{
	height:160px; 
	clear:both;
	}
#bd{
	margin-top:1em;
	}
#ft{
	margin-top:1em; 
	text-align:center;
	}
#topbar{
	margin:0; 
	padding:0;
	height:30px;
	width:auto;
	background-image:url(image/topbar.jpg); 
	background-repeat:repeat-x;
	}
#logo{
	margin:.5em; 
	padding:0;
	width:300px;
	height:150px; 
	background-repeat:no-repeat; 
	float:left;
	
	}
#navbox{
	margin:0; 
	padding:9.5em 0 0 0;
	}




h1{
	margin-bottom:.2em;
	font-size:150%; 
	font-weight:bold; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666633;
	}
h6{
	font-size:300%; 
	font-weight:bolder; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#666633;
	}
hr{
	height: 2px; 
	color: #666633; 
	background-color: #666633; 
	border: 0; 
	clear: both;
	}
p{
	margin-bottom:1em;
	}
b{	color:#666633;}
a{	color:#6699cc;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	color: #FF9933;
	}




#img {
	margin:1em;
	background: #FFFFCC;
	float: left;
	text-align: center;
	}
#img img {
	display: inline;
	}
#img a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
#desc {
	text-align: left;
	background: #FFFFCC;
	font-size: 12px;
	font-style: italic;
	}
img.floatleft { 
    float: left; 
    margin: .5em; 
	}
img.floatright { 
    float: right; 
    margin: .5em; 
	}