/* CSS Document */
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: fixed #D8E75d url(../images/bac_dec.gif) bottom left no-repeat;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/bac_dec.gif) repeat-y;
	left: 0px;
}
#container {
	height: 100%;
	min-height: 100%;
	position:relative;
	
}
#container ul li {
	list-style-type: square;
}
html>body #container {
 	height: auto;
	
}
p, ul, li, dd, dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4B5262;
	font-size: 12px;
}
#latest_news {
	position:absolute;
	top: 30px;
	left: 330px;
	width: 100%;
	z-index:5;
}
a:active {color:#666666;}
a:visited { color:#666666;}
a:hover { color:#666666; text-decoration: underline; font-weight:bold;}
a { text-decoration: none; color: #666666; }
a img { border: none; }
#images {
	float: right;
	margin-left: 20px;
}
#images img {
	margin: 3px 3px 20px 3px;
	border: 2px solid #67737A;
}
#images img:hover {
	margin: 3px 3px 20px 3px;
	border: 2px solid #D8E75d;
}
h1 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #4B5262;
}
h2, .h2 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #4B5262;
}
h3, .h3 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}	
h4, .h4 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #4B5262;
}
h5, .h5 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 15px;
	color: #4B5262;
	font-weight:normal;
}

#title {
	position:absolute;
	top: 50px;
	left: 330px;
}
#content {
	padding: 100px 50px 40px 330px;
}
#content p a{
	text-decoration:none;
	color: #666666;
	font: 12px tahoma;
}
#content p a:hover{
	text-decoration:none;
	color: #666666;
	font: bold 12px tahoma;
}
#sub {
    position: absolute;
	top: 80px;
	left: 330px;
	font: 12px Tahoma;
	color:  #666666;
}
#sub a {
	color: #666666;
	text-decoration: none;
}
#sub a:hover { 
	color: #666666;
	font: bold 12px tahoma;
	text-decoration: none;
}
#sub a.current {
	color: #666666;
	font: bold 12px tahoma;
	text-decoration: underline;
}

#grey_dec {
	position:absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	background:url(../images/grey_dec.gif) repeat-y;
	width: 260px;
}
#background_dec {
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	background:url(../images/logo.gif);
	width: 152px;
	height: 213px;
	z-index:5;
}
#image {
	position: absolute;
	left: 170px;
	width: 122px;
	height: 600px;
	z-index:2;
} 
#repeat {
	position:absolute;
	top: 0px;
	left: 170px;
	background: url(../images/image-repeat.gif) repeat-y;
	width: 122px;
	height: 100%;
	z-index:1;
}
#nav {
	position:absolute;
	top: 300px;
	left: 10px;
	height: 100px;
	width: 200px;
	font: 12px tahoma;
	color: #FFFFFF;
	z-index:5;
	}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px tahoma;
}
#nav a:hover {
	color: #D8E75d;
 }

#nav a.current {
	color: #D8E75d;
	font: bold 12px tahoma;
	text-decoration: none;
}
#footer {
	position:absolute;
	bottom: 10px;
	right: 50px;
	font: 9px Arial;
	color: #606B50;
	text-align: right;
	z-index: 5;
}
#footer a { color: #37414B; text-decoration: none; }
#footer a:hover { color: #606B50; }
.fm-logo {
	position: absolute;
	right: -40px;
	margin: 5px 7px 0 0;
	border: none;
}
#bottom_bac {
	position: absolute;
	bottom: 5px; 
	left: 15px;
	background-image:url(../images/bottom_logo.gif);
	width: 142px;
	height: 116px;
}