body {
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 80%;
	charset=iso-8859-1;
	
	background: #f4f4f0 url('/images/background.gif') repeat-x left top;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

#container {
	width: 961px;
	padding: 0 11px 11px 11px;
	background: transparent url('/images/background_content.png') repeat-y center top;
	position: relative;
	left: 50%;
	margin-left: -491px;
}

#header_e,
#header_f {
	position: relative;
	height: 103px;
}
#header_e {
	background: #422152 url('/images/header_e.jpg') no-repeat center top; 
}
#header_f {
	background: #422152 url('/images/header_f.jpg') no-repeat center top; 
}

#header_e ul,
#header_f ul {
	margin: 9px 0 0 0;
	padding: 0;
	float: right;
}
#header_e ul li,
#header_f ul li {
	text-align: right;
	list-style-type: none;
	float: left;
}
#header_e ul li a,
#header_f ul li a {
	text-decoration: none;
	background: transparent url('/images/more_button.png') no-repeat left;
	padding: 0 10px 0 15px;
}
#header_e ul li a:link,
#header_e ul li a:visited,
#header_f ul li a:link,
#header_f ul li a:visited {
	color: #fff;
}
#header_e ul li a:hover,
#header_e ul li a:active,
#header_f ul li a:hover,
#header_f ul li a:active {
	color: #fff;
	text-decoration: underline;
}

#search {
	/*
	background: transparent url('/images/search_bg.jpg') no-repeat;
	*/
	width: 278px;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#search fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#search legend {
	display: none;
}
#search label {
	color: #fff;
}
#search #s {
	width: 150px;
	margin-left: 5px;
}
#search #go {
	background: transparent url('/images/more_button.png') no-repeat left;
	border: none;
	cursor: pointer;
	margin: 0 10px 0 2px;
}

#logo_link {
	display: block;
	width: 258px;
	height: 101px;
	position: absolute;
	background-color: transparent;
	border: none;
	text-decoration: none;
}

#navigation {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 2px 0 10px 0;
	position: relative;
	z-index: 5;
}

#navigation td {
	padding: 0;
	margin: 0;
	border-top: 1px solid #474747;
	position: relative;
}
#navigation td.last {
	padding-right: 2px;
	background: transparent url('/images/navigation_bg_right.jpg') no-repeat right top;
}
#navigation td a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	text-align: center;
	background: transparent url('/images/navigation_bg_left.jpg') no-repeat left top;
}
#navigation td a:link,
#navigation td a:visited {
	color: #000;
}
#navigation td a:hover,
#navigation td a:active {
	color: #214ab2;
}

#navigation td ul {
	display: none;
	margin: 0;
	padding: 0;
	background: transparent url('/images/navigation_bg_transparent.png');
	list-style-type: none;
	width: 158px;
	position: absolute;
	border-bottom: 1px solid #532e63;
}
#navigation td ul li a {
	display: block;
	text-align: left;
	padding: 2px 10px;
	margin: 0;
	cursor: pointer;
	background-image: none;
	border-left: 1px solid #532e63;
	border-top: 1px solid #532e63;
	border-right: 1px solid #532e63;
}
#navigation td ul li a:link,
#navigation td ul li a:visited {
	color: #000;
	background-color: #FFFFFF;
}
#navigation td ul li a:hover,
#navigation td ul li a:active {
	color: #fff;
	background-color: #bd9b6a;
}

#navigation td:hover ul {
	display: block;
}

#subnav {
	margin: 20px 30px 30px 0;
	padding: 0;
	width: 174px;
	float: left;
	border-top: 1px solid #474747;
}
#subnav li {
	padding: 1px 0;
	border-bottom: 1px solid #474747;
	list-style-type: none;
}
#subnav li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 18px;
}
#subnav li a:link,
#subnav li a:visited {
	color: #000;
	background: transparent url('/images/subnav_bg.jpg') repeat-y left top;
}
#subnav li a:hover,
#subnav li a:active {
	color: #214ab2;
	background: transparent url('/images/subnav_bg.jpg') repeat-y left top;
}
#subnav li a.active {
	color: #fff;
	background: #533664 none;
/*	background: transparent url('/images/subnav_bg_hover.jpg') repeat-y left top;
*/}

#subnav li ul {
	/* display: inline; */
	display: inline;
	padding: 0;
}

#subnav li ul li {
	padding: 1px 0;
	border-bottom-style: none;
	list-style-type: none;
}
#subnav li ul li a:link,
#subnav li ul li a:visited {
	color: #fff;
	/* background: transparent url('/images/subnavsub_bg.jpg') repeat-y left top; */
		background: #361745 none;
}
#subnav li ul li a:hover,
#subnav li ul li a:active {
	color: #fff;
	/* background: transparent url('/images/subnavsub_bg.jpg') repeat-y left top; */
		background: #361745 none;
}
#subnav li ul li a.active {
	color: #fff;
	background: #361745 none;
/*	background: transparent url('/images/subnavsub_bg_hover.jpg') repeat-y left top;
*/}

#subnav li ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 18px;
}

#content {
	width: 737px;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}
#content h1 {
	color: #bd9b6a;
	font-size: 200%;
	font-weight: normal;
}
#content h2 {
	color: #422152;
	font-size: 140%;
}
#content h3 {
	color: #993300;
	font-size: 120%;
	font-weight: bold;
}
#content h4 {
	color: #000000;
	font-size: 110%;
	font-style: italic;
	margin-bottom: 0;
}
#content a {
	text-decoration: underline;
}
#content a:link,
#content a:visited {
	color: #214ab2;
}
#content a:hover,
#content a:active {
	color: #Bd9B6A;
}

#content a img {
	border: 0;
}

#content .filelink {
	text-align: center;
}

#content .pagelink {
	text-align: right;
}

#content .address {
	text-align: center;
}

ul.logolist {
	list-style-position: inside;
	width: 100%;
	float:left;
	margin: 0;
	padding: 0 0 25px 0;
}
ul.logolist li {
	float: left;
	list-style-type: none;
	width: 365px;
	padding-bottom: 20px;
	text-align: center;
}
ul.logolist li img {
	/* border: #000000 1px solid; */
}

#content .leftimage {
float: left;
padding: 2px 8px 8px 0;
}

#content form {
	clear: both;
}

#footer {
	
}
#footer ul {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 24px;
	background: transparent url('/images/footer_bg.jpg') no-repeat right bottom;
	border-bottom: 1px solid #474747;
}
#footer ul li {
	list-style-type: none;
	font-size: 90%;
	background: transparent url('/images/footer_bg_right.jpg') no-repeat left bottom;
	display: block;
	float: left;
	padding: 4px 10px 4px 14px;
	height: 16px;
}
#footer ul li.first {
	margin-left: -1px;
}
#footer ul li a {
	text-decoration: none;
	color: #000;
}

#bg_fade {
	position: absolute;
	margin-left: -11px;
	bottom: -60px;
	width: 983px;
	height: 60px;
	background: transparent url('/images/background_content_fade.png') no-repeat bottom;
}

img.inline_right {
	float: right;
	padding: 4px;
	margin-left: 15px;
	border: 1px solid #bd9b6a;
	
}

.clear {
	clear: both;
}

.title_space {
	padding-top: 8px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 40px;
}


/* The following is used for the Platinum Sponsors to appear somewhere other than the Homepage. */
#content2 {
	width: 597px;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}
#content2 h1 {
	color: #bd9b6a;
	font-size: 200%;
	font-weight: normal;
}
#content2 h2 {
	color: #422152;
	font-size: 140%;
}
#content2 h3 {
	color: #993300;
	font-size: 120%;
	font-weight: bold;
}
#content2 h4 {
	color: #000000;
	font-size: 110%;
	font-style: italic;
	margin-bottom: 0;
}
#content2 a {
	text-decoration: underline;
}
#content2 a:link,
#content2 a:visited {
	color: #214ab2;
}
#content2 a:hover,
#content2 a:active {
	color: #Bd9B6A;
}

#sponsors_image {
	text-align: center;
	margin-top: 15px;
	margin-left: -4px;
}

#homepage_sponsors_e {
	text-align: center;
	float: left;
	background: transparent url('/images/homepage_thankyou_e.jpg') no-repeat left top;
	width: 130px;
	height: 490px;
	padding: 40px 5px 0 5px;
	font-size: 90%;
}

#homepage_sponsors_e img {
border: 0;
}

#homepage_sponsors_f {
	text-align: center;
	float: right;
	background: transparent url('/images/homepage_thankyou_f.jpg') no-repeat left top;
	width: 130px;
	height: 490px;
	padding: 40px 5px 0 5px;
	font-size: 90%;
}

#homepage_sponsors_f img {
border: 0;
}


#subnav li ul.hidden {
	display: none;
}
#subnav li ul.visible {
	display: inline;
}