@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fff;
	font-size: 13px;
	color: #;
	background-image:url(../img/bkg.png);
	background-repeat: repeat;
}
div.main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --------------- NEWS ----------------*/
div.NEWS {
	border:#000000 solid 2px;
	position: absolute;
	width: 280px;
	height: 180px;
	background-color:#fff;
	z-index:100;
	top:50px;
	right:195px;
	float:right;
	margin:0px auto 0px auto;
	padding: 10px;
}
/* --------------- end NEWS ------------- */
/* --------------- TOP ----------------*/
div.top {
	position: relative;
	width: 960px;
	height: 232px;
	background-image:url(../img/top-bkg.png);
	background-repeat:no-repeat;
}
div.logo {
	WIDTH: 306px;
	HEIGHT: 43px;
	overflow: visible;
	position: relative;
	background-image: url(../img/logo-site.png);
	background-repeat: no-repeat;
	top: 53px;
	left: 50px;
}
div.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
div.slogan {
	WIDTH: 400px;
	HEIGHT: 80px;
	overflow: visible;
	position: relative;
	top: 110px;
	left: 50px;
	text-align:left;
	color:#eec201;
}
/* --------------- end TOP ------------- */
/* --------------- MENU ------------- */

div.left_option {
	WIDTH: 140px;
	HEIGHT: 21px;
	text-align:left;
	FONT-SIZE: 14px;
	font-weight: bold;
	word-spacing: 0.1pt;
	letter-spacing: 0.3pt;
	line-height:20px;
	overflow: visible;
	position: relative;
}
div.left_option a{
	display: block;
	WIDTH: 100%;
	HEIGHT: 100%;
	text-decoration: none;
	color: #1e4154;
	padding-left:2px;
}
div.left_option a:hover{
	color: #eec201;
	text-decoration: none;
	background-color: #1e4154;
	padding-left:2px;
}

/* --------------- end MENU ------------- */
/* --------------- CONTENT ------------- */
div.MIDDLE {
	position: relative;
	width: auto !important;
	height: auto !important;
	padding-top:30px;
	padding-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
div.LEFT {
	position: relative;
	float:left;
	width: 180px;
	height:auto !important;
	text-align:center;
	padding-left:20px;
}
div.RIGHT {
	position: relative;
	float:left;
	width: 700px;
	height:auto !important;
	/*background-color:#CCFFCC;*/ /*for testing*/
	text-align:left;
}


/* --------------- end CONTENT ------------- */
/* --------------- start FOOTER ------------- */
div.footer-top{
	background-image:url(../img/bkg-footer.png);
	background-repeat:no-repeat !important;
	position: relative;
	width: 960px;
	height: 38px;
}
div.footer{
	background-color:#FFF;
	text-align:center;
	position: relative;
	width: 960px;
	height: auto;
}
div.footer-content{
	text-align:left;
	position: relative;
	font-size:11px;
	color: #1e4154;
	width: 860px;
	height: auto;
	margin: 0px auto 0px auto;
}
div.footer-bottom{
	background-color:#FFF;
	position: relative;
	width: 960px;
	height: 30px;
}
div.footer a{
	color: #1e4154;
	text-decoration: none;
}
div.footer a:hover {
	color: #eec201;
	text-decoration: none;
}
/* --------------- end FOOTER ------------- */


