/* Sacramento Model Yacht Club style sheet */
/* Designed and coded by Dane Wilson */
/* Last updated July 2004 */

/* Begin design styles */
/* ======================================================= */

.body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

div {
	font-family: Arial, Helvetica, sans-serif;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#sdane a{
	text-decoration: none;
	color: #000000;		
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
}
-->

/* ======================================================= */
/* End design styles */

/* Begin page layout */
/* ======================================================= */

#banner {
	position: absolute;
	left: 207px;
	top: 2px;
	width: 587px;
	height: 161px;
}

#leftNav {
	position: absolute;
	left: 10px;
	top: 193px;
	width: 178px;
	height: auto;
}

#main {
	position: absolute;
	left: 205px;
	top: 192px;
	width: auto;
	height: auto;
}

#sdane {
	position: absolute;
	left: 10px;
	top: 722px;
	width: 180px;
	height: 42px;
}

/* ======================================================= */
/* End page layout */


