a {
	color:  #C60;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #C60;
	text-decoration: underline; 
}

a:hover, a:visited:hover {
	color: #666;
}

body {
	color:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height:1.2em;
	overflow: hidden;
	height: 100%;
	/* background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url(../images/fleetBG.jpg);
	background-position : bottom; */
}

body.bg {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url(../images/fleetBG.jpg);
	background-position : bottom; 
}

body.bg #logoCopyright {
	background: none;
}

#content {
	height: 89%;
	padding:10px;
	border-top: 10px solid #C60; 
	/* border-bottom: 10px solid #C60; */
	overflow:auto;
	scrollbar-arrow-color: #C60;
	scrollbar-track-color: #FC9;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #C60;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #C60;
	scrollbar-shadow-color: #000;
	
}

.emph {
	font-weight: bold;
	color: #C60;
}

.filler {
	background: #000;
	height: 9%;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
	text-align: center;
}

.fillerTop {
	background: #000;
	height:50px;
	padding: 32px 10px 0 0;
	text-align: right;
	vertical-align: baseline;
	color: #FFF;
}

.fillerTop a {
	color:  #FFF;
	font-weight: bold;
	text-decoration: none;
}

.fillerTop a:visited {
	color: #666;
	text-decoration: none; 
}

.fillerTop a:hover, a:visited:hover {
	color: #C60;
}

.copyright {
	text-align: center;
	margin: 40px 0 10px 0:
}

h1 {
	color: #C60;
	font-size: 24px;
	letter-spacing: 0;
}

h2 {
	color: #666;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
	line-height: 1em;
}

h3 {
	color: #C60;
	font-size: 15px;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	line-height: 1.2em;
}

h4 {
	color: #444;
	font-style:italic;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	height: auto;
	line-height: 1.2em;
}

hr {
	border: 1px solid #C60;
	width: 70%;
	clear: both;
}

#content img {
	border: 2px solid #C60;
}

#logo {
	position: absolute;
	width: 300px;
	top: 0;
	margin: 0;
	float: left;
}

#logoCopyright {
	position: absolute;
	width: 300px;
	bottom: 16%;
	margin: 0 0 0 10px;
	text-align: center;
	color: #000;
	height: 210px;
	padding: 50px 0 0 0;
	background-attachment : fixed;
	background-image :  url(../images/frogman.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
	font-size: 13px;
}

#logoCopyright h2{
	color: #000;
}

#nonLogo {
	position: absolute;
	left: 320px;
}

#menu {
	font-size: 1em;
	position:absolute; 
	width:22%; 
	min-width: 170px;
	/* height:95%;  */
	float : left;
	clear:left;
	padding : 3px 8px;
	margin: 0;
	line-height: 1.1em;
}

#menu a {
	display: block; 
	padding : 3px 8px;
	margin: 0; 
	color:#003;
	border-top: 1px solid #999; 
	text-decoration:none; 
}

#menu a:hover {
	color: #900;
	text-decoration:underline; 
}

#menu a:visited {
	text-decoration:none; 
	color: #333;
}

#menu a:visited:hover{
	color: #900;
	text-decoration:underline; 
}

p {
	margin:10px 0;
	padding: 0;
}

.picright {
	float: right;
}

.picLeft {
	float: left;
}

.picLeft, .picRight {
	margin: 0px 10px 10px 10px;
	clear: none;
}

table {
	font-size: 10px;
	padding: 3px;
}

td {
	vertical-align: top;
}