body {
	background: #fff; color: #000;
	margin: 31px 0 0 0; padding: 0;
}

img {
	border: 0;
}

#header {
	width: 900px; height: 64px;
	background: #fff url(images/headerBackground.gif) top left no-repeat;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0 auto;
}

#header ul.navigation {
	height: 32px;
	background: url(images/navNormal.gif) bottom center repeat-x;
	list-style-type: none;
	float: right;
	margin: 32px 0 0 0; padding: 0;
	font-weight: bold;
}

#header ul.navigation li {
	float: left;
	margin: 0 1px; padding: 0;
}

#header ul.navigation li a, #header ul.navigation li a:visited {
	height: 18px;
	background: url(images/navState.gif) top center repeat-x; color: #394144;
	text-decoration: none;
	padding: 14px 18px 0 18px;
	display: block;
}

#header ul.navigation li a:hover, #header ul.navigation li a:active {
	height: 18px;
	background: url(images/navHover.gif) top center repeat-x; color: #6a4748;
	text-decoration: none;
	padding: 14px 18px 0 18px;
	display: block;
}

#header ul.navigation li ul {
	position: absolute;
	visibility: hidden;
	margin: 0; padding: 0;
}

#header ul.navigation li:hover ul {
	width: 140px;
	background: #fff;
	visibility: visible;
	list-style-type: none;
	margin: 0; padding: 0;
}

#header ul.navigation li:hover ul li {
	width: 146px; height: 23px;
	background: #e9f2f4 url(images/subNavBackground.gif) top left no-repeat;
	margin: 0; padding: 0;
}

#header ul.navigation li:hover ul li a, #header ul.navigation li:hover ul li a:visited {
	width: 120px; height: 18px;
	background: #e9f2f4 url(images/subNavBackground.gif) top left no-repeat;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
	float: left;
	border-right: 1px solid #a7a9aa;
	border-bottom: 1px solid #a7a9aa;
	border-left: 1px solid #a7a9aa;
	margin: 0; padding: 5px 0 0 26px;
	display: block;
}

#header ul.navigation li:hover ul li a:hover, #header ul.navigation li:hover ul li a:active {
	width: 120px; height: 18px;
	background: #c1eaf3 url(images/subNavHoverBackground.gif) top left no-repeat; color: #000;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
	float: left;
	border-right: 1px solid #a7a9aa;
	border-bottom: 1px solid #a7a9aa;
	border-left: 1px solid #a7a9aa;
	margin: 0; padding: 5px 0 0 26px;
	display: block;
}

#header .logo {
	width: 214px; height: 64px;
	margin: 0 0 0 29px;
}

#banner {
	width: 900px; height: 300px;
	background: #fff;
	margin: 0 auto;
}

#subBanner {
	width: 900px; height: 130px;
	background: #fff;
	margin: 0 auto 1px auto;
}

#newsBar {
	width: 900px; height: 39px;
	background: #fff url(images/newsBarBackground.gif) top left no-repeat;
	margin: 10px auto 8px auto;
}

#newsBar .title {
	width: 74px; height: 27px;
	background: url(images/newsBarTitleBackground.gif) top right no-repeat; color: #195c6f;
	font: 10px/11px Arial, Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0; padding: 12px 17px 0 16px;
	float: left;
}

#newsBar .info {
	width: 684px; height: 27px;
	color: #494949;
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0; padding: 12px 0 0 14px;
	float: left;
}

#newsBar .info span.date {
	color: #8e8e8e;
}

#newsBar .view {
	width: 70px; height: 27px;
	background: url(images/newsBarViewBackground.gif) top right no-repeat; color: #714f50;
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0 16px 0 0; padding: 12px 9px 0 0;
	float: left;
}

#newsBar .view a, #newsBar .view a:visited {
	color: #714f50;
}

#newsBar .view a:hover, #newsBar .view a:active {
	color: #000;
}

#bottomBlocks {
	width: 900px; height: 139px;
	margin: 0 auto;
}

#blockLeft {
	width: 239px; height: 139px;
	background: #fff url(images/blockLeftBackground.gif) top left no-repeat;
	float: left;
}

#blockLeft ul {
	background: url(images/blockLeftListBackground.gif) top left no-repeat;
	list-style-type: none;
	margin: 0; padding: 38px 0 0 0;
}

#blockLeft ul li {
	width: 223px; height: 18px;
	background: url(images/blockLeftListItemBackground.gif) bottom left no-repeat; color: #174c5e;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0; padding: 3px 0 0 30px;
}

#blockMiddle {
	width: 459px; height: 139px;
	background: #fff url(images/blockMiddleBackground.gif) top left no-repeat;
	float: left;
	margin: 0 7px 0 10px;
}

#blockMiddle p {
	font: 12px/16px Arial, Verdana, Tahoma, Sans-serif;
	margin: 66px 0 0 206px;
}

#blockMiddle p a, #blockMiddle p a:visited {
	color: #714f50;
	margin: 0 16px 0 0;
}

#blockMiddle p a:hover, #blockMiddle p a:active {
	color: #714f50;
	margin: 0 16px 0 0;
}

#blockRight {
	width: 185px; height: 139px;
	background: #fff;
	float: left;
}

#content {
	width: 900px;
	background: url(images/contentBackground.gif) top center repeat-y;
	border-top: 5px solid #cdd0d0;
	margin: 0 auto;
}

#contentInside {
	width: 900px;
	background: url(images/contentInsideBackground.gif) bottom center no-repeat;
	margin: 0 auto;
}

#contentInside .left {
	width: 239px;
	margin: 0 1px;
	float: left;
	min-height:500px;
}

#contentInside .left ul {
	list-style-type: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0; padding: 0;
}

#contentInside .left ul li  {
	height: 20px;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
	background: url(images/sideNavItemBackground.gif) top left repeat-x;
	font-weight: bold;
	padding: 11px 0 0 31px;
}

#contentInside .left ul li a, #contentInside .left ul li a:visited {
	color: #7a5b5c;
	text-decoration: none;
	font: 12px/12px Arial, Verdana, Tahoma, Sans-serif;
}

#contentInside .left ul li a:hover, #contentInside .left ul li a:active {
	color: #454545;
	text-decoration: none;
}

#contentInside .left ul li.head {
	height: 35px;
	padding: 0;
}

#contentInside .right {
	width: 629px;
	float: left;
	padding: 22px 0 40px 30px;
}

#contentInside h1 {
	font: 10px/10px;
	margin: 35px 0 10px 0;
	font-family: 'Abel', sans-serif;
}

#contentInside h2 {
	color: #1a466f;
	font: 14px/16px Arial, Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	margin: 0; padding: 0;
}

#contentInside p {
	font: 11px/17px Arial, Verdana, Tahoma, Sans-serif;
	padding: 0 25px 0 0;
}

#contentInside a{
	font: 11px/16px Arial, Verdana, Tahoma, Sans-serif;
	padding: 0 0 0 0;
}

#contentInside b {
	font: 12px/17px Arial, Verdana, Tahoma, Sans-serif;
	padding: 0 3px 0 0;
	font-weight:bold;
}

#contentInside ul {
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0; padding: 0;
	list-style-type: none;
}

#contentInside ul li {
	height: 18px;
	background: url(images/insideListItemBackground.gif) bottom left no-repeat;
	margin: 0; padding: 3px 0 0 17px;
}

#contentInside ul li a, #contentInside ul li a:visited {
	color: #7a5b5c;
	text-decoration: none;
}

#contentInside ul li a:hover, #contentInside ul li a:active {
	color: #3b3b3b;
}

#contentInside ul.tree {
	width: 100%;
	background: none;
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
	list-style-type: none;
	margin: 0; padding: 0;
}

#contentInside ul.tree li {
	float: left;
	background: none;
	margin: 0 4px 0 0; padding: 0;
}

#contentInside ul.tree li a, #contentInside ul.tree li a:visited {
	color: #7a5b5c;
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
}

#contentInside ul.tree li a:hover, #contentInside ul.tree li a:active {
	color: #3d3d3d;
}

.clear {
	clear: both;
}

#footer {
	width: 900px;
	color: #626262;
	font: 11px/11px Arial, Verdana, Tahoma, Sans-serif;
	margin: 0 auto;
}

#footer a, #footer a:visited {
	background: #fff; color: #206c7c;
}

#footer a:hover, #footer a:active {
	background: #fff; color: #626262;
}

#footer ul.left {
	list-style-type: none;
	float: left;
	margin: 15px 0 0 0; padding: 0;
}

#footer ul.left li {
	float: left;
	margin: 0 5px 0 0; padding: 0;
}

#footer ul.right {
	list-style-type: none;
	float: right;
	margin: 15px 0 0 0; padding: 0;
}

#footer ul.right li {
	float: left;
	margin: 0 0 0 5px; padding: 0;
}
