/*this is the style sheet for the rounded edge, 2 column, #2 design*//*body background*/body {	background-color:C9CBBD;}/*nav bar color and border color*/.navBar {	border:1px;	border-bottom-width:0px;	border-right-width:0px;	border-color:D4C17F;	border-style:solid;	background-color:28B5CB;}/*dark border on top and bottom*/.navDarkBorder {	border:0px;	border-color:076E7E;	border-style:solid;}/*inside background color, don't change border color*/.mainTable {	border:1px;	border-color:0000000;	border-style:solid;	background-color:#EEEEE8;}/*don't touch this, it needs to be black*/.mainBoxBorder {	border:0px;	border-style:solid;	border-color:000000;}/*header text (featured photo, featured article, etc...*/.header {	font-family:Helvetica, Verdana;	font-size:12px;	font-weight:bold;	color:000000;	line-height:14px;}/*navigation text (non-linked) across navbar, snlink????*/.t12, .snLink {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	font-weight:normal;	color:000000;	line-height:14px;}/*text in navbar that has links (home, fishing reports)*/a.nav {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	font-weight:bold;	color:000000;	line-height:14px;	text-decoration:underline;}/*hover on text in navbar that has links (home, fishing reports)*/a.nav:hover {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	font-weight:bold;	color:FFFFFF;	line-height:14px;	text-decoration:underline;}/*11 pixel text (small body text on right columns)*/.t11 {	font-family:Helvetica, Verdana, Times Roman;	font-size:11px;	font-weight:normal;	color:000000;	line-height:14px;}/*????*/.snText {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	font-weight:normal;	color:000000;	line-height:14px;}/*featured category text*/.t12red {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	font-weight:normal;	color:23303B;	line-height:14px;}/*link text color and attributes*/a.link, .link {	font-weight:bold;	color:9F1500;	text-decoration:underline;	/*link hover text color and attributes*/}a.link:hover {	color:59331A; text-decoration:underline;}/*photo border and color (only applies on the front page??)*/.picture {	border:1px;	border-color:000000;	border-style:solid;}/*pulldown text*/.dropDown {	font-family:Helvetica, Verdana, Times Roman;	font-size:12px;	background-color:61EFD9;	color:000000;}/*any horizontal rules get these attributes (seperation between products*/hr {	color:000000; height:1px}/*vertical bar color between links on fishing reports*/.bar {	background-color:3869C6;}/*????*/.navSpacer {	background-color:65EDD9;}/*????*/.navSpacer2 {	background-color:076E7E;}/*address on footer*/.footer1 {	font-family:Helvetica, Verdana, Times Roman;	font-size:11px;	font-weight:normal;	color:000000;	line-height:12px;}/*copyright statement on footer*/.footer2 {	font-family:Helvetica, Verdana, Times Roman;	font-size:11px;	font-weight:normal;	color:000000;	line-height:12px;}/*e-mail link and privacy policy link on footer*/a.footerLink {	font-weight:bold;	color:9F1500;	text-decoration:underline;}/*hover for e-mail and privacy policy links*/a.footerLink:hover {	color:59331A;	text-decoration:underline;}