@charset "UTF-8";
body  {
	margin: 10px 0px; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
}

h1 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #763e19;
	font-weight: lighter;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #763e19;
	font-weight: lighter;
}

h3 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #763e19;
	font-weight: bold;
}

h4 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

h5 {
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763E19;
	line-height: 11px;
}

h6 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	color: #666666;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.bar {
	color: #763e19;
}

a:link {
	color: #763e19;
	text-decoration: underline;
}

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

a:hover {
	text-decoration: underline;
	color: #663366;
}

a:active {
	text-decoration: underline;
	color: #663366;
}

.styles #container {
	position: absolute;
	background-position: left top;
	text-align: left;
	width: 996px;
	left: 50%;
	margin-left: -498px;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	border: solid #0d3e8c 1px;
} 
.styles #header {
	padding: 0px 0px 25px 0px;
	height: 238px;
	margin-top: 0px;
}

.styles #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding: 0px 0px 15px 25px;
	font-size: 12px;
	line-height: 13px;
	color: #763E19;
	font-weight: normal;
}

.styles #sidebar1 p {
	margin: 0;
	padding: 4px 0;
}

.styles #mainContent {
	padding: 0px 50px 15px 275px;
	margin: 0px;
	color: #333333;
} 

.styles #footer {
	padding: 10px 50px 0px 25px;
	height: 30px;
	margin-top: 0px;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}

.styles #footer p {
	margin: 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	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;
}


/* Table Rules
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


#table {
	border-collapse:collapse;
	margin: 0;
}

#table th {
	background-color: #003366;
	color: #CCCCCC;
	margin: 0;
	border-top: solid 1px #ffc324;
	border-bottom: solid 1px #ffc324;
	cursor: pointer;
	padding: 10px 0 0 10px;
}

#table tr {
	 border-bottom: solid 1px #c2e8ee;
}

#table td {
	padding: 5px 0 5px 10px;
}

.trOdd {
	background-color: #EEE;
}

