@charset "UTF-8";
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background: #ffffff;
}
sub {
	font-size: 12px;
}
/********************* Link Styles *********************/
a {
	text-decoration: none;
	color: #399DC7;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #399DC7;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #399DC7;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #325479;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #399DC7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #utils {
	padding: 10px 10px 0px 10px;
	font-size: 10px;
	color: #399DC7;
	text-align: right;
}

.oneColFixCtrHdr #utils a{
	color: #399DC7;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #utils a:link {
	color: #399DC7;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #utils a:hover {
	color: #325479;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #utils a:visited {
	color: #399DC7;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;  /* 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. */
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #navBg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #mainNav {
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 30px;
	color: #d7d1c2;
	text-transform: uppercase;
	/*background: transparent;*/
}

.oneColFixCtrHdr #mainNav a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainNav a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainNav a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainNav a:visted {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #mkst {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #399DC7;
	/*background-image: url(../images/flash_placeholder.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
	clear: both;
}

.oneColFixCtrHdr #mkstText {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 15px 30px;
	text-align: left;
	background-color: #399DC7;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

/*.oneColFixCtrHdr #mkst img{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;	
}*/

.oneColFixCtrHdr #flash {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #399DC7;
	float: right;
	clear: none;
	/*background-image: url(../images/flash_placeholder.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 10px 10px;
	clear: both;
}

.oneColFixCtrHdr #contentBlock {
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 10px 20px;
	width: 175px;
	border-right: 1px dashed #6D7795;
	float: left;
}

.oneColFixCtrHdr #contentBlock h1{
	padding: 0px 0px 4px 0px;
	color: #399DC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	}
	
.oneColFixCtrHdr #clubBlock {
	margin: 10px 0px 20px 0px;
	padding: 10px 10px 10px 20px;
	width: 250px;
	border-right: 1px dashed #6D7795;
	float: left;
}

.oneColFixCtrHdr #clubBlock h1{
	padding: 0px 0px 4px 0px;
	color: #399DC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	}


.oneColFixCtrHdr #footer {
	margin: 10px;
	padding: 0 10px;
	color: #399DC7;
	text-align: right;
	border-top: 1px solid #399DC7;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.oneColFixCtrHdr #siteInfo {
	padding: 0px 0px 0px 0px;
	color: #004682;
}
.fltAdRight {
	float: right;
	margin: 0px 10px 0px 0px;
	}
.fltRight {
	float: right;
	margin: 0px 10px 0px 0px;
}

