/* CSS Document */

/* SurfZone colors

Yellow		#FC3100
Lt Yellow	#F7CC49
Blue		#6F9DBE
Lt Blue		#89AEC9
Dk Blue		#457DA3

*/

/* MAIN STYLES */

body { 
	background-color:#FFFFFF;
	font-family: futura,tw cen mt,verdana,geneva,sans-serif;
	font-size: 1em; 
	color: #000;
	margin: 30px;
	padding: 0px;
	border: 0;
}

p, blockquote, ol, ul, td, dt, dd { 
	color: #000;
	font-size: 1em; 
	margin-top: 0px;
	margin-bottom: 0.8em;
}
p { 
	padding: 5px 10px;
}
blockquote, ol, ul, li, td, dt, dd { 
	margin-bottom: 0.5em;
}
li { margin-bottom: 2px; }
ul { list-style-image: url('/images/bullet.gif'); list-style-type: square; } 
ul ul { list-style-image: none; list-style-type: disc; } 
ul ul ul { list-style-image: none; list-style-type: square; }

h1, h2, h3, h4, h5, h6	{
	color: #000;
	font-weight: bold;
	font-family: century gothic,futura,tw cen mt,verdana,geneva,sans-serif;
	padding: 5px 10px;
	margin: 0;
}

h1	{
	padding: 20px 10px 10px 10px;
	font-size: 1.25em; 
	}

h2	{
	font-size: 1em; 
	}

h3	{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#6F9DBE;
    }


/* ID SELECTORS */
#repeat-x { background: #FFF url('/images/surfbanner-4.gif') repeat-x;  }
#repeat-y { background: #FFF url('/images/vert-2.gif') repeat-y;  }

/* CLASS SELECTORS */

/* Anchors */
a:link, a:visited  { color:#457DA3; text-decoration:underline; }
a:active, a:hover { color:#000; background-color:#F7CC49; }




