@charset "UTF-8";
body, html {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	background-color: #97959d;
}
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 100%;
	
}
body,td,th {
	vertical-align: top;
	text-align: left;
}
td,th {
	background-repeat: no-repeat;
	background-position: 50% top;	
}
.twoColFixLt #container {
	width: 954px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	background-repeat: no-repeat;
	background-image: url(images/container_bg.jpg);
	background-position: 50% 32px;
	border: 0px solid #000000;
	font-size: 13px;
}  
.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: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	clear: left;
	padding-bottom: 0px;
	padding-right: 5px;
}
.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;
}
.navbar {
	background-color: #494851;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
.small {
	font-size: 11px;
	text-align: center;
}
a:link {
	color: #ba8432;
}
a:visited {
	color: #ba8432;
}
a:hover {
	color: #EDB256;
}
a:active {
	color: #000000;
}
.main {
	min-height: 100%;
	width: 954px;
}
.leftColumn {
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.rightColumn {
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
.gold {color: #ba8432}

