@charset "utf-8";
/* CSS Document */

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/green-olive_bkg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rvg1CFC #container #mainContent img {
	border: thin solid #DEDEDE;
}

.rvg1CFC #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rvg1CFC #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	height: 200px;
}
.rvg1CFC #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.rvg1CFC #mainContent {
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
}

.rvg1CFC #container #mainContent h1 {
	color: #000000;
	margin-top: 30; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 24px;
}

.rvg1CFC #container #mainContent h2 {
	color: #651701;
	font-size: 16px;
}

.rvg1CFC #container #mainContent h3 {
	color: #000000;
	font-size: 18px;
}

.rvg1CFC #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 30px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.rvg1CFC #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.rvg1CFC #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.rvg1CFC #nolo_logo {
	margin:0;
	padding:0;
	width:220px;
}

.rvg1CFC #nolo_body {
	margin:0;
	padding:0;
	width:480px;
	min-height: 130px;
}

a.bodylink {
	color: #006699;
	text-decoration: none;
}

.rvg1CFC #col1 {
	float: left; 
	padding: 20px 0; 
	width: 350px;
}
.rvg1CFC #footer {
	padding: 0 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #651701;
	text-align: center;
}
.rvg1CFC #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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.rvg1CFC #footer2 {
	padding: 0 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.rvg1CFC #footer2 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.style2 {
	font-size: 14px
}
.style3 {
	font-size: 20px;
	line-height: 1.25;
	padding-top: 20px;
}

.event  {
	background-color: #f9f9f9;
	background-image:url(images/div_bkg_760.png);
	background-repeat:no-repeat;
}

.footersc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}

a.footersclink {
	color: #FFFFCC;
	text-decoration: none;
	
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
