﻿/* CSS layout */
body {
	background-color: #61595B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80% ;
	color: #FFFFFF;
	font-weight: normal;
	text-align: centre;
}


#wrap {
	/*text-align: center;*/
	margin: 0px auto 0px auto;
	width:937px;
}

#masthead {
background-color:#000C46;
width:937px;
height:40px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	background-image: url('images/home/mid_bg3.jpg');
	background-repeat: repeat-y;

	
}
#left_col {
	width: 153px;
	height: 485px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/home/nav_bg.jpg');
	background-repeat: no-repeat;
	/*background-image:url('images/mid_bg_2.jpg');
	background-repeat:repeat-y;*/
}

#left_col ul {
	margin-top:70px;
	margin-left:0px;
	padding: 0;
	list-style: none outside;
	text-align: right;
	margin-right:33px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}

#left_col li {
	margin-bottom: 15px;
}

#left_col li ul {
}

#left_col a {
	text-align:right;
	text-decoration: none;
	color: #FFFFFF;
}

#left_col a:hover {
	text-decoration: underline;
	color: #AAC8E1;
}


#header{
	margin-left: 153px;
	width: 784px;
	height: 259px;
	background-image: url('images/home/header.jpg');
	background-repeat: no-repeat;
}

#page_content {
	margin-left: 153px;
	background-image: url('images/home/mid_bg.jpg');
	background-repeat: repeat-x;
	background-color:#000C46;
	clear:both;
	position: relative;
	/*background-image: url('images/mid_bg_2.jpg');
	background-repeat:repeat-y;	*/

	/*height:226px;*/
	
}

#parent_div {
	width: 770px;
	padding: 2px 0;
	margin: auto;
	
}
#parent_div:after {
    content:'';
    display:block;
    clear:both;
 }
 
#images_div {
	float: left;
	display: inline; /*required by IE6*/;
	width: 350px;
	margin: 0 0px 0 2px;
	padding-left: 0px;
	padding-right:25px;
	text-align: left;
}

#news {
	float: left;
	left: 460px;
	display: inline; /*required by IE6*/;
	width: 355px;
	margin: 0 2px 0 25px;
	text-align: left;
	font-size: 100%;
}


#below_content {
	
	background-image: url('images/home/mid_bg3.jpg');
	background-repeat: repeat-y;
	clear:both;
	width:937px;
	/*background-image: url('images/mid_bg_2.jpg');
	background-repeat:repeat-y;	*/

	/*height:226px;*/
	
}


#footer {
	width: 937px;
	height: 55px;
	background-image: url('images/home/footer.jpg');
	background-repeat: no-repeat;
}


#java_images { 
	margin: 0 0 10px 0; 
	width: 440px; 
	height: 245px; 
	position: relative;
	float:left; 
		}

.all_Image { 
	position: absolute; 
	top: 8px; 
	left: 8px; 
	width: 424px; 
	height: 200px; }
		
.news {
	position: absolute;
	top: 4px;
	left: 440px;
	width: 340px;
	height: 215px;
	font-size: 1.0em;
	color: #fff;
	vertical-align: top;
	list-style-type: circle;
}
		


#search {
	float: right;
	width: 280px;;
	padding-top: 5px;
	 
}

#search fieldset {
	border: none;
}

#search #s {
	width: 125px;
}

/*.news ul {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	
	overflow: auto;
	
}*/
/*
.newsli {
	margin: 5px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	color: #FFFFFF;
	line-height:150%;
	list-style-position:inside;
	margin-left: 0;
	/*padding-left: 1em;
	text-indent: -1em;
	padding-bottom:1em;*/
}*/

.morelink a { 
	color: #fff;
	float:left;	
	padding-left:10px;
	font-size:14px;
	text-decoration:none; 
}

.morelink a:visited { 
	color: #fffccc;
	float:left;	
	padding-left:10px;
	font-size:14px;
	text-decoration:none; 
}

.morelink a:hover { 
	color: #fff;
	float:left;	
	padding-left:10px;
	font-size:14px;
	text-decoration:underline; 
}

.news a { 
	color: #fff;
	/*font-size: 100%;*/
	text-decoration:none; 
	font-weight:bold;
}

.news a:visited { 
	color: #fff;
	/*font-size: 100%;*/
	text-decoration:none; 
	font-weight:bold;

}

.news a:hover { 
	color: #fffccc;
	/*font-size: 100%;*/

	text-decoration:none; 
	font-weight:bold;

}
h1 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCCCCC;
}

 .image_left {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 2px;
	float: left;
	border-width: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}


