/* CSS Document */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: 10px;
	background-color: #008DA9;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #008DA9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF9933;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
}
.text a:link {
	text-decoration:underline;
	color:#000000;
}
.text a:visited {
	text-decoration:underline;
	color:#000000;
}
.text a:active {
	text-decoration:underline;
	color:#000000;
}
.text a:hover {
	text-decoration:none;
	color:#009999;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.sidebar a:link {
	text-decoration:underline;
	color:#000000;
}
.sidebar a:visited {
	text-decoration:underline;
	color:#000000;
}
.sidebar a:active {
	text-decoration:underline;
	color:#000000;
}
.sidebar a:hover {
	text-decoration:none;
	color:#009999;
}
.headline {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	display: block;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	padding-top: 5px;
}
body {
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-color: #058DA9;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo {
	margin-bottom: 0px;
}