html, body {
behavior: url('http://www.jurysync.com/csshover.htc');
	background: #272204;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.pad {
padding: 15px;
}
.buttonlink a {

padding: 4px;
text-decoration: underline;
background: url(assets/bg-pagetitle.gif) repeat-x;
}
.buttonlink a:hover {
text-decoration: none;
}
h4 {
padding: 0;
margin: 0;
font-weight: bold;
font-size: 15px;
}
.mid {
vertical-align:middle;
}
.clickable {
       cursor: pointer;
}
.yellowlink a {
color: #f6c567 !important;
text-decoration: underline !important;
}
.yellowlink a:hover {
text-decoration: none !important;
}
a, a:link, a:visited {
color: #000;
}
a:hover {
color: #c69024;
text-decoration: none;
}
.clearrow {
clear:both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.header {
       padding: 5px;
margin: 2px;
       background: #342d01;
       color: #fff;
}
.box {
       padding: 5px;
       background: #ddd7b5;
}
.highlightrow {
      background: #ddd7b5; 
}
.highlightrow-alt {
       
}
.highlightrow:hover {
      background: url(assets/bg-pagetitle.gif) repeat-x #e0b664;
text-decoration: underline;
}
.highlightrow-alt:hover {
      background: url(assets/bg-pagetitle.gif) repeat-x #e0b664;
text-decoration: underline;
}
.darkbox {

       background: #342d01;
       color: #fff;
}
.clearleft {
	clear: left;
}
.clearboth {
	clear: both;
}
#all {
	width: 750px;
	margin: 30px auto 0 auto;
}
#header-h {
        width: 588px;
margin: 0 auto;
	height: 136px;
	text-align: center;
	border-top: 1px solid #e1b564;
	border-bottom: 1px solid #e1b564;
}
#header {
	height: 80px;
}
#header .left {
	float: left;
}
#header .right {
	float: right;
}
#hmenu {
	width: 588px;
}

#subpagemenu {
	padding-top:20px;
}
#banner-h {
	text-align: center;
}
#pagetitle {
        border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#pagetitle .dashed {
        background: #fff;
        border-top: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
}
#pagetitle .content {
	background: url(assets/bg-pagetitle.gif) repeat-x #e0b664;
	padding: 10px 15px 10px 15px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#pagetitle h3 {
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#pagetitle .icons {
	float: right;
width: 250px;
}
#content {
	background: url(assets/bg-column.gif) repeat-y right #ede4c3;
}
#content p:first-child {
       margin-top: 0;
}
#content .main {

	width: 545px;
	float: left;
min-height: 400px;

overflow: hidden;
}
#content .column {
	float: right;
	padding: 15px;
	width: 170px;
}
#content .column img {
display: block;
margin: 0 auto;
}
#footer {
        font-size: 11px;
	text-align: left;
	color: #e0b563;
        margin-top: 25px;
margin-bottom: 50px;
}
#footer a {
	color: #e0b563;
       text-decoration: none;
}
#footer a:hover {
	color: #e0b563;
       text-decoration: underline;
}
#hfooter {
       width: 588px;
margin: 0 auto;
text-align: center !important;
}