#container {
	width: 960px;
}
#header {
	position: relative;
	background-color: #FFFFFF;
	height: 104px;
}
#butt_home {
	position: absolute;
	height: 22px;
	width: 75px;
	left: 260px;
	top: 82px;
}
#butt_home a span {
	display: none;
}
a#home {
	display: block;
	height: 22px;
	width: 75px;
	background: url(../img/tab_home.gif) no-repeat -75px;
	text-decoration: none;
}
a:hover#home {
	background-position: -75px 0;
}
#butt_contact {
	position: absolute;
	height: 22px;
	width: 75px;
	left: 335px;
	top: 82px;
}
#butt_contact a span {
	display: none;
}
a#contact {
	display: block;
	height: 22px;
	width: 75px;
	background: url("../img/tab_contact.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#contact {
	background-position: -75px 0;
}
#sidebar {
	width: 178px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-left: 60px;
	float: left;
}

#main {
	background-color: #FFFFFF;
}
.spacer {
	clear: both;
	background-color: #000099;
}

#content {
	width: 697px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A5AA81;
	float: right;
}
#left_arrow {
	position: absolute;
	left: 252px;
	top: 29px;
	height: 19px;
	width: 10px;
}
#sidebar_title {
	margin-top: 34px;
}


#footer {
	height:44px;
	background-image: url(../img/s_footer_bot.gif);
	background-repeat: no-repeat;
	background-color: #A5AA81;
	position: relative;
	background-position: center bottom;
}
#footer ul {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.6px;
	text-transform: uppercase;
	vertical-align: middle;
	position: absolute;
	height: 10px;
	top: 17px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#footer ul li { 
	display: inline;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#announcement {
	position: absolute;
	width: 460px;
	left: 100px;
	top: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#headline {
	margin-left: 37px;
}

#announcement a {
	color: #580104;
}

#logo {
	position: absolute;
	left: 60px;
	top: 20px;
}
#tagline {
	position: absolute;
	left: 192px;
	top: 28px;
}
#butt_home {
	position: absolute;
	height: 22px;
	width: 75px;
	left: 260px;
	top: 82px;
}
#butt_home a span {
	display: none;
}
a#home {
	display: block;
	height: 22px;
	width: 75px;
	background: url(../img/tab_home.gif) no-repeat -75px;
	text-decoration: none;
}
a:hover#home {
	background-position: -75px 0;
}
#butt_contact {
	position: absolute;
	height: 22px;
	width: 75px;
	left: 335px;
	top: 82px;
}
#butt_contact a span {
	display: none;
}
a#contact {
	display: block;
	height: 22px;
	width: 75px;
	background: url("../img/tab_contact.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#contact {
	background-position: -75px 0;
}
#butt_conference {
	position: absolute;
	left: 60px;
	top: 354px;
	height: 22px;
	width: 99px;
}
#arrow {
	position: absolute;
	left: 135px;
	top: 0px;
}
#menu_bar {
	height: 26px;
	position: relative;
}
#navlist {
	position: absolute;
	top: 0px;
	font-size: 11.2px;
	margin: 0px;
	padding: 0px;
}
#navcontainer {
	position: absolute;
	right: 0px;
	width: 658px;
}

#navcontainer ul {
	display: inline;
	margin-right: 0px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0;
	float: left;
	width: 100%;
} 
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 6px 10px;
	color: White;
	text-decoration: none;
	float: left;
	border-left: 1px solid #A5AA81;
	font-weight: bold;
}
#navcontainer ul li a:hover {
	background-color: #660000;
}
/* end navbar menu css */
body {
	background-color: #2B3348;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.8px;
	color: #333333;
}
.sidetext {
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A5AA81;
	border-left-color: #A5AA81;
	z-index: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 158px;
}
#sidemenu {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11.2px;
}
.sidetext ul {
	margin: 0px;
	padding: 0px;
}
.sidetext li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2B3348;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	list-style-type: none;
	line-height: 120%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
}
.sidetext li a {
	color: #2B3348;
	text-decoration: none;
	padding-bottom: 8px;
}
.sidetext li a:link {
	color: #2B3348;
	text-decoration: none;
}
.sidetext li a:visited {
	color: #2B3348;
	text-decoration: none;
}
.sidetext li a:hover {
	color: #660000;
	text-decoration: none;
}
.sidetext li a:active {
	color: #2B3348;
	text-decoration: none;
}
.sidetext_intro {
	color: #336699;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 21px;
	font-weight: normal;
	font-size: 14.4px;
}
.bodycopy_sec {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	color: #333333;
	padding-left: 38px;
	padding-right: 70px;
}
.subhead_sec {
	color: #660000;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 18px;
}
.chart_sub {
	color: #336699;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
}
.chart_times {color: #660000}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #999966;
	text-transform: uppercase;
	padding-left: 38px;
	font-size: 9.6px;
	margin-bottom: 20px;
}
.copyright   a:link {
	text-decoration: underline;
	color: #999966;
}
.copyright  a:visited {
	text-decoration: underline;
	color: #999966;
}
.copyright  a:hover {
	color: #2B3348;
	text-decoration: none;
}
.bodycopy_sec a:link {
	color: #336699;
	text-decoration: underline;
}
.bodycopy_sec a:visited {
	color: #336699;
	text-decoration: underline;
}
.bodycopy_sec a:hover {
	color: #660000;
	text-decoration: none;
}
.bodycopy_sec a:active {
	color: #336699;
	text-decoration: underline;
}
.bodycopy_sub {
	font-style: italic;
	color: #336699;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #336699;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
