@import url(reset.css);
@import url(960.css);
@import url(text.css);

body {
	background:#392f2b;
}

div#menu {
	color:white;
	background-repeat:repeat-x;
	background-color:#990000;
	background-image:url(/images/menu_bkgd.gif);
	height:50px;
}

.nav_item_home {
	background-image:url(/images/home_selected.gif);
}

div#tagline {
	background-position:0 0;
	background-repeat:repeat-x;
	background-image:url(/images/tagline_bkgd.gif);
	padding-left:0;
	padding-top:0;
	margin:0;
	height: 74px;
}

/*
div#inner_tagline h1 {
	color:white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}
*/

div#content {
	background-color: #e6e3d9;
	margin-top:-3px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}

div#content div {
	background-color:#e6e3d9;
}

div#header {
	background:#392f2b;
	padding:0;
	width:100%;
}

div#footer {
	background:#990000;
	color:white;
	font-size:11px;
	padding:7px;
}

form ul {
	margin-left:-10px;
}

form li {
	list-style-type:none;
}

a:link,a:visited {
	color:#625540;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.req {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}

.error {
	color:red;
	padding-left:5px;
}