	* {
		margin: 0;
		padding: 0;
	}

	html {
		background: #fff url( '../images/bgr.png' ) repeat-x;
		overflow-y: scroll !important;
	}
	
	body {
		font-family: Tahoma;
		font-size: 11px;
		color: #000;
		color: #3F3F3F;
	}
	
	#wrapper {
		margin: 0 auto;
		width: 800px;
		padding: 0 23px;
		/*background: url( '../images/wrapper_bgr.png' ) repeat-y;*/
	}
	
	.breaker {
		clear: both;
		height: 0px;
		font-size: 0px;
	}
	
	a {
		color: #888888;
		text-decoration: none;
	}

	a:link, a:visited {
		outline: none;
	}
	
	a img {
		border: 0;
	}
	
	p {
		padding: 7px 0;
	}
	
	form, fieldset {
		border: 0;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.title {
		font-family: "Verdana";
		font-size: 24px;
		color: #2C698D;
		text-transform: uppercase;
		border-bottom: 5px solid #2C698D;
		margin-bottom: 10px;
		font-weight: lighter;
	}
	
	h2.title {
		font-size: 24px;
	}
	h3.title {
		font-size: 20px;
		font-weight: bolder;
	}
	
	h4.title {
		font-size: 16px;
		font-weight: bolder;
	}
	h5.title {
		font-size: 14px;
		font-weight: bolder;
	}
	
	.blue {
		color: #00AEEF;
	}
	
	.gray {
		color: #6B6B6B;
	}

/*********************
*	HEADER
*********************/
	#header {
		font-weight: bolder;
		height: 103px;
		padding-top: 10px;
	}
	
	#header #logo {
		float: left;
	}
	
	#header #logo img {
		border: 0;
		margin-top: -2px;
		height: 97px;
		width: 177px;
	}

/******************
*	MENU
******************/
	#header .menu {
		padding: 0;
		height: 24px;
		text-align: right;
		float: left;
		margin-top: 78px;
		margin-left: 50px;
	}
	
	#header .menu li {
		float: left;
		display: block;
		height: 100%;
		text-align: center;
		background: #6699B3;/* url( '../images/menu_button.png' ) no-repeat center;*/
		margin: 0 1px;
		padding: 0;
	}
	
	#header .menu li a {
		display: block;
		width: 104px;
		margin-right: 1px;
		line-height: 24px;
		color: #fff;
		cursor: pointer;
		letter-spacing: 0.5px;
		text-transform: lowercase;
		font-family: Tahoma;
		font-size: 11px;
	}

	#header .menu li.active {
		/*background: #fff url( '../images/menu_button_active.png' );*/
	}

	#header .menu li a:hover {
		color: #D8E5EC;
	}

	#header .menu li.active a, #header .menu li.active a:hover {
		color: #3A3A3A;
	}
	
	#header .menu ul ul li {
		float: none;
		/*background: url( '../images/submenu_arrow.png' ) no-repeat 10px ;*/
		position: relative;
		text-align: left;
		background: #fff;
	}
	
	#header .menu ul ul li a {
		display: block;
		margin: 0;
		padding: 5px 0;
		padding-left: 25px;		
		padding-right: 20px;
		color: #000;
		font: 11px Arial;
	}
	
	#header .menu ul ul a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	#header .menu ul {
		width: 100%;
	}
	
	#header .menu ul ul {
		position: absolute;
		z-index: 500;
		width: auto;
		background: #fff;
		border: 1px solid #ededed;
		min-width: 150px;
	}
	
	#header .menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
	}
	
	div#header .menu ul ul,
	div#header .menu ul li:hover ul ul,
	div#header .menu ul ul li:hover ul ul
	{display: none;}
	
	div#header .menu ul li:hover ul,
	div#header .menu ul ul li:hover ul,
	div#header .menu ul ul ul li:hover ul {
		display: block;
		background-color: #fff;
	}

	#header .menu ul .active, #header .menu ul .on {
		background-color: #fff;
	}

	#header .menu ul .active > a, #header .menu ul .on > a {
		color: #3A3A3A;
	}
	
	#header .menu ul ul .active > a, #header .menu ul ul .on > a {
		color: #000;
		text-decoration: underline;
	}
	
/*********************
*	LANGBAR
*********************/	
	#langbar {
		float: right;
		margin-top: 78px;
		height: 0;
	}
	
	#langbar a {
		float: left;
		margin: 0 1px;
		padding: 1px;
		height: 22px;
		width: 16px;
		text-align: center;
	}
	
	#langbar a img {
		
	}

	#langbar a.active {
		float: left;
		text-transform: uppercase;
		background: #6699B3;
		background: #fff;
		color: #fff;
	}
	
	#langbar a:hover {
		background: #fff;
		color: #00AEEF;
	}
/*********************
*	SUBMENU
*********************/

	.submenu {
		list-style-type: none;
		width: 205px;
		float: right;
		/*margin-top: 23px;*/
		/*border-top: 3px solid #7a8086;*/
		padding-top: 4px;
	}
	
	.submenu li {
		background: #f8f9f9;
		padding: 0 6px;
	}
	
	.submenu a {
		display: block;
		background: url( '../images/bullet1.png' ) no-repeat 5px center;
		padding: 8px;
		padding-left: 15px;
		color: #4b535b;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.submenu a:hover {
		border-color: #CFCFCF;
	}
	
	.submenu a.active {
		font-weight: bolder;
	}

/*********************
*	CONTENT
*********************/	
	#content {
		padding-top: 10px;
		/*min-height: 400px;*/
		
		/*font-size: 12px;
		line-height: 16px;*/
	}
	
	#content ol {
		padding-left: 20px;
	}
	
	#content ol li {
		padding: 5px;
	}
	
	
	

/*********************
*	SIDEBAR LEFT
*********************/
	#sidebar-left {
		clear: left;
		float: left;
		width: 205px;
		margin-right: 20px;
	}
	
	#sidebar-left .box {
	}

		.list {
	}
	
	.list dt {
		background: url( '../images/title_bgr.png' ) repeat-x center;
		border-top: 1px dashed #B3B3B3;
		border-bottom: 1px dashed #B3B3B3;
		
		padding: 6px;
	}
	
	.list dt span {
		background: url( '../images/point.png' ) no-repeat center left;
		padding-left: 20px;
		color: #696969;
		text-transform: uppercase;
		font-weight: bolder;
	}
	
	.list dd {
		padding: 10px;
	}
	
	.list dd label {
		color: #2C698D;
		font-size: 1.2em;
		line-height: 21px;
	}
	
/*********************
*	SIDEBAR RIGHT
*********************/
	
/*********************
*	MAIN
*********************/

	#banner {
		margin-top: 2px;
	}

	#main {
		float: right;
		width: 570px;
	}
	
	#main span.left, #main span.right {
		background:  url( '../images/content_border.png' ) no-repeat center left;
		width: 1px;
		height: 260px;
		position: relative;
	}
	
	#main span.left {
		margin-left: -10px;
	}
	
	#main span.right {
		margin-right: -10px;
	}
	
	#main img.left, #main img.right {
		border: 2px solid #2C698D;
		padding: 2px;
		margin: 10px;
	}
	
	#main img.left {
		margin-left: 0px;
	}
	
	#main img.right {
		margin-right: 0px;
	}
	
/*********************
*	LIST
*********************/

	.list {
		
	}

	.list dt {
	}
	
	.news {
		
	}
	
	.news a {
		display: block;
		border-bottom: 1px dotted #ccc;
		text-decoration: none;
		padding: 8px 0;
		color: #333;
	}
	
	.news a:hover {
		background: #F4F4F4;
		border-bottom-style: solid;
	}
	
	.date {
		color: #00AEEF;
	}

/*********************
*	FOOTER
*********************/
	#footer {
		background: #F2F2F2;
		padding: 5px;
		color: #717171;
		border-top: 1px solid #DEDEDE;
		text-align: right;
	}
	
	#footer a {
		/*text-decoration: underline;*/
		color: #999;
	}

	#footer .menu {
		float: left;
		list-style-type: circle;
	}

	#footer .menu li {
		float: left;
		margin: 0 10px;
	}
	
	#footer .menu li a {
		
		
	}