body {
	/* background: #1a305f url(../_images/body_tile.jpg) left top repeat-x; */
	background-color: #ddd;
	color: #001c56;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #001c56;
}

input, optgroup, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	background-color: white;
	border: 2px solid navy;
	border-width: 0px 2px;
	width: 1004px;
}

#header {
	background: transparent url(../_images/header.jpg) left top no-repeat;
	height: 280px;
}

#nav {
	background-color: #eb0;
	font-weight: bold;
	height: 33px;
}

#nav a {
	display: block;
	padding: 8px 2em;
	white-space: nowrap;
}

#nav a:hover{
	background-color: #001c56;
	color: #eb0;
}

#nav div {
	display: none;
	position: absolute;
	z-index: 100;
}

#nav div a{
	background-color: #eb0;
	border-bottom: 1px solid #001c56;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*
#nav div a:hover{
	background-color: #001c56;
	color: #eb0;
}
*/

#nav div div{
	margin-top: -29px;
}

#nav table {
	border-collapse: collapse;
	margin: 0px auto;
}

#nav table td {
	background: transparent url(../_images/bar.gif) right 12px no-repeat;
}

#nav table td.last {
	background-image: none;
}


#body {
	padding: 15px 22px 0px 22px;
}

#left {
	float: left;
	width: 200px;
}

#center {
	font-size: 0.9em;
/*	margin: 0px 220px;  */
	margin-left: 220px;
	width: 520px;
}

#center h2.title {
	background: transparent url(../_images/title_tile.gif) left top repeat-x;
	border: 1px solid #e5e5e5;
	height: 24px;
	margin: 1em 0px 0px 0px;
/*
	padding: 4px 0px 0px 12px;
	width: 486px;
*/
}

#right {
	float: right;
	width: 200px;
}

#footer {
	background: #1A305F url(../_images/footer_tile.jpg) left top repeat-x;
}

p.error {
	color: red;
	margin: 0px;
}

.search {
	background-color: #e5e9f5;
	border: 1px solid #c9e7ff;
}

.search select {
	width: 150px;
}

tr.featured,
tr.featured a {
	color: #a00000;
}