@charset "utf-8";
/* CSS Document */

body {
	background: #f6f5f4;
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Arial, sans-serif;
	color:#38241d;
	font-size:14px;
	}
.center{
	width:925px;
	margin:0 auto;
	padding:0;
	}
.wrapper{
	width:925px;
	float:left;
	}
#bg-top{
	background:url(../images/header-bg.gif) top repeat-x;
	width:100%;
	float:left;
	height:100px;
	padding:15px 0;
	}
#bg-mid{
	background:url(../images/body-bg.gif) repeat;
	width:100%;
	float:left;
	padding:14px 0;
	}
#bg-btm{
	background:url(../images/footer-bg.gif) repeat-x;
	width:100%;
	float:left;
	height:90px;
	padding: 20px 0;
	}
#header{
	width:883px;
	float:left;
	height:100px;
	padding: 0 21px;
	}
#wrapper{
	background:url(../images/content-bg.gif) left top repeat-y;
	width:925px;
	float:left;
	}	
#content{
	width:891px;
	float:left;
	padding:0 20px 0 14px;
	}
#content-btm{
	background:url(../images/content-btm.gif) left top no-repeat;
	width:891px;
	float:left;
	height:22px;
	padding:20px 20px 20px 14px;
	}
#column-left{
	width:153px;
	float:left;
	}
.nav{
	float:left;
	width:153px;
	}
.float{
	float:left;
	}
#column-mid{
	width:446px;
	float:left;
	padding:20px;
	}
#column-rt{
	width:234px;
	float:left;
	padding:15px 18px 0 0;
	}
#flash{
	background-color:#CCCCCC;
	width:234px;
	float:left;
	height:213px;
	}
#column-rt2{
	width:223px;
	float:left;
	padding:0 0 0 11px;
	}
.rt-button{
	background: url(../images/button-bg.gif) left top no-repeat;
	width:199px;
	float:left;
	height:24px;
	padding:14px 12px 10px 12px;
	margin:0 0 8px 0;
	}
#footer{
	width:925px;
	float:left;
	height:30px;
	}
#copyright{
	width:925px;
	float:left;
	height:25px;
	}
/* TEXT STYLING */
p{
	padding:0 0 14px 0;
	margin:0;
	line-height:18px;
	}
#header, #column-rt2{
	color:#6b4e43;
	text-align:right;
	}
#header h1, h1{
	font-size:20px;
	font-weight:bold;
	padding:3px 0;
	margin:0;
	line-height:28px;
	}
#header h2, h2{
	font-size:16px;
	font-weight:bold;
	padding:3px 0;
	margin:0;
	line-height:20px;
	}
#column-rt2{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	}
.rt-button{
	text-align:center;
	}
#content-btm, .nav p{
	text-align:center;
	color: #e9e6e1;
	line-height:normal;
	}
#footer{
	font-size:12px;
	text-align:center;
	}
#copyright p{
	font-size:12px;
	padding:5px 0 0 0;
	margin:0;
	line-height:normal;
	}
/* LINK STYLING */
p a, #column-rt2 a{
	color:#38241d;
	text-decoration:none;
	}
a.linked, .linked a{
	font-weight:bold;
	color:#6b4e43;
	text-decoration:none;
	}
a.linked:hover, .linked a:hover, #footer a:hover, #column-rt2 a:hover{
	text-decoration:underline;
	}
#footer a{
	color:#38241d;
	text-decoration:none;
	padding:0 10px;
	}
/* MISC STYLING */
img{
	border:0;
	}
ul, li, ol{
	padding-top:0;
	margin-top:0;
	}