/* Dark Wave Surfer Style Sheet */

/* Default Page settings. */
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

/* Container for the the main columns of the page */
.columns {
	margin: 0 auto;
	width: 750px;
	height: 500px;
	overflow: visible;
	padding: 0px;
	text-align: left;
	background-color: #000000;
}

/* Main container for page content. */
.content {
	float: left;
	margin: 0 auto;
	color: #000000;
	background-color: #000000;
	width: 495px;
	height: auto;
	padding: 15px;
	text-align: left;
}

/* Left navigation bar */
.leftnav {
	float: left;
	margin: 0 auto;
	width: 150px;
	height: 100%;
	background-color: #000000;
	padding: 0px;
	text-align: left;
	text-indent: 10px;
	line-height: 1.5;
}

.leftnavline {
	background-color: #666666;
	width: 140px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Right column */
.rightcolumn {
	float: right;
	margin: 0 auto;
	width: 150px;
	height: 100%;
	background-color: #000000;
	padding: 0px;
}

/* Color Box for right column */
.rightbox {
	margin: 0 auto;
	width: 150px;
	height: 250px;
	background-color: #0099CC;
	padding: 0px;
}

/* Top navigation bar */
.topnav {
	margin: 0 auto;
	color: #000000;
	background-color: #666666;
	width: 100%;
	height: 19px;
	padding: 0px;
}

.topnavcontent {
	margin: 0 auto;
	width: 750px;
	text-align: right;
}

.topnavline {
	background-color: #CCCCCC;
	width: 100%;
	height: 1px;
}

/*  Main image banner */
.mainimage {
	margin: 0 auto;
	width: 750px;
	height: 150px;
}

/* left aligned inline image */
.inlineimageleft {
	text-align: left;
}

/* left aligned inline image */
.inlineimagecenter {
	text-align: center;
}

/* Text Styles */
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.notetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.emphasistext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
.quotetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: italic;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}
.header1text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}
.topnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	word-spacing: 20px;
	padding-top: 2px;
}
.topnavlinktext:link {
	color: #CCCCCC;
	text-decoration: none;
}
.topnavlinktext:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.topnavlinktext:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.topnavlinktext:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.leftnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.leftnavlinktext:link {
	color: #666666;
	text-decoration: none;
}
.leftnavlinktext:visited {
	color: #666666;
	text-decoration: none;
}
.leftnavlinktext:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.leftnavlinktext:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.leftnavheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
}
.leftnavselectedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.continuelinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}