﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #0033ff url(images/background4.gif) repeat-x; 
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: auto;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 3px;
	padding: 1px;
height: auto;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	height:  auto;
	width: 760px;
	background: #FFFFFF url(images/faux4.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;

	CSS Code:

}


/* header styles */
#header {
	/*background: #006699 */ 
	background: #000082 url(images/cardbede4.gif) no-repeat top left;  /* creates the top overlap of the right column */
	height: 148px;
	border: solid;
	border: thin;
	border: 1px;
	border-color: #FFF;
}
#header h1 {
	background: transparent  url(images/NewBanner.gif) no-repeat top right;
height:148px;
	margin: 0;
	padding: 0px 0px;
	}
	
.callout {
	font: bold 140% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
	text-align:center
}

/* navigation styles */
#nav {
	width: 160px;
	float: left;
	padding: 0px 0px; /* side padding is added to total width above for a 160px "real total" */
	
}

/* content styles */
#content {

	margin: 0 165px;
	padding: 15px;
	background-image: url(images/topBorder2.gif);
	background-repeat:no-repeat;
	background-position: top center;


}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;}
 
#news dev {
  margin: 0 10px 10px 10px;
  color: #363636;
  background-color: #eec;
  border: 1px solid white;
}
 
#news h2 {
  margin: 0;
  background-color: #993300;
  color: white;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  padding: 5px;
  text-align: center;
}
 
#news p {
  margin: 5px 0; /* Only vertical margins on the p */
  padding: 0 5px; /* Also side padding */
color: #FFF; /* third column has a dark color so font must be light for contrast */

}
 
#news .p-divider {
  border-top: 1px solid black;
  padding-top: 5px; /* This one gets top padding */
} 


/* footer styles */
#footer {
	padding: 3px;
	margin: 0;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/* form styles */
label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.1em;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
label1
{
width: 25em;
float: left;
text-align: right;
margin-right: 0.1em;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.submit input
{
margin-center: 4.5em;
} 
input
{
color: #781351;
background: #D5EAFF;
border: 1px solid #781351;
}

.submit input
{
color: #000;
background: #990000;
border: 2px outset #d7b9c9;
} 
fieldset
{
border: 1px solid #781351;
width: 24em
}

legend
{
color: #fff;
background: #003399;
border: 1px solid #781351;
padding: 2px 6px
} 

#holder #content #mapsearch {
	position: relative;
	top: 0px;
}
