@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E7ECF0;
}
#container  {
	width: 965px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	width: 965px;
	height: 197px;
	position: relative;
}
#topnav {
	position:absolute;
	width:651px;
	height:46px;
	z-index:1;
	left: 272px;
	top: 124px;
}
#logo {
	position:absolute;
	width:228px;
	height:122px;
	z-index:2;
	left: 40px;
	top: 22px;
}
#flash  {
	width: 965px;
	height: 206px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#home-text  {
	width: 965px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 45px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #535755;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #98012E;
	font-weight: normal;
}
.text-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.red-head-small {
	color: #98012E;
	font-weight: bold;
}
a:link {
	color: #444645;
}
a:visited {
	color: #444645;
}
a:hover {
	color: #75887D;
}
a.orbit:link {
	color: #869190;
	text-decoration: none;
}
a.orbit:visited {
	color: #869190;
	text-decoration: none;
}
a.orbit:hover {
	color: #3D4842;
	text-decoration: none;
}
.oneColFixCtr #container #content table tr .tablebg .text img {
	border: 1px solid #5E6F65;
	width: auto;
	text-align: left;
}
.oneColFixCtr #container #content table tr .tablebg h1 a:link {
	color: #98012E;
	text-decoration: underline;
}

.oneColFixCtr #container #content table tr .tablebg h1 a:visited {
	color: #98012E;
	text-decoration: underline;
}
.oneColFixCtr #container #content table tr .tablebg h1 a:hover {
	color: #3D4842;
	text-decoration: underline;
}

.text-small-bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #869190;
}.tablebg {
	padding-top: 30px;
}
#top5 {
	position:absolute;
	width:600px;
	height:35px;
	z-index:9;
	top: 83px;
	left: 270px;
}

#content {
	width: auto;
	text-align: left;
}
.textsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #7B827E;
}
