body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url(../images/bgBar.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.inner {
	background-position: center;
	display:block;
	width:800px;

	margin: 0 auto !important;
	margin: 0 0 0 0px;	
			/* IE6 */
}
#credit {
	color: #AAAAAA;
	background-position: center;
	display:block;
	width:800px;
	margin: 0 auto!important;
	margin: 0 0 0 0px;
	padding: 5px 125px 0 0;
	text-align: right;
	font-size: 10px;
}
#credit  a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bolder;
	font-style: normal;
}
#credit a:hover {
	color: #CCCCCC;
}

#bigpic {
	float: left;
}
#nav {
	float: left;
	display: block;
	height: 360px;
	width: 164px;
	background-color: #1A3E7A;
	text-align: center;
	padding:0;
	margin:0;
	font-size: 14px;
}
h3 {
	text-align: center;
	font-size: 16px;
}
.navitem{
	height:35px;
	display: block;
	background-image: url(../images/whitestripe.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
}
.navitem a{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.navitem a:hover{
	background-color: #15478E;
	height:35px;
	display:block;
}
.navname{

	padding: 10px 0 0 10px;
	text-align: left;
}
.selected{
	background-color: #FFFFFF;
	height:35px;
	display:block;
	font-weight:bold;
	color: #ffffff;
	background-image: url(../images/selectedbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	display: block;
}
#bottom {
	float: left;
}
#contentleft {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 528px;
	border-right-color: #000000;
	border-right-style: dotted;
	padding: 0 0 20px 0;
}
#contentleftinner {
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 12px;	
}
#contentright {
	float: left;
	margin: 20px 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	width: 200px;
    font-size: 12px;
}
#pagename{
	font-size: 18px;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0;
}
#pics{
	float: right;
}
.clear{
	clear:both;
	}
.subs a{
	color: #333333;
}
.subs a:hover{
	color: #333333;
}

#contentright a {
	color: #000000;
}
#contentright img {
    padding:0;
	margin:0;
}
#contentright a:hover {
	color: #1A3E7A;
}
