* {
    font-family: "Times Roman";    
    font-size: 16px;
}
.just 
  {
    text-align: justify;
  }
.xcenter
  {
    text-align: center;
  }

div {
    border: none;
}
#siteimage1Div {
    float: left;
    margin: 3px 0 0 0;
    color: #000;
    /* border-bottom: 1px solid #333; */
    height: 95px;  /* this should be the same as the image parameters in the php files. */
    width:  150px;  /* this should be the same as the image parameters in the php files. */
    text-align: center;
}

#siteimage1Id {
    height: 100%;
}

/* login form/info area */
#form1 {
    float: left;
    position: absolute;
    margin-top: 1px;
    margin-left: 210px;
    color: #000;
    height: 26px;
    width: 360px;
    white-space : nowrap;
}

/* date/time field. */
#info2 {
    float: right;
    position: relative;
    margin-top: 3px;
    color: #000;
    height: 26px;
    width: 190px;
}

/* site name */
#info3 {
    float: left;
    position: relative;
    margin: 30px 0 2px 0; /* top: form1 heght +4 */
    padding: 0 0 0 1ex;
    color: #009900;
    /* border-bottom: 1px solid #000;*/
    height: 68px;
    width: 33px;
    font-size: 26px;
    white-space : nowrap;
}

#links1 {
    float: left;
    position: relative;
    margin: 63px 0 0 0;
    padding: 0;
    color: #000;
    /* border-bottom: 1px solid #333; */
    height: 35px;
    width: 370px;
	}

#rightcol {
	position: absolute;
	left: 83%;
	top: 85px;
	width: 16%; /* 200px */
	padding: 0 10px;
	z-index: 3;
	color: #000;
	}

#navcontain {
    border-top:1px solid #333;
    padding-top:2px;
    width: 115ex;
    height:3em;
}
#content {
    position: absolute;
    margin: 100px 1% 0px 3px;
    padding:0 3px;
    color: #000;
    width: 98%;
}
	
#footer {
	clear: both;
	width: 95%;
	margin-top: 2em;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	padding: .4em;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#footer .copyright {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: justify;
		}

#carLinks {	
    text-align: center;
}
body {
    width: 98%;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	background-image:url('../images/whtmarb.jpg');
	}
	
p, a {
	font-family: Verdana;
	padding: .3em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	padding: .9em;
	}

table {
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 1px; 
  border-color: black;
}

th {
  background-color: gold;
  color: navy;
  text-align: center;
  border-style: solid;
  border-width: 1px; 
  border-color: black;
}

div.hiddenx  { display: none;}
th.hiddenx  { display: none; }
td.hiddenx { display: none; }

td {
  text-align: center;
  border-style: solid;
  border-width: 1px; 
  border-color: black;
}
caption
{
  font-size: 1.8em;
/*  font-style: bold; */
  text-align: center;
  padding: 0.5em 0 0 0;
  margin: 0;
}

img
{  border-style: none;
}

/* ************************************************************************ */
/* ********************************* form stuff.*************************** */
form #btnProceedId {
    font-size: 1.2em;
    margin-top: .2em;
    margin-left: 10ex;
    background-color: #909090;
    color: #000000;
    font-weight: bold;
    /* box-shadow: 6px 6px 3px #707070;*/
    border: outset;
    border-width: 5px;
}

legend {
    font-size: 1.4em;
    margin-left: 2ex;
    color: #000000;
    font-weight: bold;
}

fieldset {
    margin: 0; /* 1.9em 0 0 3ex;*/
    padding: 0; /* 1ex;*/
    width: 50ex;
    border: 2px solid #000000;
}

fieldset ul {
  /* padding: 1em 1em 0 1em; */
  padding: 0em 0em 0 2ex;
  list-style: none;
}  

fieldset li {
    padding-bottom: 0.2em;/*xx 1em */
}

label.blue {
    float: left;    
    margin-right: 1em;  
    background-color: #66CCFF;
    padding: 5px 0;
}

label.blue2 {
    float: left;    
    width: 17ex; /*xx 9em */
    margin-right: 1em;  
    background-color: #66CCFF;
    padding: 4px 1px 0 5px;
}
