html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px 0px 10px 0px;
	padding: 0;
}

form
{
	height: 100%;
}

.pageDiv
{
	height: 100%;
}

h2
{
	color: #f39e6a;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 0px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid gray;
}

h1
{
	color: #005067;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 22px;
	margin-bottom: 5px;
	background-image: url(img/bulh.jpg);
	background-repeat: no-repeat;
}

.contentpane
{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 814px;
	height: 100%;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-align: left;
	border-left: 2px #f39e6a solid;
	border-right: 2px #f39e6a solid;
}

.contentpane table
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}

.contentpane a:link, .contentpane a:visited
{
	color: #005067;
	text-decoration: underline;
	font-weight: bold;
}

.contentpane a:hover
{
	color: #fd8342;
}

.cont
{
	text-align: right;
	width: 100%;
}

.cont a
{
	text-decoration: none;
	color: Black;
	font-size: smaller;
	font-weight: bold;
}

.contentpane .item img
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.item
{
	clear: both;
}

.dealerlist img
{
	margin-bottom: 10px;
}

/**********************/

div.topmenu
{
	width: 848px;
	background-color: #00618b;
}
.topmenu span
{
	width: 140px;
	display: inline-block;
	text-align: center;
	height: 27px;
    padding-top: 10px;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topmenu a
{
	color: white;
	text-decoration: none;
}
.topmenu span.active
{
	color: black;
	background-color: #77b0c9;
	width: 143px;
	font-weight: bold;
}
.topmenu span.separator
{
	display: inline-block;
	height: 22px;
	width: 1px;
	background-color: white;
	padding-top: 5px;
}

div.submenu
{
	width: 848px;
	background-color: #77b0c9;
	border-top: 1px white solid;
	text-align: left;
}
.submenu span
{
	width: 120px;
	display: inline-block;
	text-align: center;
	height: 17px;
    padding-top: 4px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.submenu a
{
	color: black;
	text-decoration: none;
}
.submenu span.active a
{
	color: white;
	text-decoration: none;
}
.submenu span.separator
{
	display: inline-block;
	height: 13px;
	width: 1px;
	background-color: white;
	padding-top: 0px;
}
	
.header
{
	width: 848px;
	height: 90px;
	background-image:url('images/board.png');
}
.footer
{
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
	padding-top: 8px;
	height: 24px;
	width: 848px;
	background-image:url('images/footer.png')
}
.maincontent
{
	vertical-align: top;
	width: 548px;
	display: inline-block;
}
.rightcontent
{
	vertical-align: top;
	width: 210px;
	display: inline-block;
	margin-left: 40px;
	font-size: 9px;
	letter-spacing: 0px;
	border-top: 3px solid gray;
	margin-top: 32px;
}
.rightcontent h2
{
	display: none;
}
.rightcontent .item
{
	margin-top: 10px;
	margin-bottom: 20px;
}
a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

