body {
	margin:0 0;
	padding:0;
	background-color: #FFFFFF;
}

#backgroundblue{
	background-position: left top;
	background-repeat:repeat-x;
	background-image: url(graphics/spacerblue50h.gif);
}

.content {
	font-size:14px;
	color:#555555;
	font-family: Arial;
}
.content a { color:#555555; text-decoration: none; }
.content a:hover { color:#000000; }

.header {
	font-family: Verdana;
	font-size:17px;
	color:#333333;
}
.header a { color:#333333; text-decoration: none; }
.header a:hover { color:#780000; }

.footertext {
	font-size:9px;
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footertext a {
	color:#555555;
}

img.flow {float: right;}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style:none;
	padding:0;
	margin:0;
}

ul a {
	text-decoration: none;
}

#nav li {
	clear:left;
	vertical-align: bottom;
	margin:0;
	width:180px;
	border-bottom:1px solid #FFFFFF;
	background-color:#902D2D;
}

#nav li a { display:block; padding:4px; color:#FFFFFF; }
#nav li a:hover { background-color: #E6E6E6; text-decoration: none; color:#780000; }

#navc li {
	clear:left;
	vertical-align: bottom;
	margin:0;
	width:240px;
	border-bottom:1px solid #902D2D;
	background-color:#F0F0F0;
}

#navc li a { display:block; padding:4px; color:#333333; }
#navc li a:hover { background-color: #999999; text-decoration: none; color:#FFFFFF; }

#nav2 li {
	clear:left;
	vertical-align: bottom;
	margin:0;
	width:180px;
	border-bottom:1px solid #902D2D;
	background-color:#F0F0F0;
}

#nav2 li a { display:block; padding:4px; color:#333333; }
#nav2 li a:hover { background-color: #999999; text-decoration: none; color:#FFFFFF; }

#cf {
	position:relative;
	width: 100%;
	padding-top: 25%;
	margin:0 auto;

}

#cf img {
  position:absolute;	 
  left:0;
  top:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.h1 { 
font-family: Arial,sans-serif; 
font-size: 14px;
line-height: 1.1;
font-style: normal; 
font-weight: bold;
letter-spacing: 0px;
color: #555555; 
} 






