 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/rd3_body_bg.jpg);
	background-color: #EBF6FC;
	background-repeat: repeat-x;
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 90%;
}
.twoColFixRtHdr #container {
	width: 934px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/rd3_container_bg.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 143px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 11px;
	background-image: url(images/rd3_header_bg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	padding-top: 29px;
	padding-bottom: 10px;
	padding-left: 0px;
}
 .twoColFixRtHdr #header #telephone {
	background-image:url(images/rd3_header_tele.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 900px;
	position: relative;
	margin-top: 37px;
	margin-left: 0px;
	background-position: right;
}
.twoColFixRtHdr #header #navbar {
	height: 37px;
	width: 912px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/rd3_navbar_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.twoColFixRtHdr #HomePageIntro {
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana;
	background-color: #F7FAFD;
	left: 10px;
}
a:link {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
a.test:link {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	

}
a.test:visited {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	
}
a.test:hover {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 18px;
	color: #86D455;
	text-decoration: none;
}
a.test:active {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
a.test2:link {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #325C8C;
	text-decoration: none;

}
a.test2:visited {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #325C8C;
	text-decoration: none;
	
}
a.test2:hover {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #86D455;
	text-decoration: none;
}
a.test2:active {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #325C8C;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	background-image: url(images/rd3_sidebar1_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #589DE2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 5px;
	margin: 0px;
	background-image: url(images/rd3_sidebar1_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #589DE2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.twoColFixRtHdr #mainContent {
	background-image: url(images/rd3_maincontent_left_bg.jpg);
	background-repeat: no-repeat;
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #589DE2;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent2 {
	background-image: url(images/rd3_maincontent_left_bg.jpg);
	background-repeat: no-repeat;
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 14px;
	color: #589DE2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
} 
.stylehome {
	font-family: "Trebuchet MS", Verdana;
	font-size: 25px;
	color: #325c8c;
}
.stylehome2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #325c8c;
}
.stylehome3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #325c8c;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/rd3_footer_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 10px;
	color: #C2DDEF;
}
a.footer:link {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 10px;
	color: #c2ddef;
	text-decoration: none;
}
a.footer:visited {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 10px;
	color: #c2ddef;
	text-decoration: none;
}
a.footer:hover {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 10px;
	color: #227AD1;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #589DE2;
	font-size: 27px;
	font-weight: bold;
}
.style2 {
	color: #62C326;
	font-size: 27px;
	font-weight: bold;
}
.tableborder {
	border: 1px solid #C8E3F8;
} 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

