body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #274070;
	background-image:url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	line-height: 18px;
}


h1,h2,h3,h4 {margin: 0px; padding: 0px 0px 10px 0px;}

h1 {font-size: 20px; color: #00af8a; padding: 0px 0px 20px 0px;}

h2 {font-size: 12px; color: #00af8a;}

h3 {font-size: 12px; color: #00af8a;}

h4 {font-size: 12px; color: #00af8a;}

a {color: #00af8a; text-decoration: underline;}
a:hover {color: #00af8a; text-decoration: none;}

a.acrolink {color: #fff; text-decoration: underline;}



/* Layout-Container */
#main_container {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 530px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/horizontal_bg.gif);
	background-repeat: repeat-x;
	}
	
#left_container {
	position: static;
	margin: 2px 520px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 516px;
	text-align: left;
	}

#right_container {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 520px;
	height: 520px;
	text-align: right;
	background-image:url(../images/bg_right.gif);
	background-repeat: no-repeat;
}



.right_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:150;
	width: 260px;
	height: 260px;
	}
	
.right_logo img {
	margin: 2px 2px 0px 0px;
	}
	
.right_image {
	position: absolute;
	top: 261px;
	right: 2px;
	z-index: 200;
	width: 260px;
	height: 260px;
	}

.top_menu {
	position:absolute;
	top: 0px;
	right: 260px;
	z-index: 1000;
	width: 260px;
	height: 260px;
	text-align: left;
	overflow:hidden;
}

.bot_menu {
	position:absolute;
	top: 260px;
	right: 260px;
	z-index: 900;
	width: 260px;
	height: 260px;
	text-align: left;
	overflow:hidden;
}
	


/* Footer */
#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}	
#footer div.left {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	top: 530px;
	right: 260px;
	width: 246px;
	text-align:left;
	}

#footer div.right {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	top: 530px;
	right: 0px;
	width: 246px;
	text-align:left;
	}
	
#footer div.middle_link {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	top: 650px;
	right: 0px;
	width: 246px;
	text-align:left;
	}

#footer_left_container {
	position: static;
	margin: 10px 520px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px;
	text-align:left;
	}

#footer_right_container {
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 100;
	width: 520px;
	text-align: left;
}

/* News */
#news_container {
	margin:0px 0px 0px 20px;
	width:90%;
	border:1px solid #3e527d;
	background:#2d4372;
	line-height:normal;
	/*color:#c9cfdb;*/
	}
#news_container .news_box {margin:0; padding:5px; width:100%;}
#news_cnt_box {margin:5px 5px 0px 0px;}

.newstitle {margin:0; padding:0;color:#00af8a;font-weight:bold;}
a.newstitle {margin:0; padding:0; /*color:#c9cfdb;*/ font-weight:bold;}
a.newstitle:hover {margin:0; padding:0; /*color:#fff;*/ font-weight:bold;}
a.newsmore {/*color:#c9cfdb;*/}
a.newsmore:hover {/*color:#fff;*/}


