#header {
	height: 200px;
	background-image: url(../images/header/top_boarder_repeat.gif);
	background-repeat: repeat-x;
}

#menu {
	width: 200px;
	float: left;
}

#RUUScontent {
	width: 575px;
	float: left;
}
#RUUScontent img {
	border: 1px;
	border-color: #999999
}
#RUUScontent h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #006D75;
	text-align: center;
}

#RUUScontent h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #006D75;
	text-align: center;
}

#RUUScontent #main_left_image {
	float: left;
	border: 1px;
	border-color: #999999;
	text-align: center;
}
#RUUScontent #main_center_image {
	float: left;
	border: 1px;
	border-color: #999999;
	text-align: center;
}
#RUUScontent #main_right_image {
	float: left;
	border: 1px;
	border-color: #999999;
	text-align: center;
}


#RUUScontent #main_right_image li {
	list-style: disc;	
}



#RUUScontent #main_left_column {
	float: left;
	text-align: left;
; padding-right: 8px; padding-left: 8px
}
#RUUScontent #main_center_column {
	float: right;
	text-align: left;
}
#RUUScontent #main_center_column #main_attention_box {
	float: left;
	margin-left: 25px;
	text-align: center;
	border: 2px solid #FF0000;
	width: 450px;
}
#RUUScontent #main_center_column #testimonial_table {
	width: 95%;
	border: 1px;
	cellpadding: 10px;
	cellspacing: 0px;
	bordercolor: #006D75;
}
#RUUScontent #main_right_column {
	float: right;
	text-align: left;
}


#footer {
	margin-left: 200px;
	width: 575px;
	clear: all;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	text-align: center;
}

.clear {
	clear: both;
}

.red_bold_text {
	color: #FF0000; 
	font-weight: bold;
}

.centered_red_bold_text {
	color: #FF0000; 
	font-weight: bold;
	text-align: center;
}
	
.LrgRedBoldUnderText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	text-decoration: underline;
}

.centered_text {
	text-align: center;
}
.RUUSOrdList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	list-style-type: disc
}

