body {
	margin:0;
	background:#8a2529 url(graphics/bg.png) top center repeat-y;
	}
	
#wrap {
	width:1000px;
	margin:0 auto 0 auto;
	}
	
#header {
	width:820px;
	padding:40px 90px 10px 90px;
	background-color:#8a2529;
	}
	
#banner {
	width:820px;
	height:323px;
	background:#8a2529 url(graphics/header-banner.png) top left no-repeat;
	clear:both;
	}

#sub-banner {
	width:820px;
	height:218px;
	background:#8a2529 url(graphics/sub-header-banner.png) top left no-repeat;
	clear:both;
	}
	
	#banner-img {
		width:436px;
		height:292px;
		margin:17px 20px 0 0;
		float:right;
		clear:right;
		}
		
	#sub-banner-img {
		width:540px;
		height:190px;
		margin:14px 21px 0 0;
		float:right;
		clear:right;
		}

#nav {
	width:640px;
	padding:0 90px 0px 90px;
	}
	
	#nav ul {
		margin:20px 0 0 20px;
		}
	
	#nav ul li {
		display:inline;
		list-style-type:none;
		margin:0 10px 0 0px;
		}
		
	#nav ul li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ffebec;
		text-decoration:none;
		font-weight:bold
		}
		
	#nav ul li a:hover {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#cc704b;
		text-decoration:none;
		font-weight:bold
		}
		
	#nav ul li.on {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#cc704b;
		text-decoration:none;
		font-weight:bold;
		margin:0 10px 0 0;
		}

.clear {
	clear:both;
	height:0px;
	}

#body-copy {
	width:1000px;
	background-color:#FFFFFF;
	}
	
#left-bar {
	width:116px;
	margin:21px 21px 21px 0;
	padding:55px 52px 215px 21px;
	border:dotted #a6a6a6;
	border-width:0 1px 0 0;
	float:left;
	clear:left;
	}
	
#copy-heading {
	width:695px;
	margin:21px 80px 15px 0;
	padding:7px 0 7px 5px;
	float:left;
	clear:right;
	border:dotted #a6a6a6;
	border-width:0 0 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
	
	#copy-heading h1 {
		color:#8a2529;
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		font-weight:bold;
		margin:0;
		clear:right;
		}
	
#copy {
	width:695px;
	padding-left:5px;
	margin:21px 21px 21px 211px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* float:right; */
	clear:right;
	}
	
	#copy a {
		color:#8a2529;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		}
		
	#copy a:hover {
		color:#8a2529;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		}
		
#footer {
	width:1000px;
	margin:-21px 0 55px 0;
	border:dotted #a6a6a6;
	border-width:1px 0 0 0;
	clear:both;
	background:#FFFFFF
	}
	
	#footer table tr td {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
	#footer table tr td a {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		}
		
	#footer table tr td a:hover {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		}
		
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:150px
	}
	
input.btn {
	width:74px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#ad9600;
	border:0;
	}
	
.txtsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}
	
.error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#660000;
}
.sfm_float_error_box
{
    position:absolute;
    z-index:999;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
    border-style:solid;
    border-width:1px;
    border-color:#660000;
}
.sfm_float_box_td
{
    padding:3px;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
}
.sfm_close_box
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    background-color:#660000;
    border-width:0px;
    text-align:center;
}
.sfm_textbox
{
    padding:2px;
}
.sfm_textarea
{
    padding:2px;
}