body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

/* 
This style just sets up everything in the middle of the page 
This style would contain the side shadows as one image repeat: y
You need to put your side shadow background in here - I'm just using colors so you can see the different divs
*/


#outsidewrapper {
width:800px;
margin-left:auto;
margin-right:auto;
/*margin-top:5px;*/
/*background:#ff0000;*/
padding: 0px 0px 0px 0px;
background-repeat:no-repeat;

background-image:url(images/con-bg.gif);

}

#mainbodybackground {
width:773px;
margin-left:auto;
margin-right:auto;
/*background:#660099;*/
margin-top:0px;
margin-bottom:0px;
padding: 0px 0px 0px 0px;

}

#topnavbar {
width:773px;
height:32px;
background:#000;
padding: 0px 0px 0px 0px;
}



/* --- New menu */

.menu {width:773px; height:32px; position:relative; z-index:100;border-right:1px solid #666; font-family:arial, sans-serif; margin-left:0px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:773px; w\idth:773px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; text-align:center}
.menu ul ul {width:152px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:152px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#ff0; width:152px; height:30px; border:1px solid #666; border-width:1px 0 1px 1px; background:#000; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:152px; w\idth:151px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#000 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #ff0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000; color:#ff0; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ff0; background:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#ff0; background:#000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ---------------------- END menu ---------------------- */


#headerimage {
width:773px;
height:200px;
/*background:#FFCC66;*/
padding: 0px 0px 0px 0px;
margin-left:13px;
}
#mainbody {
	width:765px;
	background:#FFFFFF;
	padding: 5px 0px 0px 7px;
	text-align: left;
	margin-left:13px;
}

.info {
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:10px;
	margin-right:10px;
	text-align: center;	
}
.info1 {
	font-family: "Times New Roman", Times, serif;
	
	margin-left:10px;
	margin-right:10px;
	
}
.goal {
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:15px;
	margin-right:10px;
	padding-left:60px;
	
	
}

.yellow-box-top {

background:transparent url(image/box-top.jpg) no-repeat scroll 0 0;
height:5px;
width:270px;

}
.yellow-box-middle {
	
background:url(images/box-middle.jpg);
padding:5px;
	width:270px;
	color:#424242;
	background-color:#FFF;
	text-align: left;
}
.yellow-box-bottom {
background: url(images/box-bottom.jpg) repeat scroll 0 0;
height:13px;
width:270px;


}

#box-left{ position:relative;
padding-top:10px;
margin-left: 20px;
width:280px;
float:left;
}

#box-center{
	position:fixed left;
	padding-top:10px;
	margin-left: 320px;
	width:280px;
	
}
.button{
	width:70px;
	height:20px;
	background-color:#333;
	color:#999;
	border-bottom:5px solid #000;
	text-align: center;
	margin-left:170px;
	padding-top: 5px;
}
.button a:link, .button a:visited {
	display:block; 
 color:#CCC; 
background-color: transparent;
 font-size: 90%;
 text-decoration: none;
 }
.button a:hover {
	display:block; 
 color:#CCC; 
background-color: transparent;
 font-size: 90%;
 text-decoration: underline;
 }

.yellow-box h1 {
margin-bottom:0;
}
h1 {
color:#002256;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
margin:0 0 12px;
padding:0;
}

h2 {
color:#002256;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
margin:0 0 12px;
padding:0;
text-align:center;
}

.linkimg {
	float:left; 
	margin-right:5px;
}
.table1 {
	border:#FFF;
	border-collapse:collapse;
	border-color:#FFF;
}
.table2 {
	border:#FFF;
	border-collapse:collapse;
	border-color:#FFF;
	font-size:smaller;
	text-align:center;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 16;
	font-weight: bold;
}
.style4 {
	font-size: 24px;
	font-weight: bold;
}
.style7 {
	color: #2A0000;
	font-weight: bold;
	font-size: 18px;
}
.cell1
{margin-left:5px;
margin-right:5px;
}
.cell2{
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.maintable{
	text-align:center;
	padding:0px;
	border:thin solid #000;
	margin:0px;
}
.maintablehdr{
	text-align:center;
	vertical-align:middle;
	background-image:url(images/headerback.gif);
	height:25px;
	font-size:20px;
	padding:0px;
	margin: 0px;
}
.maintablereg{
	text-align:center;
	padding:0px;
	
	margin:0px;
	font-size:28px
}.BlueText {
	color: #00F;
}
.RedTextBoatSales {
	font-size: 24px;
	color: #F00;
}
.Bigger {
	font-size: 18px;
}
