/* CSS Document */


body {
	background-color: #000000;
	margin-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

a.navlink:link, a.navlink:visited, a.navlink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height: 200%;
	font-variant:small-caps;
	padding-left: 1px;
	padding-right: 1px;
}

a.navlink:hover {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #CCCCCC;
	text-shadow:#FF0000;
	text-align:center;
	text-decoration:underline;
	line-height: 200%;
	font-variant:small-caps;
	padding-left: 1px;
	padding-right: 1px;	
}

#printLogo {
	width:auto;
	height:auto;
	display:none;
}	

#wrapper {
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	width: 800px;
	min-height: 810px;
	height:auto;
	background-image:url(images/bass_background.jpg);
	background-repeat:no-repeat;
	border: 5px solid #FFFFFF;	
}

#header {
	background-color: #000000;
	width: 800px;
	height: 200px;
	background-image:url(images/temp_header.jpg);
}	

#nav {
	background-color: #666666;
	width: 796px;
	height: 25px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#sidebar{
	background-color: #E6E6E6;
	width: 250px;
	height: 600px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 22px;
	float:right;
	border: solid 1px #000000;
}

#newsSidebar{
	width: 250px;
	height: auto;
	min-height:525px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 22px;
	float:right;
}

#newsSidebarTop {
	background-color:#E6E6E6;
	width:auto;
	height:auto;
	padding:10px;
	margin-bottom:15px;
	border:1px solid #000000;
	font-weight:800;
}

#newsSidebarBtm {
	width:auto;
	height:auto;
	padding:20px;
}		
	
#maincontent{
	width: 490px;
	min-height: 525px;
	height:auto;
	margin-left: 25px;
	margin-top: 15px;
	float:left;
	overflow: auto;
	display:inline;		
}

#footer {
	background-color: #000000;
	width: 800px;
	height: 20px;
	clear:both;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-indent: 15px;
	line-height: 200%;	
}

#slideshow {
	width: 200px;
	height: 200px;
	border: 1px solid #000000;
	margin-left:24px;
	margin-top: 24px;
}

#sidebarText {
	width: 210px;
	height: auto;
	margin-left:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	overflow:hidden;
	text-decoration:none;
	margin-right: auto;
}	

#highlightSection {
	background-color:#FC3;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right: 32px;
}

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

a.quoteNormal:link, a.quoteNormal:visited, a.quoteNormal:active, a.quoteNormal:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.quoteNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}	

.quoteItalic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
	text-decoration:none;
}	

tr.tableSectionHead {
	background-color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}	

td, th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}	

.productTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}	

.newsHeader {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color:#000066;
	padding:5px;
}	

.bioPhotos {
	float:left;
	padding:5px;
}

/* form */

.formField {
	width: 300px;
}

.compPhoto {
	margin: 5px;
	margin-top:15px;
	border: 1px solid #000;
}