@charset "utf-8";
/* CSS Document */
@import url("navigation.css");

body {
	margin: 0;
	padding: 0;
	font: normal 14px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;
	line-height:150% !important;
	color: #fff;
	background:#959595;
	
}
.Normal {font: normal 14px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;}
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration: none;
	color:#840800;
}
h1{
	margin:0;
	color:#fff;
	font:italic 36px/48px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;
	margin-left:15px;
}
h2{ 
	margin:0;
	color:#000;
	font: 20px/34px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;
}
h3 {
	margin:0;
	color:#840800;
	font:bold 17px/28px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;
}
h4 {
	color:#fff;
	font:bold 15px/20px Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif !important;
	margin:0px;
}
/* general globals */
#wrapper {
	background: url(bg.jpg) repeat-x;
	text-align:center;
}
#shell {
	width:900px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#Header{
	width:900px;
	height:318px;
	background:url('bg_Header.jpg') bottom center no-repeat;
	position:relative;
}
#flash{
	width:900px;
	height:268px;
}
#navigation {
	
}
#container{
	width:857px;
	margin:0 auto;
	color:#fff !important;
}
#content {
	width: 610px;
	text-align: left;
	float:right;
	margin:0 10px;
	border:3px solid #840800;
}
#content img{
	color:#000;
}
.cleartextarea{
	margin:0 15px;
	padding:0;
}
#info{
	float:left;
}
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;		
}
#footer p {
	text-align:center;
	color:#000;
	margin:0;
	font-size:10px;
	text-decoration:none;
}

#footer a {
	color: #000;
	font-weight:normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* other styles */
.clear {clear:both;}
.formTable p {
	font:14px/150% normal Palatino Linotype, Book Antiqua, Palatino, Georgia, Trebuchet MS, serif;
	color: #000;
}

/* Standard positioning, wrapping, styling of photo and feature elements */
#feature {margin:30px auto 20px auto;}
.caption { font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:2px; background:#666666; border:3px solid #840800; float:right; margin:1px 0px 8px 9px;}
.photoleft{padding:2px; background:#666666; border:3px solid #840800; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#666666; border:1px solid #840800;}
.featureRight {border:5px solid #840800; padding:3px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #840800; padding:3px; margin:7px auto 7px auto; }
.clear {clear:both;}

