@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 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	width: 780px;
	float: none;
	clear: left !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRt #sidebar1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	top: 0px;
	left: 0px;
	position: static;
	display: none;
}
.twoColFixRt #container #header {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	top: 0px;
	left: 0px;
	margin: 0px;
	position: relative;
	float: left !important;
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRt #mainContent {
	width: 549px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #316AC5;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: 0px;
	margin: 0px;
	clear: left;
	float: none;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 120%;
}
a {
  text-decoration : underline !important;
  color : #0000ff;
}

.twoColFixRt #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: left;
	border: 0px solid #000000;
	font-weight: normal;
	color: #FFFFCC;
	clear: left;
	display: block;
	background-color: #77090A;
	background-position: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	width: 778px;
	text-align: left !important;
}
.twoColFixRt #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 780px;
}
