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;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/ricos_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
} 
.twoColFixRtHdr #menubar {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 32px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
} 
.twoColFixRtHdr #footer {
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixRtHdr #caption195 {
	width: 195px;
	float: right;
	margin-bottom: 12px;
	margin-left: 32px;
}
.photoColumnleft {
	width: 195px;
	margin-right: 32px;
	float: left;
}
.photoColumnFirst {
	width: 195px;
	float: right;
}
.photoColumnContainer {
	width: 651px;
}
.widephoto {
	float: right;
	width: 422px;
	margin-left: 32px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
}.bullets  { color: black; font-weight: normal; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, FontName, FontName }
.caption {
	color: black;
	font-style: italic;
	font-weight: lighter;
	font-size: 11px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif
}
.intro {
	font-size: 6px;
	line-height: 8px;
}
.addlead4 {
	font-size: 4px;
	line-height: 4px;
}
.addlead2 {
	font-size: 2px;
	line-height: 2px;
}
.arialsize1 {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif
}
.arialsize2 {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif
}
.georgiasize1 {
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif
}
.size1subscript {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottomnavtext { color: #666666; font-weight: normal; font-size: 9px; line-height: 12px; font-family: Arial, Helvetica, sans-serif }
.disclaimer {
color: #666666; font-weight: normal; font-size: 9px; line-height: 11px; font-family: Arial, Helvetica, sans-serif
}
a:link {
	color: #10477C;
	text-decoration: none;
}
a:visited {
	color: #10477C;
	text-decoration: none;
}
a:hover {
	color: #10477C;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #10477C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #10477C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #10477C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent .photoColumnleft .arialsize2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent .photoColumnFirst .arialsize2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
