@import url("layout.css");
body {
	font-family: Verdana, 'Microsoft Sans Serif', Helvetica, 'Bitstream Vera Sans', sans-serif;
	font-size: small;
	color: #000000;
	background-color: #666666;
	background-image: url("images/greyglow.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#container {
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
}
#masthead {
	postition: relative;
	z-index: 1;
	margin-top: -235px;
	margin-left: 14px;
	width: 857px;
	padding: 0px 25px 0px 0px;
	border: 2px solid #0095b3;
	background-color: #e6e6e6;
}
#navigation {
	position: relative;
	float: left;
	width: 153px;
	margin-top: 45px;
	margin-bottom: 10px;
	margin-left: 14px;
	background-color: transparent;
}
#content {
	float: right;
	width: 655px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 15px 25px 30px 25px;
	border: 2px solid #0095b3;
	background-color: #e6e6e6;
}
#footer {
	text-align: center;
	clear: both;
	width: 876px;
}
/* Masthead Styles */
#masthead img {
	padding-top: 18px;
	padding-bottom: 10px;
	float: right;
}
#masthead h3 {
	clear: both;
	color: #000000;
	margin-top: 0px;
	text-align: right;
	font-size: 135%;
	font-weight: normal;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 153px;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding-bottom: 5px;
	background-color: transparent;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 21px;
	padding: 7px 5px 3px 25px;
	background-image: url("images/button.gif"); 
	border: 1px solid #0095b3;
	font-size: 14px;
}
#navigation a:hover {
	color: #0095b3;
	text-decoration: none;
	display: block;
	height: 21px;
	padding: 7px 5px 3px 25px;
	background-image: url("images/buttonlight.gif"); 
	border: 1px solid #0095b3;
	font-size: 14px;
}
/* Content Styles */
#content h2 {
	color: #0095b3;
	font-size: 175%;
	margin-top: 0px;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaaaaa;
}
#content h3 {
	color: #0095b3;
}
#content hr {
	color: #aaaaaa;
	noshade: noshade;
}
img.pic_rt {
	float: right;
	margin-right: -20px;
	margin-left: 20px;
}
img.pic_lft {
	float: left;
	margin-right: 0px;
	margin-left: -8px;
}
#content p {
	margin-bottom: -5px;
	text-align: justify;
	font-size: 89%;
	line-height: 2;
}
.credit_rt {
	clear:both;
	float: right;
	margin-top: -14px;
	margin-right: 2px;
	font-size: 75%;
}
.credit_lft {
	clear:both;
	float: left;
	margin-top: -14px;
	margin-left: 0px;
	font-size: 75%;
}

.lens {
	position: relative;
	z-index: 5;
	top: 0px;
	left: 0px;
}
#content a {
	color: #0095b3;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}


/* Footer Styles */
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}