/* CSS Document */

body {
	background-color:#CC3333;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.bodycontainer
{
	background-color:#eeeeee;
	border-color:black;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	border-width:1px;
	border-style:solid;
	width:808;
}

.bodyimage {

	float:left;
	border-width:1px;
	border-color:black;
	border-style:solid;
}

.imgcontainer {
	padding:8px;
	float:left;
}

.photocredit {
	font-size:7pt;
	text-align:center;
	clear:both;
}

.sidebar {
	float: left;
	font-weight: bold;
	padding:12px;
	text-align:right;
	line-height:1.5;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover {
	font-size:14pt;
	color: #00509e;
	font-weight:bold;
	text-decoration: none;
}

.topbar a:link, .topbar a:visited, .topbar a:active {
	font-size:13pt;
	color:#00509e;
	font-weight:normal;
	text-decoration: underline;
}

.topbar a:hover {
	text-decoration:none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.content a:link, .content a:visited, .content a:active, .content a:hover {
	color: #00509e;
	font-weight:bold;
	text-decoration:underline;
}

.content a:hover{
	text-decoration:none;
}

.content {
	padding: 10px;
	font-size:10pt;
}

.header {
	text-align:center;
	font-size:30pt;
	font-weight:bold;
}

h1 {
	text-align:right;
	font-size: 20pt;
	font-weight: bold;
}