body {
		font-family:   sans-serif, georgia, MS serif, bold courier, arial ;		
		font-size:	small;
		/*background: url(images/Zellchipbackg.jpg) no-repeat;*/		padding:0px;
		margin:	0px;
		border:	0px;
		
		}

/* outer border for whole page */

#main	{
	Width:	800px;
	min-width:	750px;
	position:	relative;
	margin: 20px auto;
	
	border:		0px black solid;
	border-right:	0px black solid;
	border-bottom:	opx black solid;

}

#main-inner	{
	width:	800px;	
	margin-top:	0px;	
}


/* header */


#header	{
	width:	auto;
	height:	100px;
	background:	transparent;
	border:	0px solid black;
	color: #3366cc;	
}

#header h1	{
	padding-left: 50px;
	font-size:	300%;
	font-family:	sans-serif, georgia, verdana, serif;
	padding-top:	10px;
	/*color:	#3366cc;*/
}

#header h4	{
	text-align:	right;
	font-size:	100%;
	font-weight:	lightest;
	font-family:	verdana, serif;
}

/* end of header */




#horNav {
	width:	800px;
	height: 28px;
	/* background: url(images/navimg.gif) #fff bottom left repeat-x;*/	
}

#horNav ul{	
	list-style: none;
	padding: 0;
	margin: 0;
	/*background: url(images/navimg.gif) #fff bottom left repeat-x;	*/
}

#horNav li{	
	float: 		left;
	margin: 	0;
	width:		159.60px;
	font-family:	sans-serif, georgia, verdana, serif;
	font-size:	100%;

}

#horNav li a{	
	/*background: url(images/navimg.gif) #fff bottom left repeat-x;*/
	height: 2em;
	line-height: 2em;
	float: left;
	width: 159.60px;
	display: block;
	border: 1px solid black;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#horNav li a	{
	float: none
}
/* End hide */

#horNav li a:hover{
	text-decoration:	underline;
	color:	black;
}

#horNav li a:visited{
	
	color:	black;
}
	
/* main content */

#inner-content	{
	width:	auto;
	height:	450px;
}

#inner-contentaboutus	{
	width:	auto;
	height:	475px;
}

#inner-contentnews	{
	width:	auto;
	height:	575px;
}

#inner-contentsite-map	{
	width:	auto;
	height:	450px;
}

#centercontent {
	position:	absolute;
	left: 10px;
	width:	450px;
	background:	transparent;
height:	315px;

		}	

#centercontent h2	{
	color:	#3366cc;
	font-size:	180%;
	text-decoration:	underline;
}

#centercontent h3	{
	color:	black;
	font-size:	120%;
}

#centercontent {
	background:	#ffffff;
top:	237px;	
	margin-top:	0px;
	border:		0px solid #000;
	padding-right:	40px;
	padding-left:	35px;
	min-height:	285px;		
	
	}

#centercontent img {
	margin-top:	15px;
	margin-left:	10px;
	margin-bottom:	5px;
	border:		1px solid white;
	border: 	1px solid black;
	
}

#centercontent a:visited{
	
	color:	blue;
}

#rightcontent {
	position: absolute;
	right:		10px;
	top:		237px;
	width:		220px;
	/*background:	#ffffcc;*/
	border:		0px solid #000;
	padding-left:	10px;
	padding-right:	10px;
	min-height:	400px;
border-left:	1px solid black;
	}

#rightcontent h2	{
	color:	#3366cc;
	font-size:	140%;
	text-decoration:	underline;
}

#rightcontent h4	{
	color:	black;
	font-size:	100%;
}

#rightcontent a:visited{
	
	color:	blue;
}


#footer	{
	clear:		both;
		
	border-top:		0px solid black;	
	text-align:	center;
	text-decoration:	none;
	margin-top:	20px;
	padding:	10px;
	color:		#0c2462;
	background:	#ffffff;
}

#footer p{	
	padding:	1px;
	display:	inline;
	
}

#footer	a {
	color:	#0c2462;
}
	
	
