@charset "UTF-8";
/* CSS Document */

.navigation:link, .navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	width: 154px;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	line-height: 30px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	width: 154px;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	line-height: 30px;
}
.navigationBot:link, .navigationBot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.navigationBot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.navigationWb:link, .navigationWb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.navigationWb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.navigationBody:link, .navigationBody:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	text-decoration: underline;
}
.navigationBody:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	text-decoration: none;
}
.navigationSub:link, .navigationSub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

.navigationSub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#navcontainer
{
	height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 152px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#navcontainer ul li a:hover
{
	color: #999999;
	background-color: #CCCCCC;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
.textBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 10px;
}
.photoRlp {
	margin: 5px;
	float: right;
	padding: 5px;
	border: thin solid #666666;
}

