﻿@import url("layout.css");
body {
}
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
#container {

}
#page_content {
	border: 1px #999966 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	margin: 0px 15px 10px 15px;
	text-align: center;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	margin-top: 0px;
}
#photos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px 10px 5px 10px;
	text-align: center;
	background-color: #EAEAD5;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	margin-top: 0px;
}
#buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

/* Navigation Styles */
#navigation a {
	color: #666666;
	text-decoration: none;
	margin: 0px 20px;
}
#navigation a:hover {
	color: #999966;
	text-decoration: none;
	margin: 0px 20px;
}
/* Content Styles */
#content p {
}
#content h1 {
}
#content a {
	color: #999966;
	text-decoration:none;
}
#content a:visited {
	color: #999966;
	text-decoration:none;
}
#content a:hover {
	color: #003399;
	text-decoration:none;
}


/* Photo Styles */
#photos p {
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 10px 40px 10px 40px;
	background-color: #FFFFFF;
}
#photos h1 {
	font-size:8pt;
	font-weight:normal;
}
#photos h2 {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
}
#photos h3 {
	font-size: 6pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

#photos a {
	color: #999966;
	text-decoration:none;
}
#photos a:visited {
	color: #999966;
	text-decoration:none;
}
#photos a:hover {
	color: #003399;	
	text-decoration:none;
}


/* Image Styles */
img {
	border: 0;
	border-width: 0;
}
//* Link Styles */
a {
	color: #003399;
	border: 0;
	border-width: 0;
	text-decoration: none;
}
a:hover {
	color: #999966;
}
.style_active {
	color: #999966;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

