body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
}

a {
	text-decoration: none;
	color: #07739c;
}

a:hover {
	text-decoration: underline;
	color: #07739c;
}
.pager{
	text-align: center;
	padding:5px;
	display: block;
	
}
.pager img{
	position: relative;
	top: +4px;
	}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #07739c;
	padding: 0px;
	margin: 10px 0px 30px 0px;
}

img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 100%;
	min-height: 100%;
	position: relative;
}

div#root div#topContainer {
	width: 100%;
	height: 275px;
	background-image: url('../../images/index/bg_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div#root div#topContainer div#topBg{
	width: 1000px;
	height: 220px;
	margin: 0px auto;
	background-image: url('../../images/index/bg_top2.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

div#root div#topContainer div#imageTop{
	width: 950px;
	height: 220px;
	margin: 0px auto;
	background-image: url('../../images/index/image_top.gif');
}

div#root div#topContainer div#topMenu{
	width: 950px;
	height: 55px;
	margin: 0px auto;
	color: black;
	background-image: url('../../images/index/bg_top_menu.gif');
	background-repeat: no-repeat;
}

div#root div#topContainer div#topMenu div#hrefs{
	width: 650px;
	height: 55px;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#topContainer div#topMenu div#hrefs td{
	width: 100px;
	text-align: center;
}

div#root div#topContainer div#topMenu div#lang{
	width: 90px;
	height: 55px;
	padding: 0px 0px 5px 20px;
	float: right;
}

div#root div#topContainer div#menuTop a{
	color: black;
}

div#root div#contentContainer {
	width: 950px;
	margin: 0px auto;
	padding: 20px 0px 31px 0px;
}

div#root div#contentContainer div#leftContent{
	width: 679px;
	padding-left: 50px;
	border-right: 1px solid #cecece;
	float: left;
}

div#root div#contentContainer div#leftContent h3, div#root div#contentContainer div#rightContent h3{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

div#root div#contentContainer div#leftContent div#path {
	padding: 0px 0px 10px 0px;
}

div#root div#contentContainer div#leftContent .newsContainer{
	margin-right: 25px;
	margin-bottom: 25px;
	width: 654px;
	border-bottom: 1px solid #cecece;
}

div#root div#contentContainer div#leftContent .newsHeader{
	color: #07739c;
	font-size: 10px;
}

div#root div#contentContainer div#leftContent .newsHeader h2{
	color: #07739c;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

div#root div#contentContainer div#leftContent .newsContent {
	width: 654px;
	padding: 20px 0px;
}

div#root div#contentContainer div#rightContent {
	width: 184px;
	padding: 0px 18px 0px 14px;
	float: right;
}

div#root div#bottomContainer {
	width: 100%;
	background-image: url('../../images/index/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 31px;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}

div#root div#bottomContainer div#bottomMenu{
	width: 950px;
	margin: 0px auto;
	height: 21px;
	padding: 10px 0px 0px 30px;
	color: white;
	font-size: 10px;
	background-image: url('../../images/index/bg_bottom_menu.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}


/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.noBorder {
	border: 0;
}

/* MENU STYLES */
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px 10px 3px 10px;
    font: 11px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font-size: 11px;
    color: #030000;
    border: 1px solid #CBBBAB;
	border-bottom: 0;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	min-width: 100px;
}
.ddmx .item2 {
    background: #EADFC9;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border-bottom: 1px solid #CBBBAB;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.comment{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	border: 1px solid #eee;
	}
.comment .name{
	font-weight: bold;
	}
.comment .content{
	padding-top:3px;
	}
.comment_form{
	padding: 5px;
	}
.comment .blue{
	color: #07739C;
	}
.comment_form label{
	float: left;
	padding:4px;
	width: 80px;
	text-align: right;
	}
.comment_form .textinput, .comment_form .textareainput, .comment_form .submitinput{
	clear: both;
	}
.comment_form .textinput input{
	border: 1px solid #07739C;
	width: 200px;
	float: left;
	}
.comment_form .textareainput textarea{
	border: 1px solid #07739C;
	width: 350px;
	height: 80px;
	float: left;
}

.error{
	color: #c33;	
}

.comment_form{
	width: 350px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	margin: 0 auto;
	}
.comment_form .submitinput input{
	border:0;
	padding:2px;
	font-family: arial;
	background-color: #07739C;
	font-weight: bold;
	color: #eee;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */
