body{
		background-image:;
		background: url(images/lightbluegradient.gif) ;
		margin:  0px;
		padding: 0px;
		font-family:  Lucida Grande, Verdana, Tahoma, Geneva, Helvetica, sans-serif;	
		text-decoration: none;
		font-size:1em;
		background-repeat: repeat-x;
	}
	/* overrule generic html */

a {
	color: #888;
	text-decoration: none;
}

a.visited {
	color: #666;
}

/* overrule drupal system.css */
.item-list ul li {
	list-style-type: none;
}

ul.links {
	margin: .3em 0;
}

/* generic sap classes */
.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
	}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
}
.bottomline {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
	}

.bottomitem {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
}
.column { /* all columns have continous background color */
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}
.sap-content{
	padding:0px;
}
/* end generic; all sap elements must have margin-left and with defined */

#canvas{
		width:  85%;
		margin:  0px auto;
		padding:0px;
		overflow: hidden;
		max-width: 1000px;
		min-width: 600px;
	}
#header{
	}
#logoitem {
	margin-left: -100%;
	width: 100%;
	font: bolder;
	color:#003189;
	background-color: #003189;
	z-index: 100;
	height: 120px;
	text-align:Center;
}
.centeredImage
    {
    text-align:center;
    margin-top:7px;
    margin-bottom:0px;
    padding:0px;
    }
.LeftImage
    {
    float:left;
    margin-top:7px;
    margin-bottom:0px;
    padding:0px 0px 0px 50px;
    }
#title{
	color:#003189;
	font-family: sans-serif,Times Roman, Tahoma, Verdana, Geneva, Helvetica ;	
	Font-Size: 1.2em
}

#main #sidebar-left {
	margin-top:0px;
	padding-left:5px;
	margin-left: -100%;
	width: 210px;
	z-index: 100; /*prevent main content from obscuring sidebars */
	background-color:#003189;
	font-size: 0.75em;
	background-image: url(images/lhsbg.gif);
	background-repeat: no-repeat;
}
#main #sidebar-left .sap-content {
	padding-left: .5em;
	padding-right: .5em;
}
#main #maincontent {
	margin-left: -100%;
	width: 100%;
	min-height:550px;
	color:#003189;
	background-color:#fdfdfd;
	font-size: 0.75em;
	Text-align: justified;	

}

#content{	
	z-index:600;
	background-repeat: no-repeat;
	background-image: url(images/ACYachtbg.JPG);
}
#main #maincontent .sap-content {
	padding: 10px 35px 25px 235px;
}
#footerline {
	border-bottom: none;
	margin-top: 0px;
}
#footer {
	margin-left: -100%;
	width: 100%;
	margin: 10px 10px 10px 10px:
	text-align: center;
	background-color: #a1c0ec;
}
#footerline #footer .sap-content {
	padding-top: .5em;
	padding-bottom: .5em;
}
p.address{
	text-align: center;
	line-height: 1.2em;
	font-size: 0.70em;
	font-weight: bolder;
	color: #001386;
}
.copyright{
	COLOR:#003186;
	text-align: center;
	font-size:.65em;
		margin-right:15px;
	margin-bottom:.65em;
		}


