	html, body {
		height: 100%;
		}
	body {
		background: #cecece url('./image/background_page.gif') repeat-x top left fixed;
		margin: 0px;
		padding: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: x-small; /* for ie5/win */
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small; /* for compliant browsers */
		line-height: 1.5;
		}
	html>body { /* be nice to Opera */
		font-size: small;
		margin: 0px;
		padding: 0px;
		background: #cecece url('./image/background_page.gif') repeat-x top left fixed;
		}
	#container {
		min-height: 100%;
		margin: 0px auto;
		padding:50px 0px 50px 0px;
		width: 940px;
		background: #fff;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 15px solid #d2e27f;
		}
	#content {
		width: 860px;
		margin: 0px auto 0px auto;
		}
	h1 {
		font-size: 150%;
		color: #0cbbda;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	h2 {
		font-size: 120%;
		color: #000;
		font-weight: bold;
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}
	p {
		margin-top: 0px;
	}
	img.flash {
		border: 1px solid #000;
		border-bottom: 5px solid #000;
		}
	img.bio {
		border: 1px solid #ddd;
		margin: 0px 10px 10px 0px;
		padding: 3px;
	}
	#footer {
		margin-top: 50px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
		font-size: 70%;
	}
	#footer_l {
		float: left;
	}
	#footer_r {
		float: right;
		text-align: right;
	}
	#footer_l a {
		color: black;
	}
	.credit {
		margin-left: 450px; 
		font-weight:bold;
	}
	
	/* begin form styles */
.address {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	}
.lbl {
	vertical-align: top;
	font-weight: bold;
	clear: left;
	width: 145px;
	}
.txt {
	width: 215px;
	}
.txtarea {
	width: 215px;
	height: 100px;
	}
.warning {
	color: #f00;
	}
.formerror {
    border: 1px solid #FFCC00;
    background-color : #FFFFCC;
    width: auto;
	margin: 1px 0px 0px 0px;
    padding: 5px 0;
    }
label {
    text-align: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
    float: left;
	font-weight: bold;
	color: #000000;
    }
#contact {
	width: 100%;
	}
#contact label {
    width: 145px;
	}
#contact .formerror label {
    width: 145px;
	color: #ff0000;
	}
.errortext {
    padding-left: 150px;
	font-size: 80%;
	color: #c00;
    }
#message {
	color: #f00;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-align:center;
	}
#DisableAutoFillByBot {display: none;}
/* end form styles */
.clear {
	clear:both;
}