body {
	font-size: 12px;
	color:#fff;
	text-align: left;
	background-attachment: scroll;
	background-color: #001237;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
}

#main {
	top:2px;
	background-image: url(../images/bg_main_frame.png);
	background-repeat: no-repeat;
	position:relative;
	z-index: 10;
	width:960px;
	height:520px;
	margin:0 auto;
	background-color:#003399;
	vertical-align: middle;
	overflow: visible;
}
#column_left {
	top:2px;
	width:415px;
	height:520px;
	background-image: url(../images/bg_main_left.png);
	background-repeat: no-repeat;
	position:relative;
	z-index:20;
	float: left;
}
#column_right {
	padding:80px 0 0;
    float: right;
	z-index:1;
    width:545px;
	height:520px;
	
}

#column_right_1 {
	top:2px;
	background-image:url(../images/bg_01_blue.jpg);
	background-repeat: no-repeat;
	position:relative;
	z-index: 10;
	width:960px;
	height:520px;
	margin:0 auto;
	background-color:#003399;
	vertical-align: middle;
	overflow: visible;
}

#column_right_2 {
	top:2px;
	background-image:url(../images/bg_main_dark_blue_frame.png);
	background-repeat: no-repeat;
	position:relative;
	z-index: 10;
	width:960px;
	height:520px;
	margin:0 auto;
	background-color:#003399;
	vertical-align: middle;
	overflow: visible;
}
#logo {
	top:80px;
	background-image:url(../images/hj_logo.png);
	background-repeat: no-repeat;
	position:relative;
	float:left;
	padding-left:5px;
	width:300px;
	height:55px;
	z-index:3;
}

#logo span{
	visibility:hidden;
	}

#nav {
	clear:both;
	top:85px;
	position:relative;
	float:left;
	width:350px;
	height:300px;
	z-index:3;
	text-align: left;
	vertical-align: middle;
}

#nav ul {
	margin:10px 0 0 5px;
	padding:0;
}

#nav ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:1.3em;
	letter-spacing:1.5px;
	line-height:2em;
}

#nav ul li a {
	color:#FFC600;
	text-decoration:none;
	padding:0 0 0 20px;
	line-height:2em;
	font-weight: bold;
	text-transform: capitalize;
}

#nav ul li a:hover  {
	color:#FFF;
	line-height:2em;

}
#bookmark {
	float:left;
	top:80px;
	position:relative;
	width:150px;
	height:50px;
	z-index:2;
	padding:0 0 0 20px;
}
#content {
	top:63px;
	left:405px;
	float: right;
	font-size: 1.3em;
	z-index:1;
	width:545px;
	height:425px;
	overflow:auto;
	position:absolute;
}
#announcement {
	background-repeat: no-repeat;
	position:relative;
	z-index: 10;
	width:960px;
	height:520px;
	margin:0 auto;
	background-color:#003399;
	vertical-align: middle;
	overflow: visible;
}

#frontpage {
	position:absolute;
	Float:left;
	margin:0 auto;
	z-index: 10;
	width:960px;
	height:520px;
	vertical-align: middle;
	overflow: visible;

}

#slider {
    width: 960px; /* important to be same as image width */
    height: 520px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
	float:left;
}

#sliderContent {
   width: 960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.sliderImage {
   float: left; /* important */
   position: absolute; /* important */
   display: none; /* important */
   left: 0px; right: 0px; bottom: -525px;
   padding: 0;
   margin: 0;
   border: hidden;
}


.sliderImage a {text-decoration: none}
	

.sliderImage span {
    position: absolute;
	left: 715px; top: 0px; bottom: 0px; right: 0px;
	float:left;
	padding: 10px 10px;
	font: 15px/20px Arial, Helvetica, sans-serif;
    width: 700px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
   clear: both;
} 

.sliderImage span strong {
    font-size: 16px;
}

.right {
	right: 0;
	bottom: 0;
	width: 228px !important;
	height: 520px;
}
ul { list-style-type: none;}
