body, td, th, div, span, p {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #0F247A;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
a:hover {
	color: #233a9a;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* header */
.header {
	padding: 7px 0 2px 0;
}
#header {
	padding-top: 2px;
	border-top: 1px solid #000000;
}
#header #header-content {
	background: #0F247A;
}

#header #header-center {
	width: 940px;
	height: 138px;
	margin: 0 auto;
	background: url('../media/images/dec/header.jpg') right center no-repeat;
}
#header #header-center a#logo {
	float: left;
	display: block;
	margin: 28px 26px 0 0;
}
#header #header-center h1 {
	float: left;
	width: 100px;
	display: block;
	margin-top: 15px;
	border-left: 1px solid #FFFFFF;
}
#header #header-center h1 a {
	display: block;
	color: #FFFFFF;
	padding: 3px 10px 0 10px;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, sans-serif;
}
/* header */

/* main-menu */
#main-menu {
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #d89e00 url('../media/images/bg/main-menu.gif') left top repeat-x;
}
#main-menu div {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#main-menu ul {
	padding: 6px;
}

#main-menu ul#menu-right {
	right: 0;
	position: absolute;
}
#main-menu ul#menu-right li {
	float: left;
	display: block;
	margin-right: 5px;
}

#main-menu ul#menu-center li {
	display: inline;
	padding: 5px 21px 3px 18px;
	background: url('../media/images/dec/menu-separate.gif') right top no-repeat;
}
#main-menu ul#menu-center li a {
	color: #002E40;
	font-size: 15px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#main-menu ul#menu-center li a:hover {
	color: #033f56;
}
#main-menu ul#menu-center li.last {
	background: none;
}
/* main-menu */

/* content */
#content {
	width: 990px;
	margin: 0 auto;
	padding: 15px 0;
}

#content #content-left,
#content #content-right,
#content #column-left,
#content #column-right {
	padding-bottom: 20px;
}

#content #content-left {
	float: left;
	width: 155px;
	padding-bottom: 50px;
	margin-right: 10px;
}
#content #content-right {
	float: right;
	width: 155px;
	margin-left: 10px;
}

#content #column-center {
	float: left;
	width: 815px;
	padding-top: 7px;
}
#content #column-left {
	float: left;
	width: 325px;
	padding-top: 65px;
}
#content #column-right {
	float: right;
	width: 325px;
	padding-top: 40px;
}
#content #column-right #topic {
	width: 250px;
	margin: 0 auto;
}
/* content */

/* path */
#path {
	margin-bottom: 20px;
	padding: 5px 10px;
	border-bottom: 2px solid #D09201;
}
#path li {
	display: inline;
	padding: 0 17px 0 5px;
	background: url('../media/images/ico/path-arrow.gif') right 4px no-repeat;
}
#path a {
	color: #0F247A;
	line-height: 150%;
}
#path a:hover {
	text-decoration: underline;
}
#path .first a {
	font-weight: bold;
	text-transform: uppercase;
}
#path .last {
	background: none;
}
/* path */

/* block */
.block {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}
.block li {
	padding: 10px 15px 0 18px;
	background: url('../media/images/dec/sub-menu-sides.png') center top repeat-y;
}
.block li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.block li.last {
	padding: 0;
	height: 16px;
	background: url('../media/images/dec/sub-menu-bot.png') center bottom no-repeat;
}
.block.blue {
	background: url('../media/images/dec/sub-menu-top-blue.png') center top no-repeat;
}
.block.orange {
	background: url('../media/images/dec/sub-menu-top-orange.png') center top no-repeat;
}
/* block */

/* quick-menu */
#quick-menu {
	padding: 16px 10px;
}
#quick-menu li {
	float: left;
	display: block;
	margin-right: 8px;
}
#quick-menu li a {
	display: block;
}
/* quick-menu */

/* search */
#search {
	height: 50px;
	padding: 0 14px 0 10px;
}
#search img {
	margin-top: 2px;
}
#search input.text {
	width: 100%;
	color: #444444;
	margin-bottom: 1px;
	border: 1px solid #2F3E8F;
}
#search input.button {
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 5px;
	background: #2F3E8F;
	border: 1px solid #2F3E8F;
}
/* search */

/* news-list */
#news-list h3 {
	color: #0F247A;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#news-list li {
	padding: 0 0 10px 0;
}
#news-list .news-image {
	float: left;
	padding: 2px;
	display: block;
	margin: 2px 10px 0 0;
	border: 1px solid #D79C00;
}
#news-list div.text {
	float: right;
	width: 205px;
}
#news-list p {
	color: #0F247A;
	line-height: 130%;
}
#news-list p a {
	text-decoration: none;
}
#news-list p a:hover {
	text-decoration: underline;
}
#news-list .more {
	text-align: right;
}
#news-list .more a:hover {
	text-decoration: underline;
}
/* news-list */

/* footer */
#footer {
	padding: 1px 0;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#footer a {
	color: #FFFFFF;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footer-content {
	background: #2f3e8f;
}
#footer #footer-content div {
	color: #FFFFFF;
	font-size: 10px;
	padding: 1px 0;
}

#footer #footer-left {
	float: left;
	width: 155px;
	margin-right: 10px;
	text-align: center;
}
#footer #footer-right {
	float: right;
	width: 155px;
	margin-left: 10px;
	text-align: center;
}
#footer #footer-center {
	margin: 0 auto;
	text-align: center;
}
/* footer */
