/* CSS Document */

html,body{margin:0;padding:0}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	color: #643600;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-position: top center;
}

.clear {
	clear:both;
	}

p, h1, h2 {
	margin: 0px 30px 21px 30px;
}

h1 {
	font-size: 100%;
	font-weight: bold; 
}

h2 {
	font-size: 100%;
	font-weight: normal;
}

#titleLogo {
}

#headerContainer {
	position: relative;
	clear: both;
	background-color: white;
	width: 800px;
	height: 172px;
}

#band1, #band2, #band3, #band4, #band5 {
	position: relative;
	float: left;
	margin-left: 4px;
	height: 172px;
}	

#band1 {
	background-image: url(../images/header_left_brown_diagonal.jpg);
	margin-left: 0px;
	width: 70px;
}

#band2 {
	background-color: #CCCC9A;
	width: 148px;
}

#band3 {
	background-color: #346699;
	width: 113px;
}

#band4 {
	background-color: #999967;
	width: 46px;
}

#band5 {
	background-color: #CD9934;
	width: 407px;
}

#wrapper {
	width:800px;
	margin:0 auto;
	clear: both;
}

#footer a {
	display:inline;
	padding:0;
	color: #C6D5FD;
}

#credit {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	text-align: right;
	color: #643600;
	clear:both;
	width:100%;
	padding:10px 0px 10px 0px;
}

	#credit a {
		color:#346699;
		}

#container {
	width: 800px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;	
	}
	
#content {
	float: right;
	width: 576px;
}
#content p{line-height:1.4}

#navigation {
	float: left;
	width: 224px;
	margin-top: -5px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;	
}

ul#navlist {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 80%;
	color: #643600;
	text-align: left;
	list-style-type: none;
	line-height: 3.0em;
	margin-left: 20px;
	padding: 0;
}

ul#navlist #selected{
	text-decoration: underline
}

ul#subNavlist {
	font-size: 80%;
	list-style-type: none;
	line-height: 1.9em;
	margin-left: 30px;
	padding: 0;
}

#footer { 
	clear:both;
	background-image: url(../images/page_bottom.jpg) no-repeat bottom;
	width:100%;
	padding:5px 0px 0px 0px;
}

	#footer p#footer-contact {
		display:block;
		float:left;
		color:#C1922A;
		text-align:right;
		line-height:18px;
		font-size:10px;
		letter-spacing:1px;
		width:210px;
		margin:0px;
		padding:0px;
		}

		#footer p#footer-contact a {
			text-decoration:none;
			color:#C1922A;
			}

		#footer p#footer-contact a:hover {
			text-decoration:underline;
			}

	#footer p#footer-disclaimer {
		display:block;
		font-size:10px;
		color:#627B80;
		float:left;
		width:520px;
		padding:0px 0px 0px 45px;
		line-height:18px;
		margin:0px;
		}

.caps {
	font-variant:small-caps;
}

#content a:link		{ color: #346699; font-weight: bold; text-decoration: underline; }
#content a:visited	{ color: #999967; font-weight: bold; text-decoration: underline; }
#content a:active	{ color: #999967; font-weight: bold; text-decoration: underline; }
#content a:hover	{ color: #CD9934; font-weight: bold; text-decoration: underline; }

ul#navlist a:link		{ color: #643600; text-decoration: none; }
ul#navlist a:visited	{ color: #643600; text-decoration: none; }
ul#navlist a:active		{ color: #643600; text-decoration: underline; }
ul#navlist a:hover		{ color: #CD9934; text-decoration: underline; }