@charset "utf-8";
/* CSS Document */

body{
	margin:0x;
	padding:0px;
	margin-bottom:150px;	
}

#container{	
	width: 1000px;
	height: 630px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	text-align: center;	
}

#top{
	width:100%;
	height:80px;
	margin-top:10px;
	text-align:left;
}

#logo img{
	border:0px;
	left:0xp;
	float:left;
}

#lookup-box{
	float:right;
	width:250px;
	height:35px;	
	margin-right:10px;
	margin-top:0px;		
	padding:5px;				
	background-color:#002f6b;				
}

#content{
	border-top:solid;
	border-top-width:1px;
	border-top-color:#003375;
	width:100%;
	height:485px; /* 492px */	
}

#footer{
	width:100%;
	height:20px;			
}

#footer-image{
	height:10px;		
}

#sitemenu{
	float:right;
	margin-right:10px;
	margin-top:5px;
	padding-bottom:10px;	
}

#sitemenu a{
	text-decoration:none;
}

/* intro page*/
#header{
	padding-left:0px;
	text-align: left;
	height:325px;
}

#news{
	width:100%;
}

.newsblock{
	width:140px;
	height:140px;
	float:left;
	margin-left:5px;
	padding-left:10px;
	padding-top:5px;	
	text-align:left;
}


/* content page */
#content-box{
	width:350px;
	height:445px;
	background-color:#FFFFFF;
	text-align:left;
	overflow:auto;
	padding:20px;
	position:absolute;
	left:130px;
}

/* tables */
#table-columns {
	width:330px;
	margin-bottom:0;
	padding-bottom:5px;
	float:none;
} 

#table-columns .column {
	float:left; 
	padding-top:5px;
	padding-bottom:5px;		
} 