body, html {
	margin: 0px;
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #cccc99;
}

.summary {
	font-weight: bold; font-style: italic;
	color: #003366;
}

.menu {
	width: 150px;
	background-color: #ffcc00;
	vertical-align: top;
	text-align: center;
	font-size: 12px; font-weight: bold;
}

.menu_link {
	display: block;
	height: 20px;
	background-color: #ffffcc;
	border: 2px solid #3333cc;
	text-align: center;
	font-size: 12px; font-weight: bold; color: #ffff00;
	padding: 5px 0 0 0;
	margin: 3px 0 3px 0;
}

.menu_link:link {color: #0000ff}
.menu_link:visited {color: #0000ff}
.menu_link:hover {color: #000000}
.menu_link:active {color: #000000}

#main {
	width: 70%;
	vertical-align: top; font-size: 13px;
	float: left; padding: 5px 10px 20px 15px;
}

.photo_description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px; font-weight: normal; font-style: italic;
	color: #666666;
	margin: 10px 0 5px 0;
}

#footer {
	width: 740px;
	font-size: 11px;
	text-align: center
}

#footer a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; color: #993366; font-weight: bold;
	color: #003366;
}

h1 {
	font-size:30px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size:26px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:22px;
	margin: 10px 0 15px 0;
}

h4 {
	font-size:20px;
	margin: 10px 0 15px 0;
}

h5 {
	font-size:18px;
	margin: 20px 0 0 0;
}

h6 {
	font-size:16px;
	margin: 20px 0 0 0;
}


.emph {font-weight: bold; font-style: italic}



