body {
 margin:0px;
 background-color:#f4f4f4;
 color: white;
 text-align:center;
 padding:0;
 font-family: Arial, Palatino, "Times New Roman", times, serif;
 }

p	{
	font-size:12px;
	}


h1  {
font-size: 2em;
font-weight: bold;
}


h2  {
font-size: 1.5em;
}

h3  {
font-size: 1em;
}

h4  {
font-size:.9em;
}

ul	{
font-size:.9em;
margin-left:0px;
padding-left:20px;
	}


em {
font-weight: bold;
font-size: 1em;
color: red;
}

cite  {
font-weight: bold;
font-size:.8em;
}

table	{
		background-color:white;
		table-layout:fixed; 
		width:100%;
		border:1px;
		border-color:black;
		border-collapse:collapse;
	}

th	{	background-color:#0037fe;
		text-align:left;
		font-size:.8em;
		color:white;
		border:1px solid;
		border-color:black;
		border-style:solid;
		}

td	{	text-align:left;
		font-size:.8em;
		border:1px solid;
		border-color:black;
	}

table.index	{
		background-color:white;
		table-layout:fixed; 
		width:100%;
	}

td.index{	text-align:left;
		font-size:.8em;
		border-color:white;
	}


#container	{
		margin-left:auto;
		margin-right:auto;
		width:800px;
		padding-left:0px;
		background-color:white;
 		color:black;
		}


#hdr 		{
 		float:left;
		width:800px;
		height:160px;
		background-color:white;
 		}

#linkbar{
		float:left;
		width:800px;
		height:20px;
		text-align:center;
		background-color:white;
		}




#cont {		
 		float:left;
		width:800px;
		padding-left:0px;				
		background-color:white;
 		}

#cont_alt {		
 		float:left;
		width:800px;
		height:100%;
		padding-left:0px;				
		background-color:white;
 		}

#box1		{
		float:left;
		height:220px;
		width:280px;
		padding-left:20px;
		text-align:left;
		background-color:white;		
		}

#box2		{
		float:left;
		height:220px;
		width:500px;
		background-color:white;	
		}

#box3		{
		float:left;
		width:800px;	
		}

#box3a		{
		float:left;
		width:200px;
		padding-left:20px;
		text-align:left;	
		}

#box3b		{
		float:left;
		width:375px;	
		}

#box3c		{
		float:left;
		width:200px;
		text-align:left;	
		}

#box4		{
		float:left;
		height:340px;
		width:800px;
		background-color:white;	
		}

#box5		{
		float:left;
		height:190px;
		width:290px;	
		}

#box6		{
		float:left;
		width:800px;
		background-color:white;	
		}

#footer	{
	float:left;
	height:20px;
	width:800px;
	background-color:white;
	}

a:link.footer {
	color:green;
	font-size:10px
	}


a:link { 
color: #f16621;
font-size:13px;
text-decoration:none;
}

a:visited {
color: #fda913;
font-size:13px;
text-decoration:none;
}

a:hover {
color: #fda913;
font-size:13px;
}




