/**
 * DUSA Forum Main Style Sheet
 *
 * Author: Mathew Byrne
 */

/**
 * Global Rules.
 */
body {
	margin: 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/img/dusa/bg.gif);
}

div, p, h1, h2, table, tr, td, form {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body {
	width: 750px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

/**
 * Heading Sections.
 */
#nav {
	height: 25px;
}

#nav {
	font-size: 10px;
	color: #FFFFFF;
}

#nav td.color {
	background-color: #e36000;
}

#search {
	font-size: 9px;
	color:  #fff;
	background-color: #80706f;
}

#search a {
	color: #C4BAB9;
}

#search a:hover {
	color:#ffffff;
	background-color: #e36000;
}

#search td {
	border-bottom:1px solid #625655;
	border-top: 1px solid #9b8e8d;
	border-right: 1px solid #625655;
	border-left: 1px solid #9b8e8d;
}

#banner {
	background: url(/img/dusa/banner.gif);
	height: 160px;
}

#content {
	background: url(/img/dusa/cnr_content_br.gif) no-repeat bottom right #fff;
	padding: 10px;
}

#footer {
	background:  url(/img/dusa/footer.gif) no-repeat top left;
	font-size: 10px;
	color: #999999;
}

#footer a {
	color: #C4BAB9;
}

#footer a:hover {
	color:#fff;
	background-color: #e36000;
}

#footer a:visited {
	color:#BCB1AF;
}

#footer a:visited:hover {
	color:#fff;
	background-color: #bb4f00;
}

#footer div.links {
	padding: 28px 0 15px 0;
	width:  600px;
	text-align: center;
}

#footer div.misc {
	text-align: center;
}

