
.links {
	font-size: 18px;
	font-weight: bold;
}

.text {
	color: #000000;
	font-size: 12px;
}

#tips {
	font-size:14px;
	width:95%;
	list-style:none;	
}

#tips li{
	padding:7px 0 0 0;
}
#title {
	border:none;
	margin-bottom:-3px;
}

#loadContent img {
	border:#339933 solid 2px;
}
#sponsors img {
	margin-top:3px; 
	margin-left:20px;
	border: #999999 solid 1px;
}
a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #33CC33;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}


/* layout */

#wrap {
	text-align: left;
	width: 789px;	
	margin: 0px auto; 				/* to fix centering in Mozilla */
	}
#content {
	float: left;
	width: 40%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 40%;
	}

#sidebar img {
	border:#999999 solid 1px;
}
#sidebar p {
	background:url(../images/boatFast.jpg) no-repeat;
	}
	
#footer {
	clear: both;
	background: #828377 url(img/footer-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	}

#content .gutter2 {
	padding: 25px 45px 0 3px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border-bottom: 3px solid #87B825;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	}
	
/* message row */

#message {
	margin: 0;
	padding: 15px;
	font-size: 90%;
	color: #000000;
	text-align: center;
	}
#message strong {
	padding: 0 0 0 28px;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-size: 140%;
	color:#339933;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */


