BODY {
				
	font-size : x-small;
	margin: 0px;
  text-align : center;
}
#banner {
				
	height: auto;
	width: 740px;
	border: thin solid white;
	margin-right: auto;
	margin-left: auto;
  text-align : center;
}
#mainbox {
				
	height: auto;
	width: 740px;
	border: thin solid #E6E6E6;
	margin-right: auto;
	margin-left: auto;
}
#leftbox {
				
	font-size : x-small;
	height: auto;
	width: 160px;
	border: thin solid #E6E6E6;
	
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#rightbox {
				
	font-size : x-small;
	text-align : center;
	border : solid white;border-top-width : thin;border-right-width : thin;border-bottom-width : thin;border-left-width : thin;
	width: 570px;
	height: auto;
	float: right;
}
#footer {
				
	height: auto;
	width: 740px;
	border: thin solid white;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

H1{
				
  
  text-align : center;
  font-weight : normal;
  font-size : small;
  background-color : white;
}
P{
				
  font-size : x-small;
  color : black;
}
A{
				
  
  color : black;
  
}
A:ACTIVE{
				
  
  color : navy;
  
}
A:LINK{
				
  
  color : black;

}
A:HOVER{
				
  color : navy;
  
}

UL,LI {
				
	margin: 0px;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height : 13px;
  font-size : x-small;
}
TD{
				
  text-align : center;
  font-size : x-small;
}
H2{
				
  font-size : x-small;
  background-color : #E6E6E6;
  margin: 0px;
}


H3{
				
  font-size : x-small;
  font-weight : normal;

		
}

