html {
	overflow-y: scroll;
}
body {
	margin: 0 !important;
	font: small arial !important;
	color: #333 !important;
	background: #fff !important;
}
a {
	color: #006699 !important;
}
a:hover {
	color: #ff9933 !important;
}
hr {
	height: 1px !important;
	color: #ffcc99 !important;
	background-color: #ffcc99 !important;
	border: none !important;
	clear: both !important;
}
em, i {
	font-style: italic !important;
}
h3 {
	font: small arial !important;
	font-weight: bold !important;
}
small {
	font-family: Arial, Tahoma, Verdana, Sans Serif;
}
.dvBody {
	display: block;
	width: auto !important;
}
.dvHeader {
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom: 9px solid #FFCC99 !important;
	background: #fff url(/templates/images/template_dnd_bg_dark.gif) repeat !important;
	text-align: center;
}
.dvFrontPic {
	display: inline !important;
}
.dvHidePic {
	display: none !important;
}
.img {
	/*remove gap under header img (moz)
	display: block !important;*/
	border: none !important;
	margin: 0px;
}
.dvContainer {
	width: 750px !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff !important;
	text-align: left !important; /* overrule inheritance */
}
#sidebar_left {
	font: 11px verdana !important;
	float: left !important;
	width: 80px !important;
	padding: 3px !important;
	background: #ffcc99 url(/templates/images/sidebar_left_footer.gif) no-repeat fixed bottom left !important;
	background-attachment: fixed;
}
#sidebar_left UL {
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
#sidebar_left LI {
	margin-left: 0px !important;
	padding: 2px !important;
	line-height: 23px !important;
	list-style-type: none !important;
}
#sidebar_left LI A:link, #sidebar_left LI A:visited, #sidebar_left LI A:active {
	COLOR: #333 !important;
	TEXT-DECORATION: none! important;
}
#sidebar_left LI A:hover {
	COLOR: #ff9933 !important;
	TEXT-DECORATION: underline !important;
}
#sidebar_right {
	float: right !important;
	width: 145px !important;
	padding: 3px !important;
}
#sidebar_right UL {
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
#sidebar_right LI {
	margin-left: 0px !important;
	padding: 2px !important;
	line-height: 23px !important;
	list-style-type: none !important;
	BORDER-BOTTOM: #ff9933 1px solid !important;
}
#sidebar_right LI A:link, #sidebar_right LI A:visited, #sidebar_right LI A:active {
	COLOR: #333 !important;
	TEXT-DECORATION: none! important;
}
#sidebar_right LI A:hover {
	COLOR: #ff9933 !important;
	TEXT-DECORATION: underline !important;
}
.dvContentContainer {
	display: block !important;
	padding: 0 10px 10px 10px !important;
	float: left !important;
	width: 490px !important;
	height: auto !important; /*this IS important*/
	margin: -14px 0 0 -2px  !important;
	background: #fff !important;
	border: 1px solid #FFCC99 !important;
	overflow: hidden !important;
	/*force in front*/
	position: relative !important;
	z-index:0 !important;
}
#dvContent {
	clear: both !important;
}
#dvContent h1 {
	font-size: 130% !important;
}
#dvContent img {
	margin: 3px !important;
	border: 1px solid #cccccc !important;
}
#sidebar_right {
	font: 11px verdana !important;
}
.footer {
	clear: both;
	font: 11px verdana !important;
	margin-top: 0px !important;
	padding-top: 10px !important;
	margin-left: 80px !important;
}
.footer A:link, .footer A:visited, .footer A:active {
	COLOR: #333 !important;
	TEXT-DECORATION: none! important;
}
.footer A:hover {
	COLOR: #ff9933 !important;
	TEXT-DECORATION: underline !important;
}
img.gallery {
	margin: 1px !important;
	border: 1px solid #cccccc !important;
	padding: 3px !important;
}
.breadcrumb {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #666;
}
label.error {
	display: block;
	color: red;
}