html,body,div,span,ul,li,p,a,img,h1,h2,h3,h4,h5,table,td,tr	{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body	{
	font-size:1em;
	font-family:verdana,arial;
}

h1,h2,h3,h4,h5	{
	text-align:center;
	font-weight:bold;
}

p.press {
	padding: 2%;
}
div.page	{
	position:absolute;
	width:100%;
	background-color:#dddddd;
}
div.container	{
	top:0;
	width:970px;
	margin:0 auto;
	background-color:#ffffff;
}
div.header	{
	height:100px;
	width:100%;
	padding-top:10px;
}
div.left	{
	float:left;
	width:170px;
	height:1050px;
	background-color:lightblue;
	clear:both;
}
div.navmenu	{
	width:150px;
	margin:0 10px;
	height:20px;
	font-size:10pt;
}
div.navmenu2	{
	width:150px;
	margin:0 10px;
	height:40px;
	font-size:10pt;
}
a.menu	{
	text-decoration:none;
	font-weight:bold;
	color:black;
}
div.content	{
	float:left;
	height:1050px;
	width:630px;
}
div.footer	{
	text-align:center;
	font-size:8pt;
	clear:both;
	width:800px;
	margin:10px auto;
}
div.sponsor  {
	float:left;
	height:1050px;
	width:170px;
	background-color:lightblue;
}

table.RegBoats {
	text-align: center;
	width: 600px;
}

table.RegBoats td{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.RegBoats td.head{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}




