/* formatting styles for The Boat Project, Ben Gore, June 2005*/

img.mainPicFull{
	width:200px;
}

img.mainPicShort{
	width:150px;
	border:1px solid black;
	
}

.hidden{
	display:none;
}

.visible{
	display:visible;
}

.sans{
	font-family:sans-serif;
	font-size:12px;
}

.fdThumb{
	border:1px solid black;
	margin:7px;
}

.sdThumb{
	border:1px solid black;
	margin:7px;
}

div.sdContainer{
	margin-bottom:15px;
}

div.basicBox{
	margin:5px;
	padding:5px;
	border:1px solid #222222;
	background-color:#FFFFFF;
}

div.elevenPointFont{
	font-size:11px;
}	

div.sdHeadLine{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
div.sdByLine{
	font-size:14px;
	margin-bottom:5px;
}

div.fdHeadLine{
	font-size:20px;
	font-weight:bold;
}

div.fdByLine{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
	

.subScript{
	font-size:10px;
	font-style:italics;
}

div.fdPicCap{
	font-size:12px;
	font-style:italic;
	text-align:center;
}
div.sdPicCap{
	font-size:12px;
	font-style:italic;
	text-align:center;
}

td.label{
	font-weight:bold;
	text-align:left;
	width:10%;
}



/*Set background to green*/
body {
	/*background-image: url(../images/greenback.gif);*/
	font-family: Garamond, Georgia, Times New Roman, sans-serif;
	font-size: 10px;
	background-color:#2D525E;
	
}

h2{
	font-size:20px;
	font-weight:bolder;
}


/*Link definitions*/
a:link {
	font-weight: bold;
	color:#2D525E;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	font-weight: bold;
	color: #2D525E;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	/*background-color: #9999FF;*/
	color: #5E8F9F;
	text-decoration: none;
	font-weight: bold;
}

/*Objects*/
#mainFrameBorder{
	border: 3px solid #AAA;
	width:650px;
	margin-top:25px;
}

#menu{
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-right: 1px solid black;*/
	width:150;
	
	
}


#title{
	background-color:#5E8F9F;
	width:100%;
	padding-bottom:10px;
}

#footer{
	background-color:#5E8F9F;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	text-align:center;
}

#mainFrame{
	margin-top:10px;
	padding-left:10px;
	margin-right:2px;
	text-align:left;
	width:487px;
	border-left: 1px solid black;
}

.attribution{
	width:650px;
	padding-right:5px;
	margin-top:5px;
	color:#FFFFFF;
	text-align:right;
}



a.attribution:link{
	color:#5E8F9F;
}
a.attribution:visited{
	color:#5E8F9F;
}

/*Classes*/


.center{
	text-align:center;
}

.menuText{
	font-size:14px;
	margin-left: 10px;
	margin-top:5px;
	maring-bottom:5px;
	font-weight:bold;
	color:#2D525E;
}

.bigFirst{
	font-size:18px;
	font-weight:bolder;
}

.reverseText{
	/*original text color from poster color:#C2A896;*/
	color:#E1D6CF;
}

.mainBackgroundColor{
	/*background-color: #C2A896; Original text color from poster*/
	background-color:#E1D6CF;
	
}

.PercentWidth100{
	width: 100%;
}

.lightSmokyBlue{
	color: #5E8F9F;
}

.textHeight10{
	font-size:11px;
}
.lightLine{
	width:95%;
	border-top: 1px solid #AAAAAA;
	margin-bottom: 10px;
}

