@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 10px;
	vertical-align: middle;
	white-space: normal;
	display: inline;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 750px;
	background-color: #FFFFFF
	font-family: Verdana, Geneva, sans-serif;
}
.oneColElsCtr #header {
	height: 40px;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	width: 990px;
	margin-left: 40px;
	padding-top: 5px 
}

.oneColElsCtr #header a
	{
	color: #606060;
	text-decoration: none
}

.oneColElsCtr #header img
	{
	border-color: #606060;
}

.oneColElsCtr #header a:visited
	{
	color: #606060;
	text-decoration: none
}

.oneColElsCtr #header a:active
	{
	color: #606060;
	text-decoration: none
}


.oneColElsCtr #flashcontent {
	height: 720px;
	width: 920px;
	float: inherit;
	position: relative;
	visibility: visible;
	margin: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

.oneColElsCtr #txt {
	height: 720px;
	width: 920px;
	float: inherit;
	position: relative;
	visibility: visible;
	padding-right: 40px;
	padding-left: 40px;
	text-align: right;
}

.oneColElsCtr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #606060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	text-align: center;
	position: relative;
	height: 15px;
	width: 900px;
	visibility: visible;
	clear: none;
	float: inherit;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	bottom: auto;
}

.underlinemenu {
	font-family: Verdana, Geneva, sans-serif;
	width: 990px;
	margin-right: 30px;
}

.underlinemenu ul{
padding: 6px 0 5px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a
	{
	color: #606060;
	padding: 6px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 1px solid #606060; /*bottom border is 3px*/
	}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected
	{
	border-bottom-color: black;
	}


.oneColElsCtr #container #txt p {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColElsCtr #container #txt p {
	color: #606060;
}
.oneColElsCtr #container #txt p a {
	color: #606060;
	text-decoration: none;
}
.oneColElsCtr #container #txt p a:visited {
	color: #606060;
	text-decoration: none;
}
.oneColElsCtr #container #txt h6 {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColElsCtr #container #txt h4 {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColElsCtr #container #txt h4 {
	color: #606060;
}

.oneColElsCtr #container #txt img {
	padding: 15px;
	margin: 0px;
}
