.button {
	background-color:#003562;
	border:0;
	color:#ffffff;
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
	height:25px;
	text-transform:uppercase;
	width:85px;
}

.required {
	background-color:#fbdede;
}

.text {
	border:1px solid #363636;
	color:#363636;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	height:18px;
	width:120px;
}

.subtitle {
	font-family:ImperialStd, Cambria, Times New Roman, Times, Serif;
	font-size:16pt;
	font-weight:bold;
}

.title {
	font-family:ImperialStd, Cambria, Times New Roman, Times, Serif;
	font-size:24pt;
	font-weight:bold;
	padding-top:12px;
}

A {
	color:blue;
	text-decoration:none;
}

A:hover {
	border-bottom:1px dotted #7b2d00;
	color:#7b2d00;
}

A.menu:hover {
	border:0;
}

A.photo:hover {
	border:0;
}

A.privacy {
	position:relative;
	top:3px;
}

A.privacy:hover {
	border:0;
}

A.subtitle {
	color:#363636;
}

BODY {
	background-color:#003562;
	color:#363636;
	cursor:default;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

DIV.content {
	padding-bottom:24px;
	padding-left:24px;
	padding-right:24px;
}

DIV.watermark1 {
	background-attachment:scroll;
	background-image:url( ../images/watermark1.jpg );
	background-position:top right;
	background-repeat:no-repeat;
}

DIV.watermark2 {
	background-attachment:scroll;
	background-image:url( ../images/watermark2.gif );
	background-position:bottom left;
	background-repeat:no-repeat;
}

P {
	text-align:justify;
}

SPAN.contact {
	font-size:smaller;
	font-weight:bold;
	text-transform:uppercase;
}

SPAN.copyright {
	font-size:8pt;
	font-weight:bold;
}

SPAN.message {
	color:#7b2d00;
	font-weight:bold;
}

TABLE.main {
	text-align:center;
}

TD {
	background-color:#ffffff;
}

TD.backgroundBottomLeft {
	background-image:url( ../images/background.bottom.left.gif );
	background-position:bottom left;
	background-repeat:no-repeat;
	height:25px;
	width:15px;
}

TD.backgroundBottomRight {
	background-image:url( ../images/background.bottom.right.gif );
	background-position:bottom right;
	background-repeat:no-repeat;
	height:25px;
	width:15px;
}

/*TD.backgroundTopLeft {
	background-image:url( ../images/background.top.left.gif );
	background-position:top left;
	background-repeat:no-repeat;
	height:15px;
	width:15px;
}

TD.backgroundTopRight {
	background-image:url( ../images/background.top.right.gif );
	background-position:top right;
	background-repeat:no-repeat;
	height:15px;
	width:15px;
}*/

TD.footer {
	background-color:#c9d7e2;
	background-image:url( ../images/footer.background.gif );
	background-position:top left;
	background-repeat:repeat-x;
	height:20px;
}

TD.form {
	background-color:#c9d7e2;
	border:1px solid #80a5c5;
	padding:8px;
}

TD.formEntry {
	background-color:#c9d7e2;
}

TD.menu {
	background-color:#c9d7e2;
	background-image:url( ../images/menu.background.gif );
	background-position:top left;
	background-repeat:repeat-x;
	height:37px;
	vertical-align:top;
}

TD.menuButton {
	background-color:transparent;
	padding-left:40px;
}

TD.quote {
	background-color:#c9d7e2;
	border:1px solid #003562;
	color:#003562;
	font-size:8pt;
	padding:4px;
}

TD.titleBackground {
	background-image:url( ../images/background.title.fall.jpg );
	padding-top:15px;
}

TEXTAREA {
	border:1px solid #363636;
}