/*
body
{ margin: 0;
}
div#Header { width: 100%; background-color:#FFFFFF;}
div#Header h1 { font-size: 135%; border: 0; margin-bottom: .1em; }
div#Header a.MenuLink:link, div#Header a.MenuLink:visited div#Header a.MenuLink:active { color: #796a63; 
font-size: 90%; text-decoration:none;
}
div#Header a.MenuLink:hover { text-decoration: underline; }

div#Footer { width: 100%; text-align:center;  font-size: 75%; border: 0; margin-bottom: .1em;  background-color:#FFFFFF; padding-bottom:20px; margin-top: 40px; }
div#Footer .contact {
	background-color:#FFFFFF;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #333300;
; border-color: #FFFFFF black
; color: #000000; border-style: none; border-top-width: thin; border-bottom-width: 20px
}
div#Footer .company { color: #0255A5;; background-color: #FFFFFF}
div#Header a.MenuLink { color: #666666; 
font-size: 90%; text-decoration:none;
 } 
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;
	color: #464646;*/
	text-decoration: none;
	background-color: #8c8c8c;
	margin:0;
	padding:18px;
}
div#body {
	width:90%;
	min-width:1080px;
	margin:auto;
	background-color:#fff;
}
#Header { display:none; }
#Footer { display:none; }

#main-inner {
	/*margin:0 21px 16px 21px;
	padding:0 17px 27px 27px;
	min-height:200px;
	background-color: #FFFFFF;
	background-image: url(/_lib/img/bg-main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
div#logo {
	/*width:960px;*/
	min-width:1080px;
	height:97px;
	background-color: #FFFFFF;
	background-image: url(/_lib/img/bg-logo-right-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px solid #C8C8C8;
	margin-bottom:1em;
	white-space: nowrap;
}

div#navbar {
	width: 431px;
	display:block;
	float:right;
	text-align:right;
	padding-top:75px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a, div#navbar li span {
	text-decoration: none;
	padding: 0 3px 0 0;
	color: #5288B3;
	display:block;
	float:left;
	width:81px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/_lib/img/bg-button.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
}
div#navbar li span {
	text-decoration: none;
	padding: 0 3px 0 0;
	color: #6F6F6F;
	display:block;
	float:left;
	width:81px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/_lib/img/bg-button.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
}
div#navbar li a:link {
	color: #5288B3:
}
div#navbar li a:visited {
	color: #5288B3;
}
div#navbar li a:hover {
	color: #6F6F6F;
	text-decoration:underline;
}
.clear {
	clear:both;
}
#dp-footer {
	clear:both;
	min-width:1080px;
	font-size: 10px;
	background-color: #8c8c8c;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#dp-footer a:link, #dp-footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#dp-footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#dp-footer-spacer {
	height:44px;
	background-color: #fff;
	background-image: url(/_lib/img/bg-main-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

