#container {
	width: 960px;
}
#header {
	position: relative;
	background-color: #FFFFFF;
	height: 104px;
}
#sidebar {
	position: absolute;
	width: 178px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	left: 60px;
}
#main_image {
	right: 0px;
	position: absolute;
}


#main {
	background-color: #FFFFFF;
	position: relative;
	height: 378px;
}
#content {
	width: 292px;
	position: absolute;
	line-height: 135%;
	left: 56px;
}
#left_arrow {
	position: absolute;
	left: 252px;
	top: 29px;
	height: 19px;
	width: 10px;
}
#sidebar_title {
	margin-top: 34px;
}


#footer {
	height: 78px;
	position: relative;
	background-image: url(../img/footer_bg.gif);
}
#announcement {
	position: absolute;
	width: 540px;
	left: 100px;
	top: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#announcement a {
	color: #580104;
}
#copyright {
	position: absolute;
	width: 200px;
	left: 700px;
	font-size: 10.4px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
}
#copyright a {
	color: #FFFFFF;
}

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