@charset "UTF-8";
body  {
	background: #666666;
	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: #003366;
	background-image: url(../1_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00477F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h3 {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

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: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 11px;
}

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

.bar {
	color: #FFCC00;
}

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

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

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

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

.thrColFixHdr #wrapper {
	position: absolute;
	height: auto;
	background-image: url(../1_images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 927px;
	left: 50%;
	margin-left: -464.5px;
	height: auto;
	padding: 0 0 0 0;
	z-index: 1;
}

.thrColFixHdr #container {
	position: absolute;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 927px;
	left: 50%;
	margin-left: -464.5px;
	padding: 0 0 0 0;
	border: 1px solid #ffc324;
	z-index: 2;
} 

.thrColFixHdr #bodyContainer {
	background-image: url(../1_images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 0px 20px 15px 20px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 13px;
	border-right: solid #ffc324 1px;
}

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

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding: 0px 20px 15px 20px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 13px;
}

.thrColFixHdr #sidebar2 p {
	margin: 0;
	padding: 4px 0;
}

.thrColFixHdr #sidebar2 a:link {
	color: #FFFFFF;
}

.thrColFixHdr #mainContent {
	padding: 0 20px 0 20px;
	border-right: solid #ffc324 1px;
	margin: 0px 220px 0 220px;
} 

.thrColFixHdr #footer {
	padding: 12px 10px 0px 240px;
	height: 93px;
	background-image: url(../1_images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 11px;
	line-height: 13px;
} 

.thrColFixHdr #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;
}
