﻿@charset "utf-8";
/*
----
My Windsurfing Styles
Version: 2005
----------------------------------------------- */

body 
	{ 
	margin: 0; 
	padding: 0; 
	color: black; 
	background-color: white;
	font-size: 9pt; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	}
p {}

/*
---------------------
MASTER TABLE
---------------------*/
#wrapper table
	{
	border: 0;
	width: 720px;
	padding: 3px;
	border-collapse:collapse;
	}
#wrapper td
	{
	vertical-align:top;
	}
td
	{
	vertical-align:top;
	}
#wrapper td.colleft
	{width:136px;}
#wrapper td.colmid
	{width:350px;padding:20px 0 0 0;}
#wrapper td.colspacer
	{width:10px;}
#wrapper td.colright
	{width:176px;padding:20px 0 0 0;}

/*
---------------------
LINKS
---------------------*/

a:visited 
	{
	color: navy;
	}

a:link 
	{
	color: navy;
	}
a:hover 
	{
	color: red;
	}
img
	{
	border: 0;
	}
}
/*
---------------------
CONTENT
---------------------*/
.content p
	{
	font-size: 9pt; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: black;
	}
.content
	{
	font-size: 9pt; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: black;
	}
.content a:visited
	{
	text-decoration: none;
	}
.content a:link
	{
	text-decoration: none;
	}
.content a:hover
	{
	color: red;
	}
.content blockquote
	{
	margin-right: 0px;
	}
.content blockquote a:link
	{
	text-decoration: none;
	}
.content h1
	{
	font-size: 12pt;
	color: navy;
	}
.content h2
	{
	font-size: 10pt;
	color: navy;
	}

.content em
	{
	font-size: 8pt;
	color: gray;
	}

.content i
	{
	font-size: 8pt;
	color: gray;
	}
.content .small, .content small
	{
	font-size: 8pt;
	}
.gallery
	{
	width: 540px;
	}

/*
---------------------
NAV - HEADER
---------------------*/
#header
	{
	width: 720px;
	height: 82px;
	}
}
.horizontal
	{ 
	display: table; 
	width: 720px; 
	height: 15px; 
	color: white; 
	background-color: white; 
	font-weight: bold; 
	font-family: Arial, helvetica, Geneva, sans-serif; 
	font-size: 9pt; 
	clear: both; 
	padding:0; 
	}
.horizontal ul
	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid gray;
	}
.horizontal li
	{
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px solid gray;
	font-weight: bold;
	font-size: 9pt;
	color: gray;
	}		
.horizontal li a:visited
	{
	padding: 4px 8px;
	color: #006699;
	text-decoration: none;
	}
.horizontal li a:link
	{
	padding: 4px 8px;
	color: #006699;
	text-decoration: none;
	}
.horizontal li a:hover
	{
	padding: 4px 8px;
	background-color: silver;
	color: #006699;
	}	
/*
---------------------	
NAV - LEFT COLUMN
---------------------*/	
.sidenav
	{ 
	color: navy; 
	background-color: white; 
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	clear: both; 
	padding:0; 
	width:165px;
	}	
.sidenav p
	{
	}	
.sidenav a:visited         
	{ 
	text-decoration: none;
	color: navy; 
	}
.sidenav a:link         
	{ 
	text-decoration: none;
	color: navy; 
	}
.sidenav a:hover      
	{ 
	color: red;
	}
/*
---------------------
NAV - RIGHT COLUMN	
---------------------*/
.rightnav
	{ 
	color: #006699;
	background-color: #F0F0FF; 
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	clear: both; 
	padding:5px; 
	}	
.rightnav p
	{
	}
.rightnav a:visited         
	{ 
	text-decoration: none;
	color: gray; 
	}
.rightnav a:link         
	{ 
	text-decoration: none;
	color: gray; 
	}
.rightnav a:hover      
	{ 
	color: red; 
	}
.rightnav em
	{ 
	color: gray;
	}
	
.rightnav i
	{ 
	color: gray;
	}
	
/*
---------------------
SEARCH BOX 
---------------------*/
.searchbox
	{
	color: navy; 
	background-color: white; 
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	clear: both; 
	padding:0; 
	width:136px;
	}
.searchforms
	{
	height: 25px;
	}
.searchtext
	{
	width: 88px;
	float: left;
	}
.searchbutton
	{
	width: 35px;
	float: right;
	}
.atomz
	{
	width: 159px;
	height: 14px;
	}
/*
---------------------
FOOTER
---------------------*/
.footer
	{
	width: 720px; 
	height: 71px;
	font-size: 8pt;
	color: gray; 
	border-collapse: collapse;
	}

/*
---------------------
SPECIAL 
---------------------*/	
.separator { height: 0; clear: both; }
.red {color:#FF0000;}
.darkred {color:#800000;}
.teal {color:#408080;}
.navy {color:navy;}
.underline {text-decoration:underline;}

.container 
	{
	width: 100%;
	background-color: #ffffff;
	/*background-color: #eeeeee;*/
	display:block;
	padding: 0px; 
	margin-top: 5px;
	border-bottom:1px silver dotted; 
	background-image:url('../images/sign-none.gif');
	background-repeat:no-repeat;
	/*background-position:3px 2px;*/
	}
.container2 
	{
	width: 100%;
	background-color: #ffffff;
	/*background-color: #eeeeee;*/
	display:block;
	padding: 0px; 
	margin-top: 5px;
	border-bottom:2px silver solid; 
	background-image:url('../images/sign-none.gif');
	background-repeat:no-repeat;
	/*background-position:3px 2px;*/
	}

.container h2, .container2 h2
	{
	padding:0px;
	margin:0px;
	margin-left:20px;
	}
.expandable 
	{
	border-top:1px silver solid;
	}

.expandable-block
	{
	border-top:1px silver solid;
	}

