@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}

.twoColFixRt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 630px;
	position: relative;
	left: auto;
	top: auto;
	margin: auto;
	overflow: hidden;
}

.twoColFixRt #Header {
	position: absolute;
	height: 50px;
	width: 780px;
	left: 0px;
	top: 0px;
}


.LeftHeader {
	font-size: 16px;
	color: #505050;
	font-weight: bold;
}
.RightHeader {
	font-size: 12px;
	color: #505050;
	font-weight: bold;
}
.twoColFixRt #sidebar1 {
	position: absolute;
	width: 200px;
	height: 550px;
	top: 50px;
	left: 580px;
	overflow: hidden;
	background-color: #969696;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/sidebarBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.twoColFixRt #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRt  #sidebar1  .vertical  {
	line-height: 8px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.twoColFixRt #mainContent {
	position: absolute;
	width: 580px;
	left: 0px;
	overflow: hidden;
	top: 80px;
	height: 520px;
	vertical-align: bottom;
	background-color: #969696;
	background-image: url(img/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
} 
.twoColFixRt #mainContent p {
	margin: 0px;
	color: #323232;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRt #mainContent ul {
	margin-left: 0px;
	list-style-type: circle;
	list-style-position: outside;
}
.twoColFixRt #mainContent h4 {
	font-size: 100%;
	font-weight: bold;
}
.twoColFixRt #mainContent h5 {
	font-size: 12px;
	color: #7D7D7D;
	font-weight: bold;
	background-color: #9A9A9A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E7E7E;
}

.twoColFixRt #mainContent h6 {
	font-size: 12px;
	color: #7D7D7D;
	font-weight: bold;
	background-color: #9A9A9A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRt #mainContent a {
	color: #969696;
	text-decoration: none;
	font-weight: bold;
	background-color: #323232;
}

.twoColFixRt #Navigation {
	position: absolute;
	height: 30px;
	width: 580px;
	left: 0px;
	top: 50px;
	background-color: #969696;
}
.twoColFixRt  #Navigation  p  {
	font-size: 10px;
	color: #E5E5E5;
	background-color: #505050;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.twoColFixRt #Navigation a {
	color: #E5E5E5;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.white {
	color: #FFFFFF;
}
.ExternalLinks {
	color: #323232;
	background-color: #828282;
}

.privacy {
	font-size: 75%;
}
.userinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	background-color: #CACACA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copyrightContainer {
	position:relative;
	left:0px;
	top:600px;
	width:780px;
	height:30px;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	overflow: visible;
}
.twoColFixRt #copyrightContainer p {
	font-size: 55%;
}
