
/* basic elements */
	

body {
	font: 11px verdana;
	text-align: center;
	margin: 0;

	}


td.copy {
	font: 11px verdana;
	padding: 6px 0px 6px 8px;

}

td{
	font: 11px verdana; 
	line-height:22px;

}


h1{
	font: 12px verdana; 
	font-weight:bold;
	padding-left:14px; 

	
}

h2{
	font: 18px verdana; 



}
.tabs{
	width:900px;
	
	}

/* specific divs */
.prefix{
	background-image: url(../images/prefix.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:84px;
	background-color:#073046;
}

#container { 
	width:900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 


	}

	
/* home */
	
#header{
	height:217px;
	width:900px;


	
	}


/* footer */

	#foot {
	height:30px;
	width:100%;

	}

A.credit:link {
	text-decoration:none;
	color:#000;

}


A.credit:active {
	text-decoration:none;
	color:#000;

}

A.credit:visited  {
	text-decoration:none;
	color:#000;

}


A.credit:hover {
	text-decoration:underline;
	color:#000;




}
	
	



