@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #313131;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: normal;
	background-color: #F3F2E9;
	position: relative;
	overflow: visible;
}

/*--Element/Tag Selectors--*/
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C00000;
}

p {
	font-size: 95%;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img { 
	border: none;
}

a:link {
	color:#C00000;
	text-decoration: underline;
}
a:visited {
	color: #313131;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {	
	/*max-width: 1260px;
	min-width: 780px;*/
	
	background: #F3F2E9;
	margin: 0 auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C00000; 
}

.smalltext {
	font-size: 80%;
	text-align: left;
}

/*-- Header --*/
.header {
	background: #F3F2E9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C00000;
}

/*--Nav1--*/
#nav1 {
	font-size: 16px;
	font-weight: bold;
	color: #C00000;
	background-color: #f3f2e9;
	text-align: center;
	vertical-align: top;	
}


/*--Layout-- */
.content {
	padding: 10px 0;
	color: #313131;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/*--Rotary Logo--*/
#rotarylogo {
	position: absolute;
	z-index: 6;
	/*	bottom: 105px;*/
	width: 219px;
	margin-left: 220px;
	margin-top: -100px;
	clear: both;
}

/*--Sponsors--*/

#sponsors {
	background-color: #7EB6B3;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #313131;
}

/*--Footer--*/
.footer {
	padding: 10px;
	background: #C00000;
	font-size: 11px;
	color:#F3f2e9;
	text-align: center;
}

/*--Float/Clear Classes--*/
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



	

