html {scrollbar-base-color: #9999cc;
scrollbar-arrow-color: white;
scrollbar-track-color: #ccccff;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
body {
	background-color: #343758;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#layoutwrapper {
	margin: 0 auto;
	width: 984px;
}
#centerwrapper {
	background-image: url(../images/jazz_left_side.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	width: 792px;
}
#masthead {
	background-image: url(../images/jazz_masthead_bg.jpg);
	background-repeat: repeat-x;
}
#logodiv {
	background-image: url(../images/jazz_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#centerbox {
	background-image: url(../images/jazz_right_side.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#navwrapper {
	background-image: url(../images/jazz_greentile.jpg);
	margin: 0px 20px;
	font-size: .85em;
	border-top: 1px solid #000000;
	border-right: 1px solid #DAD2AD;
	border-bottom: 1px solid #DAD2AD;
	border-left: 1px solid #000000;
}
#navbar {
	background-color: #CCCCCC;
	background-image: url(../images/jazz_hzmenutile.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #959595;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #959595;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#centercontent {
	font-size: .8em;
	line-height: 1.5em;
	background-image: url(../images/jazz_greentile.jpg);
	margin: 0 12px;
	padding: 12px 20px 20px;
	height: 350px;
	overflow: hidden;


}
#centercontent .topmainHeader {
	color: #8c3839;
	font-size: 14pt;
	margin: 0px 0 6px;
}
#centercontent p, #sidecontent p {
	margin: 0 0 12px 0;
}
#centercontent h2, #centercontent h3 {
	color: #8C3831;
	font-size: 1em;
	margin: 0px 0 6px;
}
#centercontent h3 {
	font-size: 0.9em;
	color: #000000;

}
.imageleft {
	float: left;
	padding: .4em 12px 0px 0px;
}
.imageright {
	float: right;
	padding: .4em 0px 0px 12px;
}
#centerbottom {
	background-image: url(../images/jazz_bottom.jpg);
	background-repeat: repeat-x;
}
#centerbottominfo {
	background-image: url(../images/jazz_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebox {
	background-image: url(../images/jazz_sidetile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 192px;
}
#sidebar {
	background-image: url(../images/jazz_sidebottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidetop {
	background-image: url(../images/jazz_sidetopper_hz.jpg);
	background-repeat: no-repeat;
	height: 177px;
}
#sidecontent {
	font-size: 0.8em;
	padding: 0 24px 20px;
	height: 392px;

}
#sidecontent p {
	margin: 0 0 12px 0;
	color: #EFE7AD;

}
#sidecontent h4 {
	font-size: 1em;
	margin: 8px 0 0px;
	color: #EFE7AD;

}
#footer {
	clear: both;
	font-size: 0.7em;
	padding: 12px 0 30px 0;
	margin: 0 12px;
	color: #E9E4AC;

}
#footer p {
	margin: 0 0 4px 0;
}
/*LINK STYLES*/
#centercontent a {
	color: #DAD2AD;
}
#centercontent a:visited {
	color: #D2C99B;
}
#centercontent a:hover {
	color: #EAE6D0;
}
#centercontent a:active, #centercontent a:focus {
	color: #DAD2AD;
	background-color: #505050;
	text-decoration: none;
}
#sidecontent a {
	color: #747557;
}
#sidecontent a:visited {
	color: #92936C;
}
#sidecontent a:hover {
	color: #333333;
}
#sidecontent a:active, #sidecontent a:focus {
	color: #F7E577;
	background-color: #505050;
	text-decoration: none;
}
#footer a {
	color: #747557;
}
#footer a:visited {
	color: #92936C;
}
#footer a:hover {
	color: #333333;
}
#footer a:active, #footer a:focus {
	color: #F7E577;
	background-color: #505050;
	text-decoration: none;
}
#skiplinks {
	font-size: 0.8em;
	margin: 0 0 10px 0;
}
#skiplinks a, #skiplinks a:visited, #skiplinks a:hover {
	color: #31345A;
	text-decoration: none;
	cursor: default;
}
.p7ie6Fix:active, #skiplinks a:active, #skiplinks a:focus {
	color: #F7E577;
	background-color: #505050;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Leave this rule last in this style sheet. */
#p7PMnav li {
	width: auto;
}
