@charset "UTF-8";
/* CSS Document for the L Club Web site */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	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: #f1efe2;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
}
th {
	cursor: pointer;
	cursor: hand;
}
hr {
	height: 1px;
}
#container {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#banner {
	width: 1000px;
	height: 85px;
}
#navigation {
	width: 1000px;
	text-align: center;
	color: #000000;
	font-size: 0.85em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height:20px;
}
#navigation  a:link, #navigation  a:visited {
	font-size: 0.85em;
	text-decoration: underline;
	color: #660000;
}
#navigation   a:hover, #navigation  a:active {
	font-size: 0.85em;
	text-decoration: underline;
	color: #000000;
}
#headline {
	font-size: 0.9em;
	font-weight: bold;
}
#content {
	width: 970px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 15px;
}
#content  a:link, #content a:visited {
	color: #660000;
	text-decoration: underline;
	font-size: 1.0em;
}
#content a:hover, #content a: active   {
	color: #980000;
	text-decoration: underline;
	font-size: 1.0em;
}
#footer {
	color: #000;
	font-size: 0.7em;
	text-align: center;
	width: 1000px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer a:link,  #footer a:visited {
	color: #600;
	font-size: 0.9em;
	text-decoration: underline;
}
#footer a:hover {
	color: #900;
	font-size: 0.9em;
	text-decoration: underline;
}
.image_left_with_border {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_with_border {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_no_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
}
.cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px;
}
.tableheader {
	font-size: 1.0em;
	color: #CCCC99;
	background-color: #660000;
	text-align: left;
	vertical-align: middle;
}
.tablebanner {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	padding: 5px;
}
.odd_row_color {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #ececdb;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 1.0em;
}
.even_row_color {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 1.0em;
}
.photo_container {
	font-size: 0.78em;
	float: left;
	width: 218px;
	margin-right: 17px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 140px;
}
.photo_container_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.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;
}
.superscript {
	vertical-align: super;
	font-size: 0.75em;
}
.ccText {
	line-height: 1.5em;
	font-size: 0.9em;
}
.icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.icon p {


}

