BODY
{
	background-image: url(../img/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

BODY, P, H1, H2, H3, H4, H5, TD
{
	font-size: xx-small;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

BODY, P
{
	line-height: 1.5em;
}	

.boat-home
{
	background-image: url(../img/bg-home-boat.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
}
.footer
{
	background-image: url(../img/bg-footer.gif);
}
.outline 
{
	background-color: #213344;	
}
.seperator
{
	background-color: #BCBCBC;	
}
.largetext 
{
	color: #206675;
	font-size: small;
}
.smalltext 
{
	color: #206675;
	font-size: xx-small;
}

H1
{
	font-size: 1.5em;
	color: #4C637A;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #4C637A 1px solid;
}

H2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #4C637A;
	padding-bottom: 5px;
	padding-top: 5px;
}

H3
{
	text-align: center;
	font-size: 1.3em;
	color: #4C637A;
	padding-bottom: 5px;
	padding-top: 5px;
}

H4
{
	text-align: center;
	font-size: 1.2em;
	color: #4C637A;
	padding-bottom: 5px;
	padding-top: 5px;
}

H5
{
	text-align: center;
	font-size: 1.1em;
	color: #4C637A;
	padding-bottom: 5px;
	padding-top: 5px;
}

H6
{
	text-align: center;
	font-size: 1.0em;
	color: #4C637A;
	padding-bottom: 5px;
	padding-top: 5px;
}

.PageFooter
{
	color: #FFFFFF;
	text-align: right;
}

/*Div holding the login*/
.Login
{
	left: 350px;
	background-image: url(../img/loginbg.jpg);
	width: 353px;
	position: relative;
	top: 0px;
	height: 68px;
}

/*Forms*/
.FormHeader, .FormFooter
{
	font-size: 0.8em;
	font-weight: bold;
	color: #213344;
	background-repeat: no-repeat;
	height: 22px;
}

.FormFieldLogin
{
	border-right: #B2BC99 1px solid;
	border-top: #B2BC99 1px solid;
	border-left: #B2BC99 1px solid;
	border-bottom: #B2BC99 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	font-size: xx-small;
	width: 105px;
	height: 18px;
	background-color: #D6D8C7;
}

.FormLabel
{
	font-size: xx-small;
}

.FormRequiredField
{
	font-weight: bold;
	font-size: xx-small;
	color: #397885;
}

.FormError
{
	color: black;
	background-color: #f1f2db;
	display: block;
	font-weight: bold;
	font-size: xx-small;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right: #2a94cc 1px solid;
	border-top: #2a94cc 1px solid;
	border-left: #2a94cc 1px solid;
	border-bottom: #2a94cc 1px solid;
}
.FormSuccess
{
	color: black;
	background-color: #f1f2db;
	display: block;
	font-weight: bold;
	font-size: xx-small;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right: #2a94cc 1px solid;
	border-top: #2a94cc 1px solid;
	border-left: #2a94cc 1px solid;
	border-bottom: #2a94cc 1px solid;
}
.FormField
{
	color: black;
	font-size: x-small;
	background-color: #f1f2db;
	border-right: #969F7C 1px solid;
	border-top: #969F7C 1px solid;
	border-left: #969F7C 1px solid;
	border-bottom: #969F7C 1px solid;
}

.FormButton
{
	color: black;
	font-size: xx-small;
	height: 18px;
	background-color: #f1f2db;
	border-right: #B2BC99 thin solid;
	border-top: #B2BC99 thin solid;
	border-left: #B2BC99 thin solid;
	border-bottom: #B2BC99 thin solid;
}

/*Black bar above the menu*/
.MenuHeader
{
	left: 0px;
	width: 555px;
	position: relative;
	height: 22px;
	background-color: #D6D8C7;
}

.MenuFooter
{
	left: 0px;
	background-image: url(../img/menufooter.gif);
	width: 555px;
	background-repeat: repeat-x;
	position: absolute;
	top: 97px;
	height: 9px;
}
.Pad
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

A
{
	color: #213344;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

A.mailer { color: #397885; text-decoration: none; }
A.mailer:visited { color: #397885; text-decoration: none; }
A.mailer:hover { color: #FFFFFF; text-decoration: none; }

A.mailer2 { color: #397885; text-decoration: none; }
A.mailer2:visited { color: #397885; text-decoration: none; }
A.mailer2:hover { color: #FFFFFF; text-decoration: none; }

/*Sub Navigation*/
.RootText, .RootSelectedText, .ChildText, .ChildSelectedText
{
	font-size: xx-small;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 3px;
	cursor: hand;
}

.Root
{
	color: gray;
	cursor: hand;
}

.RootSelected
{
	font-weight: bold;
	color: white;
	cursor: hand;
}

.HoverOver
{
	cursor: default;
}

.ImagePad
{
}

.Child
{
	color: gray;
	border-bottom: gray 1px solid;
	background-color: #e5e5e5;
	border-right: #2172ae 1px solid;
}

.ChildSelected
{
	font-weight: bold;
	color: gray;
	border-right: #2172ae 1px solid;
	border-bottom: gray 1px solid;
	background-color: #e5e5e5;
}
