/* CSS Document */

body, html {
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
p, div, td, span {
	line-height:150%;
}
td.header1 {
	background-image:url(/images/header/top_btm_bg.gif);
	padding:5px 15px 5px 15px;
	}
td.header2 {
	background-image:url(/images/header/mid_bg.gif);
	}
td.header1, td.header2 {
	font-size:16px;
	font-weight:bold;
	color:#cccd97;
	}
td.header1 a:link, td.header1 a:visited, td.header2 a:link, td.header2 a:visited {
	color:white;
	text-decoration:none;
	}
td.header1 a:active, td.header1 a:hover, td.header2 a:active, td.header2 a:hover {
	color:#ffca06;
	text-decoration:none;
	}
td.footer1 {
	background-image:url(/images/footer/bar_bg.gif);
	font-size:14px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	}
td.footer2 {
	font-size:12px;
	padding:4px 15px 4px 15px;
	}
td.footer1 a:link, td.footer1 a:visited, td.footer2 a:link, td.footer2 a:visited {
	color:black;
	text-decoration:underline;
	}
td.footer1 a:active, td.footer1 a:hover, td.footer2 a:active, td.footer2 a:hover {
	color:#7a1600;
	text-decoration:underline;
	}
td.nav {
	background-image:url(/images/nav/nav_bg.gif);
	width:186px;
	color:#333333;
	}
.boldHeading1 {
	font-weight:bold;
	font-size:18px;
	color:#996600;
	line-height:125%;
	}
.boldHeading2 {
	font-weight:bold;
	font-size:18px;
	color:#666633;
	line-height:125%;
	}
	
ul li {
	margin-bottom: 15px;
	}
ul {
	list-style:url(/images/list-r.gif);
	list-style-image:/images/list-r.gif;
	}
nav ul {
	list-style-image:none;
	}
input.addBG, textarea {
	background-image:url(/images/input-bg.gif);
	background-repeat:no-repeat;
	padding:3px;
	border:0px;
	}
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666666;
}
nav a, nav a:link, nav a:visited {
	color: #333333;
	text-decoration: underline;
}
nav a:hover, nav a:active {
	color: #666666;
}