html, body {
	font: 11px/1.6em Georgia, "Times New Roman", Times, serif;
	color: #536070;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 fix */
	background-color: #F6F2E9; 
}

input, select, textarea {
	font: 11px/1.4em Arial, Verdana, Helvetica, sans-serif;
}


img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	border-top: 1px dotted #cccccc;
}

#topline {
	background-color: black;
	height: 6px;
	width: 100%;
	font-size: 1px;
}

#centerpage { 	/* center page in browser window */
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	text-align: left; /* IE5 fix */
	width: 802px; 
}

	#content {
		margin: 0 auto 0 auto;
		text-align: left; /* IE5 fix */
		width: 777px;
		border: 1px solid #E9DFCA;
		border-top: none;
		border-bottom: 14px solid #E0D7BA;
		background-color: #fff;
		height: 100%;
	}

		p, h1, h2, h3 {
			margin: 0 26px 10px 26px; 
		}

		h1, #centercol strong {
			font-size: 16px; 
			font-weight: normal;
			text-transform: lowercase;
			font-style: italic;
			color: #5F96AF;
		}

		ul.nav, ul.breadcrumb {
			list-style-type: none;
			margin: 0;
			padding: 0 26px 10px 26px;
		}

		ul.nav li, ul.breadcrumb li {
			list-style-type: none;
			text-transform: lowercase;
			padding: 0;
			margin: 0;
		}

		ul.nav li a, ul.breadcrumb li a, a {
			color: #827D6D;
			text-decoration: none;
			font-style: italic;
		}

		ul.nav li a:hover, ul.breadcrumb li a:hover, a:hover {
			text-decoration: underline;
		}

		ul.nav li a strong, ul.breadcrumb li a strong, a strong {
			text-decoration: underline;
			font-weight: normal;	
			color: black;
		}

		ul.breadcrumb {
		}

		ul.breadcrumb li {
			display: inline;
			padding-right: 3px;
			padding-top: 10px;
		}

		#leftcol {
			float: left; 
			width: 226px; 
			font-style: italic;
			overflow-x: hidden;
		}
			#leftcol img, #rightcol img {
				margin: 0;
				padding: 0;
				display: block;
			}

		#centercol {
			float: left; 
			width: 378px;
			margin: 0;
			padding: 0;
		}
			#centercol h1 {
				padding-top: 20px;
			}

			#centercol img.photo {
				margin: 0 0 1px 0;
			}

		#rightcol {
			float: left; 
			width: 173px; /* test */
			font-style: italic;
		}


			div#topnav {
				width: 173px; /* test */
				height: 161px; 
				background-image: url(images/nav_bg.jpg);
				background-repeat: no-repeat;
			}
				div#topnav ul {
					margin: 0;
					padding-top: 22px;
				}

				#rightcol ul {
					width: 110px;
				}

				div#topnav ul.nav li a, div#topnav ul.nav li a strong {
					color: white; 
				}

div#clear {
	clear: both;
	font-size: 1px;
}

#rcd {
	text-align: center;
	margin-bottom: 12px;
}



