hr {
	color: #0B73D4;
	height: 1px;
	margin: 0px 0px 20px;
	padding: 0px;
}
ul {
	list-style-image: url(../images/css_elements/bullet.gif);
}
blockquote {
	padding: 0px;
	margin: 0px 0px 0px 40px;
}

form {
	margin-top: 0px;
	padding-top: 0px;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cfd7ec;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #cfd7ec;
}
/* Form Boxes */

.textfield {
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0053a0;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-position: top;
	background-image: url(../images/css_elements/textfield_repeat.gif);
	background-repeat: repeat-x;
}
.submit {
	background: transparent url("../images/homepage/btn_submit.gif") no-repeat;
	height:22px;
	width:55px;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 7px;
}
.textarea {
	background-color: #FFFFFF;
	background-image:   url("../imgs/search_box.gif");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-position: top;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#DDDDDD;
	scrollbar-shadow-color:#C7C7C7;
	scrollbar-face-color:#DBDBDB;
	scrollbar-track-color:#EAEAEA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
}
/* Site Formatting */

#fullHeight {
	height: 100%;
}
#contentArea {
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/* Page Formatting */

#pgFormatLeft {
	width: 235px;
}
#pgFormatMiddle {
	width: 260px;
}
#pgFormatRight {
	width: 260px;
}
#pgFormatContent {
	width: 495px;
}
#pgFormatContentFull {
	width: 755px;
}
/* Gray Box Light */

#gryBoxLightTopLeft {
	background-image: url(../images/css_elements/grayboxLight_topLeft.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 15px;
}
#gryBoxLightTopRight {
	background-image: url(../images/css_elements/grayboxLight_topRight.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 15px;
}
#gryBoxLightTop {
	background-image: url(../images/css_elements/grayboxLight_top.gif);
	background-repeat: repeat-x;
	height: 41px;
	width: 15px;
}
#gryBoxLightTopRightOnBlue {
	background-image: url(../images/css_elements/grayBoxLight_right_onBlue.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 15px;
}
#gryBoxLightTopLeftOnBlue {
	background-image: url(../images/css_elements/grayBoxLight_left_onBlue.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 15px;
}
#gryBoxLightLeft {
	background-image: url(../images/css_elements/grayboxLight_left.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#gryBoxLightRight {
	background-image: url(../images/css_elements/grayboxLight_right.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#gryBoxLightBtmLeft {
	background-image: url(../images/css_elements/grayboxLight_btmLeft.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#gryBoxLightBtmRight {
	background-image: url(../images/css_elements/grayboxLight_btmRight.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#gryBoxLightBtm {
	background-image: url(../images/css_elements/grayboxLight_btm.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#gryBoxLightMatchHeight {
	height: 210px;
}
#gryBoxLightMatchHeightShort {
	height: 50px;
}
/* Gray Box Dark */

#gryBoxDarkBtmLeft {
	background-image: url(../images/css_elements/grayBoxDrk_btmLeft.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#gryBoxDarkBtmRight {
	background-image: url(../images/css_elements/grayBoxDrk_btmRight.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#gryBoxDarkBtm {
	background-image: url(../images/css_elements/grayBoxDrk_btm.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#gryBoxDarkLeft {
	background-image: url(../images/css_elements/grayBoxDrk_left.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#gryBoxDarkRight {
	background-image: url(../images/css_elements/grayBoxDrk_right.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#gryBoxDarkTitleLeft {
	background-image: url(../images/css_elements/grayBoxDrk_titleLeft.gif);
	background-repeat: repeat-y;
	height: 36px;
	width: 15px;
}
#gryBoxDarkTitleRight {
	background-image: url(../images/css_elements/grayBoxDrk_titleRight.gif);
	background-repeat: repeat-y;
	height: 36px;
	width: 15px;
}
#gryBoxDarkMatchHeightShort {
	height: 50px;
	background-color: #e6e6e6;
}
/* Blue Box */

#blueBoxTop {
	background-image: url(../images/css_elements/bluebox_top.gif);
	background-repeat: repeat-x;
	height: 41px;
}
#blueBoxTopLeft {
	background-image: url(../images/css_elements/bluebox_topLeft.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 15px;
}
#blueBoxTopRight {
	background-image: url(../images/css_elements/bluebox_topRight.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 15px;
}
#blueBoxBtm {
	background-image: url(../images/css_elements/bluebox_btm.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#blueBoxBtmLeft {
	background-image: url(../images/css_elements/bluebox_btmLeft.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#blueBoxBtmRight {
	background-image: url(../images/css_elements/bluebox_btmRight.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#blueBoxLeft {
	background-image: url(../images/css_elements/bluebox_left.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#blueBoxRight {
	background-image: url(../images/css_elements/bluebox_right.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#blueBoxMiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #001E81;
}
#blueBoxMiddle a:link, #blueBoxMiddle a:active, #blueBoxMiddle a:visited, #blueBoxMiddle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#blueBoxProgram {
	color: #FFFFFF;
	background-color: #33398b;
	background-image: url(../images/subpages/blueBoxLink.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
/* Light Blue Box */

#ltBlueBoxTop {
	background-image: url(../images/css_elements/ltBluebox_top.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#ltBlueBoxTopLeft {
	background-image: url(../images/css_elements/ltBluebox_topLeft.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#ltBlueBoxTopRight {
	background-image: url(../images/css_elements/ltBluebox_topRight.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#ltBlueBoxBtm {
	background-image: url(../images/css_elements/ltBluebox_btm.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#ltBlueBoxBtmLeft {
	background-image: url(../images/css_elements/ltBluebox_btmLeft.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#ltBlueBoxBtmRight {
	background-image: url(../images/css_elements/ltBluebox_btmRight.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#ltBlueBoxLeft {
	background-image: url(../images/css_elements/ltBluebox_left.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#ltBlueBoxRight {
	background-image: url(../images/css_elements/ltBluebox_right.gif);
	background-repeat: repeat-y;
	width: 15px;
}
#ltBlueBoxMiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ccddee;
}
#navigationBar {
	background-image: url(../images/subpages/navigation_bkground.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 770px;
}
.blueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00209F;
	font-weight: bold;
}
.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B73D4;
	font-style: normal;
	font-weight: bold;
}
.clubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001E81;
}
.clubTitles a:link, .clubTitles a:active, .clubTitles a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001E81;
	font-weight: bold;
}
.clubTitles a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0967CD;
	text-decoration: underline;
}
.clubAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
#table-testimonials  {
	vertical-align: top;
	margin-bottom: 8px;
}
#table-testimonials td {
	vertical-align: top;
}
#table-testimonials .schedule {
	margin: 20px 0px 0px;
}
#club-num-graphics {
	display: block;
}
#club-num-graphics-txt {
	display: none;
}
.borders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00209F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.searchTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0967CD;
}
.searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.searchPath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0967CD;
}
.searchPath a:link, .searchPath a:active, .searchPath a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0967CD;
	text-decoration: underline;
}
.searchPath a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0967CD;
}
.LowerCase {
	color: #ca0135;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fdd226;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: none;
}

#submission-page {
	padding-left: 30px;
	padding-right: 20px;
	color: #002596;
	width: 400px;
	float: left;
}
#submission-page div {
	width: 300px;
	margin-bottom: 20px;
	font-size: 13px;
}
#submission-page h1 {
	padding-bottom: 10px;
}
#submission-page img {
	margin-right: 15px;
}
#submission-nav {
	float: left;
	width: 268px;
	font-size: 11px;
	color: #002596;
}
.submission-bg form {
	margin: 0px;
	padding: 0px;
}
#checkboxes #button {
	background: url(../images/subpages/submission/button.gif) no-repeat;
	height: 28px;
	width: 221px;
}

#submission-nav .top {
	background: url(../images/subpages/submission/form-top.gif) no-repeat;
	height: 20px;
	width: 253px;
	padding-left: 15px;
	color: #FFFFFF;
	font: 15px Arial, Helvetica, sans-serif;
	padding-top: 4px;
}
#submission-nav .submission-bg {
	background: url(../images/subpages/submission/form-top-bg.jpg) no-repeat;
}
.submission-bg div {
	background: url(../images/subpages/submission/form-bottom-bg.jpg) no-repeat bottom;
	width: 248px;
	padding: 10px;
}
#internet-offer {
	width: 400px;
}
#submission-page #internet-offer {
	width: 400px;
	height: 122px;
}


#submission-nav .bottom {
	background: url(../images/subpages/submission/form-bottom.gif);
	height: 18px;
	width: 268px;
}


#submission-page strong {
	color: #be0f34;
}
.submission-bg label {
	display: block;
	width: 80px;
	float: left;
	clear: both;
}
#submission-nav  input {
	width: 150px;
	height: 12px;
	margin-bottom: 3px;
}
#checkboxes input {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#checkboxes {
	padding: 0px;
	background: url(none);
}
#checkboxes label {
	width: auto;
	float: none;
	height: auto;
	display: inherit;
}

#thankyoupage {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}
#ClickHereToGetYours {
	height: 28px;
	width: 221px;
}
.lbs {
}
.lbs p {
	margin: 15px 0px 0px;
	padding: 0px 30px;
}
