@charset "utf-8";
html, body {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: #4E4E4E;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#menubar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 58px;
	background-image: url(images/space2.gif);
	background-repeat: repeat-x;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 173px;
	background-color: #252525;
}

#gradient {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background-image: url(images/space1.gif);
	background-repeat: repeat-x;
}

#contentpane {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 100%;
	overflow:hidden;
	background-color: #4E4E4E;
	td align: top
}

#footer {
	width: 100%;
	height: 27px;
	padding:0;
	margin: 0;
	position: fixed;
	bottom: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 99;
}

#menu {
	width: 900px;
	height: 58px;
	padding: 0;
	margin: auto;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 58px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 58px;
}

clearfix {
	clear:both;
}

#hwrap {
	margin: auto;
	padding: 0;
	width: 900px;
	height: 173px;
}

#headerleft {
	float: left;
	padding: 0;
	margin: 0;
	width: 334px;
	height: 173px;
	background-image: url(images/logo.gif);
}

#headerright1 {
	float: right;
	padding: 0;
	margin: 0;
	width: 566px;
	height: 173px;
}


#content {
	width: 900px;
	margin: auto;
	padding: 0px;
}

#bnav {
	width: 900px;
	height: 170px;
	padding: 0;
	margin: auto;
}

#bnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bnav li {
	float: left;
	margin: 0;
	padding: 0;
}



.bodywhite {
	font-family: Tahoma, arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	left: auto;
}
.contacts A{
	font-family: Tahoma, Arial;
	font size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contacts A:link{
	font-family: Tahoma, Arial;
	font size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text decoration: none;
}
.links{
	font-family: Tahoma, Arial;
	font size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text decoration: none;
}


a {
	font-family: Tahoma, arial;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.links_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #802020;
}
.style2 {color: #6A6A6A}
body,td,th {
	font-size: 11px;
	color: #ffffff;
	line-height: 24px;
	font-family: Tahoma, arial;
}
.style9 {line-height: 22px; font-weight: bold; color: #FFFFFF; text-decoration: none; left: auto; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }