BODY {
	margin-top: 30px;
	background-image: url(images/background-sun.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #4FA7E9;
	color: black;
}
BODY, P, TD {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 12px;
}
BR {
	visibility:hidden;
}

/* The InfoBox SPAN is used for the random quotes at the bottom */
SPAN.InfoBox {
	font-style: oblique;
	font-size: 12px;
}

/* The ContactInfo SPAN is used for the contact info by the info box */
SPAN.ContactInfo {
	font-weight: bold;
	font-size: 11px;
}

/* The Blank SPAN is used for the blank space that borders the main table */
SPAN.Blank {
	display:none;
}

/* The Error SPAN is used for the blank space that borders the main table */
SPAN.Error {
	color: #FF0000;
}

/* Begin dropdown menu code here */
.TopMenuUL{
	list-style-type:none;
	margin:0;
	padding:0;
}

.TopMenuLI{
	list-style-type:none;
	float:left;
}

.TopMenuTitle{
	display:block;
	width: 100px;
	color: #1A89DA;
	font-weight: bold;
	text-indent:0px;
	text-decoration: none;
	border:1px solid #000000;
	padding:3px;
	line-height:14px;
}

.TopMenuTitleDealer{
	display:block;
	width:130px;
	color: #1A89DA;
	font-weight: bold;
	text-indent:0px;
	text-decoration: none;
	border:1px solid #000000;
	padding:3px;
	line-height:14px;
}

.SubMenuUL{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	margin-top:-1px;
	background-color:#E7F7FF;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:2px solid #000000;
}

.SubMenuLI a{
	display:block;
	width:96px;
	padding:3px;
	text-decoration: none;
	color: #000000;
}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}

LI:hover UL , LI.over UL{ /* lists nested under hovered list items */
	display: block;
}

#dmenu LI>UL { 
	top: auto;
	left: auto;
}

#dmenu {
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}


/* End dropdown menu code here */

H1 {
	color: #17338E;
	font-size:21px;
	margin: 0px;
}

H2 {
	color: #000000;
	font-size:14px;
	margin: 0px;
}

A:link {
	color: #1A89DA;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #4FA7E9;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color: #4FA7E9;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #1673B6;
	text-decoration: none;
	font-weight: bold;
}

ul#SpecialEvents li {
	margin: 1em 0;
}

ul#SpecialEvents li ul li {
	margin: 0.25em 0;
}

ul#SpecialEvents span {
	display: block;
	margin: 0.8em 0;
}

ul#SpecialEvents span.Date {
	display: inline;
	font-weight: bold;
}