html {
	height: 100%;
	}
	
body	{
	font-size: 0.7em; /*11px;*/
	font-family: Georgia,'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	background: #5B6D6D url(../images/page-original-background.gif) repeat-y top center;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}

p, td, tr, table, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	color: #333;
	margin: 0;
	padding: 0;
	}
		
h1, h2, h3, h4, h5, h6 {
	letter-spacing: .025em;
	}
	
em, strong {
	}
	
img {
	border: none;
	}
	
#content h1, #content h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

#container_2col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bamrr_pagebg.gif) left top;
	min-height: 100%;
	}
	
#container_1col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bamrr_pagebg_wide.gif) left top;
	min-height: 100%;
	}
	
#container_0col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	/*background: url(../images/bamrr_pagebg_wide.gif) left top;*/
	min-height: 100%;
	}
	
#container_inner {
	margin: 0;
	}
	


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

COLUMN LAYOUT AND FOOTER AREA

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header {
	margin: 0;
	padding: 0;
	}
	
#footer {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	background-color: #FFF;
	width: 512px;
	clear: both;
	}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

MASTHEAD AREA

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#masthead {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	}

#masthead h1 {
	display: none;
	}

#masthead p {
	padding: 5px;
	margin: 0 0 0 30px;
	text-align: right;
	font-size: 1.1em;
	}

#masthead p .divider {
	padding: 0px 6px;
	color: #BBB;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

COLUMN LAYOUT AND FOOTER AREA

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#bamrr_stat {
	width: 742px;
	padding: 1px;
	margin: 0;
	border-bottom: 2px solid #F9F7F2;
	height: 100px;
	background: #FFF url(../images/page-original-logo.gif) no-repeat left;
	}
	
#bamrr_stat img {
	float: left;
	clear: none;
	}

	
#bamrr_stat_display {
	margin: 5px 0px 5px 442px;
	padding: 5px 5px 0px 10px;
	background-color: #F9F7F2;
	border: 1px solid #253232;
	height: 64px;
	width: 260px;
	clear: right;
	}
	
#bamrr_stat_display h2 {
	color: #880000;
	position: static;
	margin: 0;
	padding: 1px 0 2px 0;
	font-size: 1.5em;
	font-weight: normal;
	width: 220px;
	}
	
#bamrr_stat_display p {
	position: static;
	margin: 0;
	padding: 3px 0 0px 0;
	font-size: 1em;
	font-weight: normal;
	width: 260px;
	}

#bamrr_stat_display input 
{
	font-size: 1em;
	width: 54px;
	height:12px;
}

#bamrr_stat_display span 
{
	float: right;
}
	
.bamrr_stat_info {
	font-weight: bold;
	}
	
#bamrr_stat_display img {
	float: right;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

LINK LAYOUTS

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


a, a:visited {
	color: #700;
	text-decoration: underline;
	}
	
a:hover {
	color: #300;
	}
	
#nav_primary a {
	color: #700;
	padding: 13px 5px 5px;
	text-decoration: none;
	}

#nav_primary a:hover {
	color: #300;
	padding: 13px 5px 5px;
	background: url(../images/navO_primary_hover.gif) left top;
	text-decoration: none;
	}

#nav_secondary a {
	padding: 8px 7px;
	color: #FFF;
	text-decoration: none;
	}

#nav_secondary a:hover {
	padding: 8px 7px;
	background: #600;
	text-decoration: none;
	}
	
.primary_nav_current {
	color: #122 !important;
	font-weight: bold !important;
	background: url(../images/navO_primary_current.gif) left top ;
	}

a:hover.primary_nav_current {
	background: url(../images/navigation/navO_primary_current_hover.gif) left top !important;
	}
	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

NAVIGATION BAR STRUCTURE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#nav {
	font-size: 1.2em;
	font-weight: normal;
	}

#nav_primary {
	background: url(../images/navO_primary_bg.gif) left top;
	margin: 0;
	padding: 13px 0 7px 0;
	float: none;
	}

#nav_primary ul {
	list-style: none;
	}

#nav_primary li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav_primary .first_child {
	padding-left: 15px;
	}

#nav_secondary {
	background-color: #800;
	margin: 0;
	padding: 8px 0;
	width: 744px;
	float: left;
	}
	
#nav_secondary_empty {
	background-color: #800;
	margin: 0;
	padding: 0;
	width: 744px;
	height: 5px;
	float: left;
	}

#nav_secondary ul {
	list-style: none;
	}

#nav_secondary li {
	display: inline;
	}

#nav_secondary .first_child {
	padding-left: 15px;
	}

#nav_tertiary {
	border-top: 1px #DDD3BE solid;
	margin: 0 15px 0 35px;
	padding: 10px 0 30px 5px;
	}
	
#nav_secondary ul {
	list-style: none;
	}

#nav_tertiary li {
	display: inline;
	padding: 0 6px 0 4px;
	}

#nav_tertiary .first_child {
	padding-left: 0px;
	}
	



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

PAGE TITLES

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	


#homepage_index {
	background: url(../images/page-bigimage.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	border-bottom: 2px solid #E1D4BA;
	}
	
#about_index {
	background: url(../images/title-about.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#meetings_index {
	background: url(../images/title-meetings.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#safety_index {
	background: url(../images/title-safety.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#courses_index {
	background: url(../images/title-courses.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#employment_index {
	background: url(../images/title-employment.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#forum_index {
	background: url(../images/title-forum.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#links_index {
	background: url(../images/title-links.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#features_index {
	background: url(../images/title-features.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	
#contact_index {
	background: url(../images/title-contact.gif) left top;
	width: 100%;
	height: 80px;
	clear: both;
	}
	

h1 {
	display: none;
	}



/* Begin Columns */

#content {
	background-color: #FFF;
	float: left;
	width: 512px;
	padding: 30px 0;
	}
	
#content_secondary {
	background-color: #BBB;
	float: right;
	width: 232px;
	padding: 0;
	}
	
#container_1col #content {
	background-color: #FFF;
	float: left;
	width: 662px;
	padding: 0;
	margin-top: -30px;
	}
	
#container_0col #content {
	background-color: #FFF;
	float: left;
	width: 684px;
	padding: 30px;
	margin-top: 0px;
	}
	
#container_1col #content_secondary {
	background-color: #BBB;
	float: right;
	width: 82px;
	padding: 0;
	}




/* Begin Primary Content */


#content h2 {
	color: #2B433C;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.3em;
	clear: left;
	}

#content h3 {
	color: #2B433C;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}
	
#content h4 {
	color: #2B433C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}

#content p, #content ul {
	margin: 0 15px 10px 40px;
	line-height: 1.6em;
	clear: left;
	}

#container_1col #content p {
	margin-right: 90px;
	}

#content p {
	font-size: 1.2em;
	font-weight: normal;
	}
		
#content table {
	font-size: 1.1em;
	}
	
#content table p
{
	font-size: 0.9em;
	line-height: 1.4em;
}

#content blockquote.narrow {
	float: right;
	width: 207px;	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 15px 10px 10px;
	line-height: 1.6em;
	background: url(../images/bamrr_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 2px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	}
	
#content blockquote 
{
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 15px 10px 40px;
	line-height: 1.6em;
	background: url(../images/bamrr_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;

}

#content blockquote.wide {	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 15px 10px 40px;
	line-height: 1.6em;
	background: url(../images/bamrr_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	/*text-transform: uppercase;*/
	clear: both;
	}
	
#content ul {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	list-style: disc;
	padding-left: 3px;
	padding-right: 15px;
	}

#content ul li {	
	margin-left: 15px;
	padding: 2px 0px;
	}
	
#content ul li.first_child {
	padding: 0px 0px 2px 0px;
	}
	
#content .callout_wide {	
	color: #333;
	font-weight: normal;
	margin: 15px 15px 15px 40px;
	line-height: 1.6em;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 0;
	clear: both;
	}

#content .callout_wide h3,
#content .callout_wide p {	
	margin: 0;
	padding: 0;
	}

#content .callout_wide h3 {	
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 1.1em;
	}
	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

SECONDARY CONTENT BAR

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#content_secondary {
	background: url(../images/bamrr_sb_footer_bg.gif) left top;
	padding: 0 0 1px 0;
	}

#content_secondary p {
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 15px 15px 15px;
	line-height: 1.6em;
	background: url(../images/bamrr_sb_bg.gif) left top;
	}
	
#content_secondary p.list_intro {
	padding-bottom: 2px;
	margin-bottom: 0;
	}

#content_secondary p.not_last {
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#content_secondary ul {
	padding: 8px 15px 15px 15px;
	line-height: 1.6em;
	background: url(../images/bamrr_sb_bg.gif) left top;
	font-weight: normal;
	list-style: disc;
	font-size: 1.2em;
	}
	
#content_secondary ul li {
	margin-left: 15px;
	padding: 2px 0px;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist {
	padding: 2px 15px 2px 15px;
	line-height: 1.4em;
	font-weight: normal;
	list-style: circle;
	background: none;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist li {
	margin: 0;
	padding: 2px 0px;
	}
	
#content_secondary ul li.last_child_see_more {
	padding-left: 15px;
	background: url(../images/bamrr_more.gif) 0px 6px no-repeat;
	}	

#content_secondary h2 {
	font-size: 1.4em;
	color: #FFF;
	line-height: 1.4em;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	background: url(../images/bamrr_sb_header_red.gif) left top;
	}
	
#content_secondary h2.sb_photo {
	background: url(../images/bamrr_sb_header_teal.gif) left top;
	}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

IMAGE STYLES

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	
#content .alignright {
	float: right;
	margin: 0 15px 5px 10px;
	clear: both;
	}
	
#content .alignright img {
	border: 5px solid #DDD3BE;
	}
	
#content .alignright p, #container_1col #content .alignright p {
	color: #666;
	font-size: 1.1em;
	margin: 5px 0 5px 5px;
	width: 220px;
	}
	
#content .alignright_button {
	float: right;
	margin: 0 15px 15px 10px;
	clear: both;
	}
	
#content .alignright_button img {
	border: none;
	}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

NEWS IMAGE STYLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#news_primary h3 img {
	border: 5px solid #DDD3BE;
	}

.allcap {
	text-transform: uppercase;
	}	

.tabletitle {
	font-weight: bold;
	}
	
th {
	font-weight: normal;
	font-style: italic;
	}
	
/*td, th {
	text-align: center;
	}*/

td.left_column, 
th.left_column {
	text-align: left;
	}
	
td.right_column, 
th.right_column {
	text-align: right;
	}
	
td.first_column, 
th.first_column {
	text-align: left;
	}

td.last_column, 
th.last_column {
	text-align: right;
	}
	
	
tr.tabletitle:hover {
	background-color: #EBE5D8;
	}
	
tr.tablefooter:hover {
	background-color: #EBE5D8;
	}

		


#content p.backtotop {
	font-size: 0.9em;
	text-align: right;
	padding: 0 10px;
	margin-top: -12px;
	margin-bottom: 10px;
	}
	


#content h3.tablename {
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: none;
	}
	
#content p.tabledesc {
	border-top: 1px #DDD3BE solid;
	margin-top: -2px;
	margin-left: 0;
	margin-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	clear: none;
	}	


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

NEWS STYLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#news_primary {
	background-color: #E1D4BA;
	clear: both;
	border-bottom: 1px #CABCA0 solid;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	}
	
#news_primary h2{
	color: #2B433C;
	margin-bottom: 5px;
	}

#news_primary h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 30px 0px 40px;
	margin: 0;
	line-height: 1.6em;
	}
	
#news_primary h3.no_news {
	padding: 5px 30px 5px 40px;
	}

	
#news_primary p {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0px 30px 5px 40px;
	line-height: 1.6em;
	}
	
#news_primary hr {
	border: none;
	color: #CABCA0;
	background-color: #CABCA0;
	height: 1px;
	margin: 0px 20px 0px 35px;
	padding: 0;
	clear: both;
 	}
 
#content p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(../images/bamrr_more.gif) 0px 4px no-repeat;
	}

#news_primary p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(../images/bamrr_more.gif) 0px 9px no-repeat;
	}
	
#news_secondary {
	padding: 5px 0 10px 0;
	background: url(../images/bamrr_sb_bg.gif) left top;
	}

#news_secondary h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 10px 0px 15px;
	line-height: 1.6em;
	}
	
#news_secondary p {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0 10px 5px 15px;
	line-height: 1.6em;
	}

#news_secondary hr {
	border: none;
	color: #CABCA0;
	background-color: #CABCA0;
	height: 1px;
	margin: 0px 10px 0px 10px;
	padding: 0;
	}

#news_secondary p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-top: 5px;
	margin-left: 15px;
	background: url(../images/bamrr_more.gif) 0px 9px no-repeat;
	}	
	
#content p.news_date {
	font-size: 1.1em;
	text-transform: uppercase;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

CALENDER STYLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#calendar_primary {
	margin: 10px 0 15px 0;
	}

#calendar_primary dl {
	float: left;
	clear: both;
	min-height: 62px;
	width: 470px;
	padding: 0 0 15px 40px;
	margin: 0;
	}

#calendar_primary dl dt {
	float: left;
	clear: none;
	display: block;
	height: 62px;
	width: 52px;
	padding: 0;
	margin: 0;
	}

#calendar_primary dl dt img {
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	}
	
#calendar_primary dl dd {
	padding: 0;
	margin: 0;
	}
	
#calendar_primary dl dd h3,
#calendar_primary dl dd p {
	float: right;
	clear: right;
	width: 383px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	border-left: 1px solid #E1D4BA;
	}
	
#calendar_primary dl dd h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 15px 2px 10px;
	}
	
#calendar_primary dl dd h3.first_child {
	padding: 0 15px 2px 10px;
	}

#calendar_primary dl dd p {
	font-size: 1.2em;
	padding: 0 15px 0 10px;
	}
	
#calendar_primary dl dd h3.first_child_nolink {
	padding: 0 15px 0 10px;
	}	

#calendar_primary dl dd h3.nolink {
	padding: 10px 15px 0 10px;
	}	

.button_prev {
	position: relative;
	display: block;
	}
	
.button_prev img {
	position: absolute;
	top: -2px;
	left: 0px;
	}
	
.button_next {
	position: relative;
	display: block;
	}
	
.button_next img {
	position: absolute;
	top: -2px;
	left: 29px;
	}
	
.month_year {
	padding-left: 72px;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

CAL CONT

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#calendar_block {
	border-spacing: 0;
	width: 232px;
	text-align: center;
	margin-bottom: 10px;
	}

#calendar_block tr th {
	padding: 5px 3px;
	font-size: 1.1em;
	color: #FFF;
	background-color: #6D0000;
	font-style: normal;
	}

#calendar_block tr td {
	padding: 5px 3px;
	font-size: 1.2em;
	}
	
#calendar_block th.sunday {
	padding-left: 10px;
	background: url(../images/bamrr_sb_header_dkred.gif) left bottom;
	}

#calendar_block td.sunday {
	padding-left: 10px;
	}
	
#calendar_block .saturday {
	padding-right: 10px;
	}
	
#content_secondary h2 a {
	color: #FCC;
	text-decoration: none;
	}
	


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

LIST TABLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.listtable {
	background: none;
	border-spacing: 0;
	width: 100%;
	font-family: Arial;
	}

.listtable tr td, 
.listtable tr th {
	padding: 2px;
	border-bottom: 1px #DDD3BE solid;
	font-size: 8pt;
	}
	
.listtable input 
{
	font-size: 8pt;
	width: 95%;
}
	
#content .listtable_container {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 10px 15px 23px;
	line-height: 1.6em;
	width: 444px;
	padding: 4px;
	background-color: #EBE5D8;
	/*border: 1px #DDD3BE solid;*/
	}
	
#content .listtable_container_small {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 10px 15px 23px;
	line-height: 1.6em;
	width: 460px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
	
#content .listtable_container_wide {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 10px 15px 23px;
	line-height: 1.6em;
	width: 640px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
	
/*.listtable span
{
	font-size: 0.9em;
}

.listtable a
{
	font-size: 0.9em;
}*/
	


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

SEC TABLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table.secondary_table {
	border-spacing: 0;
	width: 232px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0;
	}

table.secondary_table tr th {
	padding: 5px 3px;
	font-size: 1.1em;
	color: #FFF;
	background-color: #6D0000;
	font-style: normal;
	}

table.secondary_table tr td {
	padding: 8px 3px 0 3px;
	font-size: 1.2em;
	vertical-align: top;
	}
	
table.secondary_table th.first_column {
	padding-left: 15px;
	background: url(../images/bamrr_sb_header_dkred.gif) left bottom;
	}

table.secondary_table td.first_column {
	padding-left: 15px;
	}
	
table.secondary_table .last_column {
	padding-right: 15px;
	}

/* Begin Contact Form */

#content .form_container {
	font-weight: normal;
	margin: 0 20px 15px 33px;
	line-height: 1.6em;
	padding: 5px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}

#content .form_container form {
	padding: 0;
	margin: 0;
	border: 0;
	}

table.form_contact {
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 0;
	}
	
table.form_contact tr td {
	text-align: left;
	padding: 2px;
	}
	
table.form_contact tr td.cell_padbottom {
	padding-bottom: 8px;
	}

table.form_contact tr td.cell_submit {
	text-align: right;
	}
	
table.form_contact span {
	display: block;
	}
	
.form_container fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#content p.feedback {
	margin: 0 20px 10px 32px;
	line-height: 1.6em;
	padding: 5px 5px 5px 8px;
	background-color: #800;
	border: 1px #700 solid;
	color: #FFF;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

FORM STYLE

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*input {
	width: 100%;
	margin: 0 5px 0 0;
	}*/
input
{ 
	width: 100%; 
	margin: 0 5px 0 0; 
} 
 
#rb_subs input
{  
	width: 30px;  
	display: inline;  
	float: left; 
} 
 
#rb_subs label
{  
	display: inline; 
	font-size: 0.9em;
}
	
input.input_wide {
	width: 100%;
	}

input.input_submit {
	width: 100px;
	}	
	
input.input_checkbox {
	width: 1em;
	}
	
textarea {
	width: 100%;
	height: 10em;
	padding: 4px;
	margin: 0;
	}

select {
	width: 100%;
	margin: 0;
	}
		
form label,
form span {
	display: block;
	}
	
.frmContact span 
{
	display: inline;
}
	
.Grid span
{
	display: inline;
}

.Grid td
{
	text-align:left;
	font-size: 0.9em;
}

.GridPager td
{
	text-align: center;
}
