* {
	margin:0; 
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#D8CDC9;
	text-align:center;
	}
div.outside {
	margin-left:auto;
	margin-right:auto;
	width:604px;
	}
div.outside p {
	font-size:11px;
	color:#1D0000;
	}
div#container {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	width:604px;
	border:1px solid #B3A594;
	background-color:#F0E8E5;
	text-align:left;
	}
div#header {
	padding:2px;
	border-bottom:1px solid #B3A594;
	width:600px;
	height:280px;
	}
div#content {
	background:url(../graphics/bkgd.gif) repeat-y top left;
	margin:2px 0 2px 2px;
	width:600px;
	}
div#left {
	float:left;
	width:116px;
	padding:27px 8px 5px 25px;
	}
div#left h1 {
	color:#FFF;
	margin-bottom:26px;
	font-weight:bold;
	font-size:18px;
	}
div#left h2 {
	color:#D9CECA;
	margin-bottom:12px;
	font:bold italic 18px "Times New Roman", Times, serif;
	letter-spacing:1px;
	}
div#right {
	float:left;
	width:393px;
	padding:25px 27px 20px 27px;
	color:#1D0000;
	text-align:justify;
	}
div#right h4 {
	font-size:15px;
	font-weight:normal;
	}
div#right h5 {
	font-size:13px;
	font-weight:normal;
	color:#990000;
	margin-left:20px;
	}
div#right p {
	font-size:12px;
	padding-bottom:12px;
	}
form {
	margin:20px 0 0 0;
	padding:10px 10px 0 10px;
	background-color:#D8CDC9;
	}
div.formleft {
	text-align:right;
	float:left;
	width:120px;
	}
div.formleft p {
	line-height:20px;
	}
p.space {
	margin-bottom:50px;
	}
.red {
	color:#990000;
	}
.redclear {
	clear:both;
	color:#990000;
	}
div.formright {
	text-align:left;
	float:left;
	width:240px;
	margin-left:10px;
	}
div.clearfloats {
	clear:both;
	}
textarea {
	height:67px;
	}