/*  Site CSS  */

A 	{
	color: #cccccc;
	text-decoration: none;
	
	}
A:link	{
	}
A:visited	{
	color: #cccccc;
	}
A:active	{
	color: #cccccc;
	}
A:hover	{
	color: #ffffff;
	text-decoration: underline;
	}
a.cred	{
	color:#BBDCE1;
	}
body {
	margin: 0px 0px 0px 0px;
	background: #000000;
	color: #cccccc;
	padding: 0px;
	}
b	{
	color: #cccccc;
	font-weight:400;
	}


/*  CONTAINERS  */

#bigbox {
	height:550px;
	width:auto;
	margin:0px auto;
	padding:0px;
	}
#topstrip {
	width:800px;
	height:20px;
	}
#title {
	margin: 20px auto 0px;
	width:auto;
	height:25px;
	background-color:#000000;
	background-position:top center;
	background-repeat:no-repeat;
	}
#bar {
	width: 655px;
	margin:0px auto;
	}	
#nav {
	height:25px;
	width:200px;
	margin: 0px 0px 0px 526px;
	}


/*  SITE NAVIGATION  */

.nav {
	width:35px;
	height:25px;
	padding: 0px;
	float:right;
	}
.nav a {
	display:block;
	}

/* INDEX NAVIGATION FOOTER */
#navfooter {
	margin: 0px auto;
	border: 1px solid black;
}

#searchtext {
    color: #000005;
	
	}
	
#searchtext a {color:  #000005;}	
#searchtext a.visited {color: inherit;}	
#searchtext a.hover {color: inherit;}	
	

	text-decoration: none;
	}	

#indexnav {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: -10px auto 0px;
	overflow: visible;
	}
#indexnav ul {
	}
#indexnav li {
	list-style-type: none;
	float: left;
	margin-left: 60;
	}
#indexnav a {
	display: block;
	margin: 0px 17px;
	text-decoration: none;
	color: #cccccc;
}

#indexnav a:visited {
	color: #cccccc;
}

#indexnav a:active {
	color: #cccccc;
}

#indexnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*  PHOTO PANEL  */

#panel {
	margin: 10px auto 0px;
	width: auto;
	height:350px;
	text-align:center;
	background-color:#9cc;
	overflow: hidden;
	}
#panel img {
	margin:0px auto;
	padding:0px 40px 0px 40px;
	}
#paneltext {
	width:240px;
	font-weight: 400;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	line-height:16px;
	text-align: center;
	color: #036;
	float:right;
	}
#paneltext img {
	margin:0px;
	padding:0px;
	}
.paneltitle {
	padding: 60px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	}

/*  FOOTER  */

#footer {
	text-align:right;
	width: 740px;
	height: 15px;
	clear: both;
	margin: 10px auto 0px;
	padding: 7px;
	font-weight: 400;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	}
.footer	{
	font-weight: 400;
	font-size: 8px;
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
}



