/* Blue Water SurfBoards CSS */

/* Tags ----------------------------------- */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0b2d81;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0b2d81;
}
a:hover {
	text-decoration: underline;
	color: #0b2d81;
}
a:active {
	text-decoration: none;
	color: #0b2d81;
}

h1 {
	color: #0b2d81;
	font-size: 1.2em;
}

h2 {
	size: 1em;
	color: #0b2d81;
	font-size: 1em;
	margin: 0;
}



/* IDs ----------------------------------- */

#content {
	position:relative;
}

#content.news {
	position:relative;
	width:850px;
	margin-top:25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;	
}

#content.news td {
	vertical-align:top;
}

#content.surf {
	background-color:#0a0815;
}


#footerbar {
	clear:both;
	height:15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#logo {
	margin-top:25px;
	margin-bottom:20px;
}

#logo.small {
	position:absolute;
	top: -12px;
	left: 107px;
}

#logodiv {
	position:relative;
	width:570px;
	text-align:left;
}

.main{
	padding-left:25px;
	padding-right:25px;
	
}

#masthead {
	text-align:center;
}

#masthead.small {
	text-align:center;
	height:115px;
}

#menu {
	margin-bottom:10px;
	text-align:center;
}

.sidebar {
	padding-left:20px;
	padding-right:20px;
	width:200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align:center;
}

.sidebar img {
	margin-bottom:10px;
}

#site {
	text-align:left;
	width: 850px;
	height:100%;

}
#titlebar {
	background-color: #0B2D81;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

