html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	height: 100%; 
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	background: url(img/layout/body-bg.png) repeat-x #DCE0E8;
	font-size: 12px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
img { border:none; }

#mainbg-2 {
	background: transparent url(img/layout/body-shadow-r.png) 100% 0 repeat-y;
}

#mainbg-3 {
	background: transparent url(img/layout/body-shadow-l.png) 0 0 repeat-y ;
	padding: 0 24px 0 23px;
}

#content {
	background-color:#FFFFFF;
	padding-bottom:12px;
	min-height:500px;
	overflow:hidden;
}

#mainft-2 {
	background: transparent url(img/layout/footer-shadow-r.png) 100% 0 no-repeat;
	/*clear:both;*/
}

#mainft-3 {
	background: transparent url(img/layout/footer-shadow-l.png) 0 0 no-repeat;
	padding: 0 24px 0 23px;
}

div.wrapper {
	width: 847px;
	margin: auto;
	position: relative;
	overflow:hidden;
}
#header {
	position: relative;
	height: 98px;
	overflow: hidden;
	margin-bottom:0px;
}


#cont-col {
	/*margin: 0px 0px 0px 180px;*/
	padding-right:14px;
	background-color:#ffffff;
	padding-left:8px;
	padding-top: 14px;
	text-align:left;
	overflow:hidden;
	width:616;
	/*border-left:1px solid #C9CFE9;*/
}
#left-col {
	padding-bottom: 0px;
	width: 158px;
	padding-right: 8px;
	/*float: left;*/
	padding-top: 14px;
	padding-left:12px;
	overflow:hidden;
}


#mainbody {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*overflow:hidden;*/
	
}

.infobox {
	/*background-color:#636D84;*/
	background: url(img/layout/infoblock.png) no-repeat left top;
	padding: 18px;
	margin-bottom:12px;
	color:#243152;
	height:164px;
	width:524px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}

#footer {
	padding: 0;
	width: 100%;
	border-top: 1px solid #636D84;	
	background: #9cb4d1;
	text-align:center;
	font-size:80%;
}

#the-footer {
	text-align: center;
	background: #243151;
	color: #636D84;
	overflow:hidden;
	clear:both;
}

#the-footer .padding {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #636D84;	
	
}
#the-footer .padding a{ color: #636D84; text-decoration:none}
#the-footer .padding a:hover {color: #FFFFFF; text-decoration:none}

#the-footer a{ color: #636D84; text-decoration:none}
#the-footer a:hover {color: #243151; text-decoration:none}

.infobox .title {
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	color: #f29901;
	font-weight: bold;
	padding-bottom: 5px;
	border:none;
	width:100%;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:0;
}

#mainbody h1 {
	font-size: 160%;
	color: #243152;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 0px;
	/*border-bottom:1px solid #243151;*/
	width:100%;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:0;
}

#mainbody h2 {
	font-size: 100%;
	color: #6f7d86;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom:1px solid #ee7202;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
	width:auto;
}

#mainbody a.rmtitle {
	font-size: 100%;
	color: #6f7d86;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom:1px solid #ee7202;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
	text-decoration:none;
}
#mainbody a.rmtitle:hover {
	color:#ee7202;
	text-decoration:none;
}

#mainbody A.readmore {
	text-transform: none;
	text-align:right;
	display:block;
	float:right;
	padding-left: 11px;
	color: #ee7202;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	background: url(img/layout/menubtn.png) no-repeat left 50%;
}
#mainbody a.readmore:hover{ text-decoration:none; color:#243151;}

#mainbody a {
	text-decoration:none;
	color:#444;
}
#mainbody a:hover {
	text-decoration:none;
	color:#ee7202;
}
#mainbody dl dt {
	font-size: 100%;
	color: #6f7d86;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom:1px solid #ee7202;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:4px;
	margin-bottom:4px;
}
#mainbody dl dd {
	padding: 2px 0px 4px 12px;
	margin-left:14px;
	background: url(img/layout/arrow_next.png) no-repeat left 0.4em;
}
#mainbody dl dd a b {
	color:#000000;
}
#mainbody dl dd a:hover b{
	color:#ee7202;
}

#mainbody ul {
	list-style:none;
	list-style-type:none;
	font-size: 100%;
	text-align:left;
	margin:0;
	padding:0;
}
#mainbody ul li {
	padding: 2px 0px 4px 12px;
	background: url(img/layout/arrow_next.png) no-repeat left 0.4em;
}


#right-col {
	padding-bottom: 8px;
	width: 175px;
	padding-right: 0px;
	float: right;
	padding-top: 8px;
	padding-left: 0px;
	overflow:hidden;
	background:#ededed;
	margin-left:8px;
	color:#004477;
	border-left: #FF9900 1px solid; /*d9d9d9 */
	border-bottom:#FF9900 1px solid;
	position:relative;
	top:-15px;
	right:-14px;
}

#right-col h1 {
	background:#e0e0e0;
	/*border-bottom:1px #33405d solid;*/
	margin:4px 0px 4px 0px;
	font-size:100%;
	padding-left:5px;
	text-align:left;
	color:#004477;
	padding-top:0px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:0px;
	text-transform:none;
}
#right-col p {
	font-size:0.91em;
	text-align:left;
	margin-top: 0;
	margin-bottom: 6px;
	line-height:130%;
	padding-left:5px;
	padding-right:5px;
}
#right-col ul {
	font-size:0.91em;
	margin:0;
	padding-left: 5px;
	padding-right:5px;
}
#right-col ul li {
	line-height:110%;
	margin: 0px;
	margin-bottom:6px;
	padding-left: 8px;
	list-style:none;
	background: url(img/layout/rightcolbullet.gif) no-repeat left 2px;
}
#right-col a {
	color:#004477;
	text-decoration:none;
}
#right-col a:hover {
	text-decoration:underline;
}


p {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:justify;
}
.menublock {
	background:url(img/layout/menublock.png) no-repeat bottom;
	/*padding:8px 8px 8px 8px;
	height:244px;
	vertical-align:middle;
	margin-bottom:8px;*/
}
.menublockbtn {
	background:url(img/layout/menublocktop.png) no-repeat;
	padding:8px 8px 8px 8px;
	vertical-align:middle;
	margin-bottom:8px;
}
.newslettertop {
	background:url(img/layout/menublock.png) no-repeat bottom;
}
.newsletter {
	background:url(img/layout/menublocktop.png) no-repeat;
	padding:8px 8px 8px 8px;
	vertical-align:middle;
	text-align:center;
	margin-bottom:8px;
}
.newsletter h1 {
	border-bottom:1px #33405d solid;
	margin:4px 0px 4px 0px;
	font-size:100%;
	padding-bottom:3px

}
.newsletter p {
	font-size:0.91em;
	line-height:110%;
}
.newsletter input {
	font-size:90%;
}
.newsletter input[type='text'] {
	height:16px;
	border:#9495BC 1px solid;
	padding:2px;
	width:110px;
	margin:0;
	vertical-align:middle;
}
.newsletter input[type='submit'] {
	background: url(img/layout/submit.png) no-repeat top left;
	margin:0;
	margin-left:-7px;
	padding:0;
	height:22px;
	width:21px;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}


.searchblocktop {
	background:url(img/layout/menublock.png) no-repeat bottom;
}
.searchblock {
	background:url(img/layout/menublocktop.png) no-repeat;
	padding:8px 8px 8px 8px;
	vertical-align:middle;
	text-align:center;
	margin-bottom:8px;
}
.searchblock p {
	font-size:90%;
}
.searchblock input {
	font-size:90%;
}
.searchblock input[type='text'] {
	height:16px;
	border:#9495BC 1px solid;
	padding:2px;
	width:110px;
	margin:0;
	vertical-align:middle;
}
.searchblock input[type='submit'] {
	background: url(img/layout/searchsubmit.png) no-repeat top left;
	margin:0;
	margin-left:-7px;
	padding:0;
	height:22px;
	width:21px;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}


UL.treemenu { padding-bottom: 0px; padding-left: 0px; margin:0; }
UL.treemenu LI UL.treemenu { padding-left: 5px; }
UL.treemenu LI {
	background: url(img/layout/menubtn.png) no-repeat 4px 7px;
	padding-bottom: 1px;
	line-height: 14px;
	list-style-type: none;
	margin: 0px;
	padding-left: 4px;
	/*width: 100%;*/
	padding-right: 0px;
	list-style-image: none;
	padding-top: 3px;
	border-bottom:1px #33405d solid;
}
UL.treemenu LI.sub{
	background: url(img/layout/menubtn.png) no-repeat 4px 5px;
	padding-bottom: 1px;
	line-height: 100%;
	list-style-type: none;
	margin: 0px;
	padding-left: 4px;
	/*width: 100%;*/
	padding-right: 0px;
	list-style-image: none;
	padding-top: 1px;
}
UL.treemenu LI.last { border:none; }
UL.treemenu LI.submenu {
	/*background: url(img/layout/menu-collapsed.png) no-repeat 0px 6px;*/
	cursor: hand !important;
}
/*UL.treemenu LI.submenu UL { display:none; }*/
UL.treemenu LI A {
	padding-bottom: 3px;
	text-transform: none;
	padding-left: 11px;
	padding-right: 0px;
	display: block;
	color: #243151;
	font-size: 100%;
	font-weight:normal;
	overflow: hidden;
	text-decoration: none;
	padding-top: 2px;
}
ul.treemenu li a:hover{ text-decoration:none; color:#ee7202;}
ul.treemenu li a.active {
	color:#243151;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
ul.treemenu li a.active:hover{ text-decoration:none; color:#0e408e;}

