body{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: x-small;
	background: #BFE26D url(rewriteimg/bg.png) repeat;
	min-width: 700px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;

}

#container{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	border: 8px solid #261884;
	border-top: none;
	background: #BFE26D;
}

#header{
	
}

#header h1{
	margin: 0;
	padding: 10px 20px;
}

#header img{
	float: left;
}

#header a{
	display: block;
	float: right;
	background: #BFE26D url(rewriteimg/listitem.png) no-repeat bottom;
	padding: 10px 60px;
	color: #261884;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover{
	text-decoration: underline;
}

#nav{
	clear: both;
	float: left;
	width: 200px;
	text-align: center;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 15px;
}

#nav ul li a{
	display: block;
	padding: 8px 4px;
	background: #BFE26D url(rewriteimg/listitem.png) no-repeat bottom;
	margin-bottom: 5px;
	color: #261884;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#nav a:hover{
	text-decoration: underline;
}

#nav a img{
	border: none;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}

#content{
	float: right;
	width: 485px;
	margin: 0;
	padding: 15px;
	padding-left: 0;
}

#content h1,h2,h3,h4,h5,h6{
	color: #261884;
	letter-spacing: 1px;
}

#content h1{
	font-size: 120%;
}

#content h2{
	font-size: 110%;
}

#content h3{
	font-size: 95%;
	font-style: italic;
}

#content p{
	line-height: 1.3;
}

#content em{
	letter-spacing: 1px;
}

#content ul{
	list-style: circle;	
	color: #261884;
}

#content a:link, a:active, a:visited{
	color: #261884;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content ul li{
}

#content table caption{
	font-size: 28px;
	text-align: left;
	font-weight: bold;
	color: #261884;
	margin-bottom: 10px;
}

#content table{
	width: 100%;
	border-spacing: 0px;
}

#content table thead{
	font-weight: normal;
	color: #261884;
}

#content table td{
	margin: 0;
	padding: 4px;
}

#content table th img{
	border: none;
}

#content table td{
}

#content table .firstcolor{
}

#content table .secondcolor{
}

#content table .hover{
	background: #FFFB97;
}

#content #pager{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	
}

#content #pager li{
	display: inline;
	background: #FFFB97;
	padding: 2px 4px;
}

#content img{
 	max-width: 460px;
  	width: expression(this.width > 460 ? 460+'px' : true); // ie6 fix
}

#footer{
	clear: both;
	background: #261884;
	height: 95px;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 10px 0px;
}

#footer ul li{
	display: inline;
	margin: 0;
	padding: 3px;
}

#footer ul li img{
	 border: 1px solid #FFFB97;
}

#footer sub{
	padding: 20px 0;
}
