@charset "UTF-8";
body {
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/background-body.gif) repeat-y fixed center top;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:visited {
	color: #666666;
	text-decoration: none;
}

p {
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font: 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container {
	width: 771px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header_route {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 185px 0px 35px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent p {
	text-align: center;
}
.oneColFixCtrHdr .flashimg img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #logo {
	padding-left: 76px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}
.oneColFixCtrHdr .logoholder {
	text-align: center;
	clear: none;
	width: 170px;
	float: left;
	margin-right: 55px;
}
.logoholder img {
	margin-bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr .flashimg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 9px;
	padding-bottom: 9px;
}

