@charset "utf-8";
body  {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#EAEAEA;
	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: #333333;
	background-attachment:fixed;
	background-repeat:repeat;
}
hr {
	color: #333;
	background-color: #333;
	height: 1px;
}
.layout #wrapperOuter {
	width: 1070px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image:url(images/background_repeat.jpg);
	background-color:#EAEAEA;
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: right center;
	border:none;
}
.layout #wrapper {
	width: 1000px;  /* 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. */
	background-image:url(images/content_repeat.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: right top;
	border: 1px solid #CCC;	
}
.layout #content {
	width:960px;
	/*background-image:url(images/watermark.jpg);*/
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-right:40px;
}
.layout #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	left:0px;
	top:0px;
	width:auto;
	height:200px;
	clear: both;
	background-image:url(images/header.jpg);
	background-repeat: none;
	background-position: top;
	background-color:#FFFFFF;
} 
/* MAIN MENU*/
.layout #mainmenu{
	height:28px;
	background-image:url(images/maimenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#742337;
	width: auto;
	text-align: center;
	padding: 0px 10px 0px 150px;
}
.layout #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 */
	color: #620026;
}
.layout #headerText {
	width:auto;
	height:32px;
	padding-top:218px;
	align:center;
	color:#CCCCCC;
}
.layout #headerText h1 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	text-align:center;
	color: #CCCCCC;
}

.layout #LHS {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #488fc2;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* T R B L */
}
.layout #HomeRHS {
	float:right;
	padding-left:15px;
	padding-top:10px;
	width:275px;
	margin: 0;
	padding-right: 0px;
}
.layout #HomeRHS img {
	/*border:2px solid #990000;*/
}
.layout #RHS {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	padding: 5px; /* padding keeps the content of the div away from the edges */
	font-size:12px;
}
.layout #RHS br {
	line-height:5px;
	padding:0;
}
.layout #RHS hr {
	line-height:5px;
	padding:0;
}
.layout #clubmegatable table{
	padding:5px;
	border:#999 2px solid;
	background-color:#F5F5F5;
}
.layout #clubmegatable td{
	border-right:#999 1px solid;
}
.layout #clubmegatable2 table{
	padding:5px;
	border:#999 2px solid;
	background-color:#F5F5F5;
}
.layout #clubmegatable2 td{
	border-right:#999 1px solid;
}.box1 {
	background-color: #EBEBEB;
	background-image:url(images/RHS_bckgrnd1.jpg);
	background-repeat:repeat;
	padding: 5px;
	color: #FFF;
	text-align:center;
}
.box1 h1{
	color: #FFF;
	font-size:13px;
	text-align:center;
	text-transform: uppercase;
	margin-top:0;
}
.box2 {
	background-color: #EBEBEB;
	background-image:url(images/RHS_bckgrnd2.jpg);
	background-repeat:repeat;
	padding: 5px;
	text-align:center;
}
.box2 h1{
	margin-top:0;
	font-size:13px;
	text-align:center;
	text-transform: uppercase;
}
.layout #mainContent {
	margin: 0 10px 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/watermark.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	border-top: 2px none #666;
	border-bottom: 2px none #666;
	font-size:13px;
	min-height:425px;
} 
.layout #mainContent a:link {
	color: #8B2942;
	text-decoration:underline;
}
.layout #mainContent a:visited {
	color: #8B2942;
	text-decoration:underline;
}
.layout #mainContent a:hover {
	color: #660000;
	text-decoration:underline;
}
.layout #mainContent a:active {
	color: #8B2942;
	text-decoration:underline;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:16px;
	color: #8B2942;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height:12px;
	color: #8B2942;
}
h3 {
	font-size: 14px;
	line-height: 10px;
	font-weight:bold;
	color: #333;
}
.layout #mainContent .banner{
	/*	background-color: #8B2942;
	background-repeat:repeat;
	color: #FFF;
	text-transform:uppercase;
*/	padding: 0px;
	font-weight:bold;
	margin-bottom:0;
}
.layout #mainContent .banner p{
	padding-bottom:0;
	margin-bottom:0;
}
.layout #mainContent .box {
/*	background-color: #CCCC98;
	background-image:url(images/main_bckgrnd.jpg);
	background-repeat:repeat;*/
	padding: 5px;
}
.layout #mainContent .box li{
	/*line-height:18px;*/
	padding-bottom: 10px;
}
.layout #footer { 
	background:#DDDDDD; 
	width:auto;
	height:28px;
	background-image:url(images/footer.jpg);
	background-repeat:none;
	background-position:bottom;
}
.layout #footerText {
	height:28px;
	text-align:right;
	font-size:11px;
	padding-top:5px;
	width: auto;
	padding-left:20px;
	padding-right: 10px;
	color: #FFF;
}
.layout #footerText p{
	padding:0;
	margin:0;
}
.layout #footer a:link {
	color: #CCC;
	font-weight:bold;
	text-decoration:underline;
}
.layout #footer a:visited {
	color: #CCC;
	font-weight:bold;
	text-decoration:underline;
}
.layout #footer a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}
.layout #footer a:active {
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}
.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;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #620026;
	text-align:center;
}
.highlight2 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #620026;
	text-align:left;
	font-style:italic;
}
.data {
	font-size: 11px;
	text-align:center;
}
.imgBorder {
	border-width:1px;
	border-color:#8B2942;
	border-style:solid;

}
.imgFloatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgFloatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgFloatLeftBorder {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 2px #999999;
}
.imgFloatRightBorder {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:solid 2px #999999;
}
#sidemenuadmin {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	padding-bottom:5px;
}
#sidemenuadmin a:link {
font-size:11px;
font-weight:bold;
color: #FFFFCC;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:top;
}
#sidemenuadmin a:visited {
font-weight:bold;
color: #FFFFCC;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:top;
}
#sidemenuadmin a:hover{
font-weight:bold;
color: #666666;
background-image:url(images/nav_over.jpg);
background-repeat:no-repeat;
background-position:top;
/*background-color: #FF99CC;*/
}
.layout #mainContent .newsfeed {
	min-height:300px;
	padding:15px;
	background-color:#CCCC98;
	width:300px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
.layout #mainContent .newsfeed h1 {
	font-weight:bold;
	font-size:24px;
	color:#600;
	padding-bottom:12px;
}
.layout #mainContent .newsfeed h2 {
	font-weight:bold;
	font-size:14px;
	line-height:11px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-decoration:none;
	color:#600;
}
.layout #mainContent .newsfeed p {
	padding: 0 0px;
	margin:0 2px;
	line-height:12px;
}
.layout #mainContent .newsfeed a:link {
	text-decoration:none;
	color:#600;
}
.layout #mainContent .newsfeed a:visited {
	text-decoration:none;
	color:#600;
}
.layout #mainContent .newsfeed a:hover {
	text-decoration:none;
	color:#900;
}
.smaller {
	font-size:11px;	
}
