#header {
	position: relative;
	display: block;
	height: 80px;
	width: 790px;
	margin: 0;
	padding: 0;
	background: url(../graphics/backgrounds/header2.gif) repeat-y;
}

#header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
}

#header #general-search {
	position: absolute;
	display: block;
	width: 300px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#header #general-search p {
	display: block;
	text-align: center; 
	margin: 3px 0 0 0;
}

#header #general-search h5 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #ffffff;
	font-family:  verdana;
	font-size: .8em;
}

#header #general-search input.search-field {
	font: Verdana;
	font-variant: italics;
	font-size: 9px;
	margin: 0 0 3px 0;
}

#header #personal-menu {
	position: absolute;
	top: 0;
	right: 5px;
	height: 25px;
}

#header #personal-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#personal-menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}


#header #main-menu table {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	list-style: none;
	left: 0;
	bottom: 0;
	width: 790px;
	/*background: #EDF3FE; */
	background: #fafafa;
	border-right: 1px solid #008EDA;
	border-top: 1px solid #008EDA;
	border-bottom: 1px solid #008EDA;
	font-size: .85em;
	font-weight: bold;
}

#header #main-menu td {
	float: left;
	display: inline;
	width: 110px;
	padding: 0;
	text-align: center;
	border-left: 1px solid #008EDA;
}

#main-menu td a {
	text-decoration: none;
	color: #132162;
	padding: 0;
}

#main-menu td a:hover {
	/*color: #008eda;*/
	color: #F71914;
	text-decoration: underline;
}



div#footer {
	clear: both;
	position: absolute;
	bottom: 1px;
	height: 80px;
	width: 790px;
	margin: 0;
	padding: 0;
	
}


#foooter #footer-menu table {
	position: absolute;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	list-style: none;
	left: 0;
	bottom: 0;
	width: 790px;
	/*background: #EDF3FE; */
	background: #fafafa;
	/*border-right: 1px solid #008EDA;
	border-top: 1px solid #008EDA;
	border-bottom: 1px solid #008EDA; */
	font-size: .6em;
	font-weight: bold;
}

#footer #footer-menu td {
	float: left;
	display: inline;
	width: auto;
	padding: 0;
	text-align: center;
	/*border-left: 1px solid #008EDA; */
}

#footer-menu td a {
	text-decoration: none;
	color: #132162;
}

#footer-menu td a:hover {
	/*color: #008eda;*/
	color: #F71914;
}

table {
	border: 0;
	padding: 0;
	table-layout: auto;
	}



