body {
	background:#001522;
	margin:0 0 0 0;
	font:80% verdana;
	color:#666;
}

/* IMAGES */

img {
	border:0;
}	

/* HEADERS */

hr {
	background-color:#fec357;
	color:#fec357;
	height:1px;
	}

h1 {
	color:#000;
	font-size:250%;
	font-weight:normal;
	font-family:Georgia;
	border-bottom:2px solid #fec357;
	margin:0
}

h2 {
	color:#000;
	font-size:130%;
}

h3 {
	color:#000;
	font-size:110%;
}

h4 {
	font-size:110%;
}

td {
	font-size:11px;text-align:left;
}

th {
	font-size:11px;
}

/* LINKS */

a {
	color:#666;
}

a:visited {
	color:#666;
}

a:hover {
	color:#666;
	text-decoration:none;
}

a:visited:hover {
	color:#666;
	text-decoration:none;
}


/* TABLES */

caption {
	padding:2px 5px 2px 5px;
	background:#E4E4E4
}

/*table {
	border:1px solid #E4E4E4;
	margin:0 0 10px 0; 
}

th {
	text-align:left;
	padding:2px 5px 2px 5px;
	border:1px solid #C9D3D9;
	background:#D6D6D6;
}

td {
	padding:2px 5px 2px 5px;
	border:1px solid #ccc;
	background:#ECECEC;
}*/

/* OUTER */

#outerContainer {
	width:790px;margin:0 auto 0 auto
}

/* TOP BAR */


#topBar {
	width:790px;float:left;
}

/* MENU */

#menuBar {
	width:790px;float:left;margin-top:5px;
}


/* CONTENT AREA */

#contentTopBorder {
	width:800px;float:left;height:5px;margin-top:10px;background:#fff
}

#contentMain {
	width:790px;background:#fdfdfd;float:left;padding:5px;
}

.contentPadding {
	padding:10px;
}

#contentBottom {
	width:800px;float:left;margin-bottom:0px;height:100px;background:#fec357
}

#address {
	width:800px;float:left;
}


.searchRow {
	clear:both;float:left;width:420px;margin-bottom:5px;
}
.searchLabel {
	float:left;
	width:200px;
	padding:5px 5px 5px 0;
	text-align:right;background:#E7E7E7;
}
 
.searchValue {
	float:left;
	width:200px;
	padding:0 0 0 5px;
}