body {
	text-align:center;
	background:url(rbt-bg.gif);
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 20px;
}

/* LAYOUT ----------------- */

div#frame { 
	width:820px; 
	height:100%; 
	margin:0 auto; 
	background:url(bg-page.gif) repeat-y; 
	overflow:hidden;
	text-align:left;
}
/*IE6*/ * html div#frame { overflow:visible; }

.head_img { margin-bottom:12px; }

div#left_column { float:left; width:150px; padding:0 18px 0 12px; margin-right:14px; text-align:right; }
/*IE6*/ * html div#left_column { width:155px; }

div#content { float:left; width:570px; padding:12px 12px 0px 12px; }


div#footer { text-align:center; padding:24px; }

/* CONTENT *----------------- */

h1 {
	font: normal 22px/26px Arial, Helvetica, sans-serif;
	color: #663333;
	letter-spacing:0.02em;
	margin-bottom:0.8em;
}

h2 {
	font:bold 15px/18px Arial, Helvetica, sans-serif;
	color: #663333;
	margin-bottom:0.8em;
}


a { color: #3e7f09; font-weight:bold; text-decoration:none; }
a:hover { color: #6fa146; }

p {
	line-height:20px;
	margin-bottom:1em;
}

#footer strong { color: #3e7f09; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;  }

/* NAVIGATION --------------- */

ul#nav { 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #6fa146;
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}
ul#nav li { text-align:right; margin-bottom:5px; }

/* FORMS -------------------- */

table.tbl_form { width:520px; margin-bottom:1.2em; background:#aabad4; }
table.tbl_form tr { vertical-align:baseline; }
table.tbl_form th { background:#556995; width:100px; padding:4px 6px 4px 2px; color:#FFF; font-weight:normal; text-align:right; border-bottom:2px solid #b6c7d9; }
table.tbl_form td { padding:4px; }

div.form_box { background:#b6c7d9; padding:8px; margin-bottom:1em; width:504px; }

/* MISC --------------------- */

.img_right { float:right; margin:0 0 1.2em 1.2em; }
.img_right_bdr { float:right; margin:0 0 1.2em 1.2em; border:1px solid #333; }
.img_left { float:left; margin:0 1.2em 1.2em 0; }
.img_left_bdr { float:left; margin:0 1.2em 1.2em 0; border:1px solid #333; }

.smallText {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

.quote { font: 20px Verdana, Arial, Helvetica, sans-serif; color: #A9C0D9; line-height:30px; }

.closed { font-size: 11px; font-weight: bold; text-transform: uppercase; color: #CC6600; }
