/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #eee;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	text-align: center;
}

p
{
	margin-bottom: 1em;
	font-size: 1.1em;
	font-family: arial;
}

#resultstable table tr td {
 	font-size: small;
 	padding: 2px 2px;
 	}

#menutable table tr td {
 	font-size: medium;
 	padding: 5px 5px;
	text-align: left;
    margin-left:auto; 
    margin-right:auto;
 	}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }

/* '    Print #fnum, "border: 1px;"
'    Print #fnum, "border-color: #666;"
'    Print #fnum, "border-style:dotted;"
    Print #fnum, "}"
    Print #fnum, "</STYLE  */
/* ################   Position ################  */
#all
{
	background: #FFFFFF;
	<!-- ajs border: solid 1px #DBB0CD; -->
	border: solid 1px #000000;
	color: #000000;
	font-size: 0.8em;
	font-family: arial;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 3px 3px 3px;
	text-align: left;
}

#header
{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
	border-bottom: solid 4px #ccc;
}

#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:1em;
}

/* Full right */
/* #ja-containerwrap-fr {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
} */

/* #ja-containerwrap-fr #ja-containerwrap2 {
	background: url(../images/cw-bg-white.gif) no-repeat 50% 0;
} */

/* jurisdiction specific */

table.contenttable {
  position:relative; 
  left:3%; 
  width: 97%;
  border: 1px solid #807459}

td.withborder {
  border: 1px solid #807459
  }  

td.colone {width: 10%
  /* border: 1px solid #807459   */
  }  
  td.coltwo {width: 45%
  /* border: 1px solid #807459   */
  }  
  td.colthree {width: 45%
  /* border: 1px solid #807459   */
  } 

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-family:Trebuchet MS, sans-serif; 
	outline: none;
	position: absolute;
	bottom: 30px;
	left: 5px;
}


#logo img
{
	display:block;
}

#logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #ff0000;
}
