@charset "ISO-8859-1";

body {
background: #C6B9A7;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
			color: #660000;
}

a, a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #660000;
	text-decoration: underline;
}

.navbar {
	font-family: "Trebuchet MS";
	background-image: url(images/nav-back-new.gif);
	background-repeat: no-repeat;
	background-color: #C8B7AA;
	color: #ffffff;
	padding: 8px 4px 2px 4px;
	height: 30px;
	text-align: center;
	font-size: 110%;
}

.navbar a, .navbar a:link, .navbar a:visited{
	color: #ffffff;
	text-decoration:none;
}


.navbar a:active, .navbar a:hover {
	text-decoration: none;
	color: #C54241;
}

.subnav {
	color: #660000;
	font-size: 85%;
}

.subnav a, .subnav a:link, .subnav a:visited{
	color: #660000;
	text-decoration:underline;	
}


.subnav a:active, .subnav a:hover {
	color:#336699;
}

.content {
font-size: 80%;
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}


h2{
font-size: 145%;
color:#C54241;
font-family: "Trebuchet MS";
}

.details {
font-family:Arial, Helvetica, sans-serif;
font-size: 75%;
}

.note {
color: #C54241;
font-style:italic;
text-decoration:none;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 90%;
color: #C54241;
	text-align: center;
	background-color: #F0ECDA;
	padding: 10px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
color: #C54241;
}

.footersecond {
	font-family: "Trebuchet MS";
	font-size: 80%;
color: #C54241;
	text-align: center;
	background-color: #F0ECDA;
}

.footersecond a, .footersecond a:link, .footersecond a:visited, .footersecond a:active, .footersecond a:hover {
color: #C54241;
text-decoration:none;
}
.border {
	background-image: url(images/border-bottom-flip-yellow.gif);
	height: 54px;
	background-repeat: no-repeat;
}

.middle {
	padding-top: 26px;
	padding-bottom: 6px;
	text-align: center;
	background-color: #C7DDDC;	
}
.floatright {
float: right;
}