@charset "utf-8";
.ridecaption {
	width: 500px;
	margin-left: 220px;
}

.bb {
	background-image: url(img/bulletinboard.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	height: 88px;
	width: 396px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}

/* CSS Document */

.flash {
	float: left;
	height: 171px;
	width: 505px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	margin-top: 0px;
}
.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.headerlogo {
	background-color: #2b5582;
	height: 171px;
	width: 245px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
}
.navbar {
	background-color: #ff9d00;
	width: 730px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b5582;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 20px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2b5582;
	font-weight: bold;
	margin-right: 10px;
}
.topnavwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cc_logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	z-index: 3;
}
.leftlinkcontainer {
	background-color: #4588cf;
	width: 190px;
	margin: 0px;
}
.leftlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3669a1;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.bodytext {
	margin: 20px;
}
#column {
	text-align: center;
	vertical-align: text-bottom;
	background-color: #f3f7fc;
	z-index: 1;
	background-image: url(img/white-column.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	background-repeat: no-repeat;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.lt_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	z-index: 2;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	padding-top: 250px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 448px;
	height: auto;
} 
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2b5582;
	font-weight: normal;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #2b5582;
	text-decoration: underline;
}
.submenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bolder;
	color: #2b5582;
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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: 0px;
}
.unitedway {
	margin-left: 305px;
	width: 115px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #70a3da;
	margin-top: 20px;
	text-align: center;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #dd0526;
	text-decoration: none;
	margin: 0px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2b5582;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
}
.leftlinkPR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3669a1;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}
