body {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.twoColLiqRtHdr #container { 
	width: 800px;  /* this will create a container 800 pixels wide */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
} 
a:link {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	color: #0033ff;
	text-decoration: none;
}
a:hover {
	color: #E13A3E;
	text-decoration: underline;
}
.banner {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	height: 119px;
}
.content {
	background-image: url(../images/background_content2.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.content_body {
	overflow: auto;
	margin-right: 20px;
	margin-left: 20px;
	width: 605px;
}
.right_menu {
	width: 164px;
	float: right;
	padding: 0px;
}
.right_menu img {
	display: block;
}
.footer {
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	background-image: url(../images/footer.gif);
	height: 35px;
	width: 800px;
	padding-top: 13px;
	padding-left: 13px;
	background-repeat: no-repeat;
}
.footer a:link {
	color: #fefbd0;
	text-decoration: none;
}
.footer a:visited {
	color: #fefbd0;
	text-decoration: none;
}
.footer a:hover {
	color: #99FFCC;
	text-decoration: underline;
}
.validation_error {
	background-color: #FFFFFF;
	text-align: left;
	width: 300px;
	border: thin solid #DD9988;
	color: #990000;
	padding: 10px;
}
.big_name {
	font-size: 130%;
	font-weight: bold;
}
.form_label {
	font-size: 90%;
	font-weight: bold;
}
.content_small {
	font-size: 95%;
}
.body_table_row {
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.body_table_row_header {
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.alternate_row_header {
	padding: 5px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.alternate_row_footer {
	text-align:right;
	background-color: #235b50;
	padding: 5px;
}
.alternate_row_1 {
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.alternate_row_2 {
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.section_divider {
	font-size: 130%;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	border-bottom-width: thin;
	font-weight: bold;
}
/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}
