#DivFooter {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	visibility: visible;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
#DivMain {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	visibility: visible;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
#DivHeader {
	width: 800px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	visibility: visible;
	height: 63px;
	background-image: url(../elements_nav_dropdowns/top_nav/nav_bkgd_wgrey.jpg);
	text-align: center;
	padding-top: 22px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 10;
	vertical-align: bottom;
}
/* 
_________ BRAND ITEMS _________ 
find and replace to change 


FONTS 
PRIMARY = Arial, Helvetica, sans-serif;
SECONDARY = 

COLORS 
0 DEFAULT = #000000 (in body)
1 PRIMARY = #7E0D00
2 SECONDARY = #666666




_________ PAGE PROPERTIES _________
background, margins, default font */


.png_fix {
	behavior: url(../iepngfix.htc);
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../elements/bkgd.jpg);
}




/*
_________ DIV CSS TAGS _________
background, margins, default font */


#h_container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	color: #000000;
}
#DivSideNav {
	position:absolute;
	left:16px;
	top:185px;
	width:170px;
	height:110px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}
#DivHOFcontent {
	position:absolute;
	left:222px;
	top:24px;
	width:556px;
	z-index:3;
	color: #FFFFFF;
	overflow: auto;
	height: 437px;
}
#DivHOFpic_alliance {
	position:absolute;
	width:388px;
	height:409px;
	z-index:1;
	visibility: inherit;
	left: 309px;
	top: 118px;
}

#DivHOFpic {
	position:absolute;
	width:386px;
	height:467px;
	z-index:1;
	visibility: inherit;
	left: 310px;
	top: 38px;
}

#DivHOFpic_alliance {
	position:absolute;
	width:388px;
	height:409px;
	z-index:1;
	visibility: inherit;
	left: 310px;
	top: 38px;
}

#DivFormscontent {
	position:absolute;
	left:217px;
	top:20px;
	width:580px;
	z-index:1;
	overflow: scroll;
	height: 393px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#DivContestWinners {
	position:absolute;
	left:207px;
	top:0px;
	width:593px;
	z-index:3;
	overflow: auto;
	height: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#DivWO {
	position:absolute;
	width:222px;
	height:188px;
	z-index:1;
	visibility: inherit;
	left: 492px;
	top: 369px;
}

/*
_________ UNIVERSAL FORMATTING _________
canvas (main table) size, color, optional padding */

.univ_Canvas {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 975px;
}

/* PADDING - general padding - apply to cell of table */ 
.univ_Padding {padding: 10px 10px 10px 10px;}

.univ_Content_Padding {
	padding: 5px;
	width: 100%;
	margin: 20px 20px 20px 20px;
}

.mainContent_Padding {
	padding: 20px 12px 10px 20px;
	width: 99%;
}
.pic_Padding {
	padding: 3px 0px 3px 10px;
}




/*
_________ LINKS "ro" _________
roll-over links - apply to cell or text

/* DEFAULT */

/* ro Default (universal) */
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #7E0D00; text-decoration: underline;}
a:active {
	color: #000000;
	text-decoration: none;
}

/* ro Bold */
a.roBold:link {color: #000000; font-weight: bold; text-decoration: underline;}
a.roBold:visited {color: #000000; font-weight: bold; text-decoration: underline;}
a.roBold:hover {color: #7E0D00; font-weight: bold; text-decoration: underline;}
a.roBold:active {color: #000000; font-weight: bold; text-decoration: underline;}

/* ro Small */
a.roSmall:link {	
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
a.roSmall:visited {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
a.roSmall:hover {
	color: #7E0D00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
a.roSmall:active {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
/* ro Small Bold */
a.roSmallBold:link {	
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.roSmallBold:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.roSmallBold:hover {
	color: #7E0D00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.roSmallBold:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* ro Large */
a.roLarge:link {	
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:visited {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:hover {
	color: #7E0D00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.roLarge:active {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* ro Large Bold */
a.roLargeBold:link {	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:hover {
	color: #7E0D00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.roLargeBold:active {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}





/* COLOR 1 */

a.ro1:link {color: #7E0D00; text-decoration: none;}
a.ro1:visited {color: #7E0D00; text-decoration: none;}
a.ro1:hover {color: #666666; text-decoration: none;}
a.ro1:active {color: #7E0D00; text-decoration: none;}

/* ro1 Bold */
a.ro1Bold:link {color: #7E0D00; font-weight: bold; text-decoration: none;}
a.ro1Bold:visited {color: #7E0D00; font-weight: bold; text-decoration: none;}
a.ro1Bold:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a.ro1Bold:active {color: #7E0D00; font-weight: bold; text-decoration: none;}

/* ro1 Small */
a.ro1Small:link {	
	color: #7E0D00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.ro1Small:visited {
	color: #7E0D00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.ro1Small:hover {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.ro1Small:active {
	color: #7E0D00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* ro1 Small Bold */
a.ro1SmallBold:link {	
	color: #7E0D00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro1SmallBold:visited {
	color: #7E0D00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro1SmallBold:hover {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro1SmallBold:active {
	color: #7E0D00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}




/* COLOR 2 */

a.ro2:link {color: #666666; text-decoration: none;}
a.ro2:visited {color: #666666; text-decoration: none;}
a.ro2:hover {color: #7E0D00; text-decoration: none;}
a.ro2:active {color: #666666; text-decoration: none;}

/* ro2 Bold */
a.ro2Bold:link {color: #666666; font-weight: bold; text-decoration: none;}
a.ro2Bold:visited {color: #666666; font-weight: bold; text-decoration: none;}
a.ro2Bold:hover {color: #7E0D00; font-weight: bold; text-decoration: none;}
a.ro2Bold:active {color: #666666; font-weight: bold; text-decoration: none;}

/* ro2 Small */
a.ro2Small:link {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.ro2Small:visited {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.ro2Small:hover {
	color: #7E0D00;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.ro2Small:active {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
/* ro2 Small Bold */
a.ro2SmallBold:link {	
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro2SmallBold:visited {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro2SmallBold:hover {
	color: #7E0D00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.ro2SmallBold:active {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}








/*
_________ HEADERS _________
apply as "Format" or "Style" */


H1, .head1 {
	font-size: 16px;
	color: #7E0D00;
	font-weight: bold;
	line-height: 24px;
}
H2, .head2 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	line-height: 22px;
}
H3, .head3 {
	font-size: 14px;
	color: #7E0D00;
	font-weight: bold;
	line-height: 20px;
}
H4, .head4 {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
}
H5, .head5 {
	color: #7E0D00;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
H6, .head6 {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}





/*
_________ TEXT _________
font-family set in "body"
apply to cell or text */



.copyBold {
	font-size:11px;
	font-weight: bold;
}
.copyLight {
	font-size:11px;
	color: #CCCCCC;
	font-weight: none;
}
.copy1 {
	font-size: 11px;
	color: #7E0D00;
}
.copy1Bold {
	font-size: 11px;
	color: #7E0D00;
	font-weight: bold;
}
.copy2 {
	font-size: 11px;
	color: #666666;
}
.copy2Bold {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.copySmall {
	font-size: 10px;
}
.copySmallBold {
	font-size: 10px;
	font-weight: bold;
}
.copyLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}



/*
_________ BKGD _________
font-family set in "body"
apply to cell or text */



.bkgdHall {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../halloffame/bkgd_blank.jpg);
	background-color: #000000;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdHallSidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../halloffame/logo_halloffame_sidebar.jpg);
	background-color: #000000;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}


.bkgdContest {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../contest/bkgd_01pucker.jpg);
	background-color: #051A33;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdHContestSidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../contest/logo_contest_sidebar.jpg);
	background-color: #B6E0F2;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdgray {
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../elements/bkgd_gray.png);
	background-color: #E9E9E9;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}


.bkgdForms {
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../forms/bkgd_blank.jpg);
	background-color: #FFFFFF;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdFormsSidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../forms/logo_forms_sidebar.jpg);
	background-color: #D2D3D5;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdWO_sidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../testimonial/elements/sidebar_testimonials_bkgd.jpg);
	background-image: url(../elements/sidebar_WO.jpg);
	background-color: #100000;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.bkgdtestimonial_sidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../testimonial/elements/sidebar_testimonials_bkgd.jpg);
	background-color: #D2D3D5;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdWebbCenter {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../webbcenter/main.jpg);
	background-color: #FFFFFF;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bkgdWebbCenterSidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../webbcenter/logo_webbcenter_sidebar.jpg);
	background-color: #C49B6D;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#DivWebbCenterContent {
	position:absolute;
	left:218px;
	top:33px;
	width:563px;
	z-index:1;
	overflow: auto;
	height: 384px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	visibility: visible;
}
.bkgdSportsZone_sidebar {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../sportszone/logo_sportszone_sidebar.jpg);
	background-color: #164418;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#contact {
	position:absolute;
	left:705px;
	top:64px;
	width:66px;
	height:45px;
	z-index:20;
	visibility: hidden;
}
#funstuff {
	position:absolute;
	left:621px;
	top:64px;
	width:78px;
s
	height:89px;
	z-index:20;
	visibility: hidden;
}
#ourprac {
	position:absolute;
	left:512px;
	top:64px;
	width:109px;
	height:111px;
	z-index:20;
	visibility: hidden;
}
.topnav_bkgd {
	background-image: url(../elements_nav_dropdowns/top_nav/nav_bkgd_wgrey.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#DivInteriorContent {
	width: 600px;
	position: relative;
	overflow: visible;
	visibility: visible;
	text-align: center;
	background-color: #FFF;
	left: 200px;
	z-index: 2;
	top: 0px;
}
#DivInteriorSubNav {
	width: 800px;
	position: relative;
	overflow: visible;
	visibility: visible;
	text-align: center;
	background-color: #FFF;
	z-index: 1;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#DivMainFlash {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	visibility: visible;
	text-align: left;
	background-image: url(../elements/line_silver.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
