html /* force scroll bars */         { margin-bottom: 1px; width: 100%; height: 100%; min-height: 100% }
img {
}
/* links */
a {
  color: #868fb8;
}
a:hover {
  color: #FFFF99;
  text-decoration: none;
}

#header {
width 765px;
	margin: 0px;
	padding: 2px,0px,0px,0px;
}

#mainwrapper {
	margin: 0px auto;
	width: 765px;
	background-color: #9999CC;
	position: relative;
}

/* navigation */
#topnav {
	text-align: right;
	background-color: #9999CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663399;
	text-decoration: none;
	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0px;
}
#banner {
	height: 75px;	
}
#mainnav {
	background: #9966CC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	height: 20px;
}

/* footer */
#footer {
	padding: 4px 0px 3px;
	background: #000066;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	clear: both;
}

#credit {
	padding: 3px 5px 0px 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	width: 765px;
	background-color: #CCCCCC;
}

#leftpanel {
	width: 255px;
	float: left;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #9999CC;
	padding: 10px 10px 10px 20px;
	border-top: 0px #663399;
	border-right: 1px solid #663399;
	border-bottom: 0px #663399;
	border-left: 0px #663399;
	height: auto;
	clear: left;
}

#pics {
	height: 335px;
	float: left;
	position: inherit;
	padding: 20px 10px 5px 15px;

}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}

/* end non ie/mac css */
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	padding: 0px 0px 15px;
	height: 20px;
	width: 100%;
}

.clicktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

body {
	padding: 0px;
	color: #FFFFFF;
	background: #CCCCCC;
	font: normal 12px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 765px;

}
