html {
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background-image: url('../images/background_bg.png');
	background-repeat:repeat-x;
	color:#333;
	font-family:Lucida sans unicode, Verdana;
	font-size:12px;
	background-color:#a6a6a6;
	margin:0px;
}
a {
	color:#0e4a9c;
}
td {
	vertical-align:top;
}
#wrapper {
	width:977px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/container_bg.png');
	background-repeat:repeat-y;
	padding-top:74px;
}
#header {
	position:absolute;
	top:118px;
	width:977px;
	height:169px;
	z-index:1;
}
#navbar {
	position:absolute;
	top:0px;
	width:977px;
	height:118px;
	z-index:100;
	background-image: url('../images/topmenu.png');	
}
#navigation {
	position:absolute;
	top:70px;
	width:977px;
	height:30px;
	z-index:110;
	left:370px;
}
#nav a{
	color:#0e4a9c;
	text-decoration:none;
}
#nav a.active{
	text-decoration:underline;
	color:#3512a6 !important;
}
#nav a:hover {
	color:#3512a6 !important;
}

#content {
	min-height:500px;	
}
#leftbar {
	width:176px;
	min-height:260px;
	background-image: url('../images/line.jpg');
	background-position: right 0px;
	background-repeat:no-repeat;
	float:left;
	margin-top:23px;
	margin-left:20px;
	font-size:10px;
	line-height:13px;
}
#leftbar em {
	text-decoration:none;
	color:#fd6715;
	font-style:normal;
}
#rightbar {
	float:left;
	padding:20px;
	padding-top:10px;
	width:720px;
	min-height:450px;
}
#footer {
	background-image: url('../images/footer.png');
	background-repeat:no-repeat;
	width:977px;
	height:81px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:12px;
	color:white;
	font-size:11px;
}
#footer a {
	color:white;
}

#logo {
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-465px;
	z-index:10;
}
#copyright {
	clear:both;
	color:#333;
	text-align:center;
	padding-bottom:20px;
	font-size:11px;
}
h1 {
	color:#3512a6;
	font-size:14px;
	margin-bottom:10px;
}
strong {
	color:#fd6715;
}
#slideshow {
	display:none;
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:1;
	height:169px;
}
#slideshow li img {
	z-index:1;
	display:none;
}
.enlarge {
	cursor:pointer;

}

a {
	color: #3512a6;
}

.hover {
	position:absolute;
	border:1px solid black;
	display:none;
	cursor:pointer;
}
