.allcaps {
	text-transform:uppercase;
	}

body {
	background:#333;
	color:#fff;
	font:12px/16px Arial, Helvetica, sans-serif;
	}

.bodytext {
	padding:50px;
	}

h2 {
	font-weight: bold;
	font-size:1.3em;
	}

h3 {
	font-size:1.1em;
	font-style:italic;
	}

p {
	text-align:justify;
	}

/*----- Top Nav -----*/

#top_nav {
	width:798px;
	height:42px;
	margin:0;
	padding:0 1px;
	position:relative;
	text-align:center;
	background:#fff;
	}

#top_nav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}

#top_nav li, #top_nav a {
	width:133px;
	height:42px;
	display:block;
	}

/* The Links */
#home {
	left:1px;
	background:transparent url(images/home_ro.jpg) 0 0 no-repeat;
	}

#home_active,
#home a:hover {
	left:1px;
    background:transparent url(images/home_ro.jpg) -133px 0 no-repeat;
	}

#press {
	left:134px;
	background:transparent url(images/press_ro.jpg) 0 0 no-repeat;
	}

#press_active,
#press a:hover {
	left:134px;
    background:transparent url(images/press_ro.jpg) -133px 0 no-repeat;
	}

#boxers {
	left:267px;
	background:transparent url(images/boxers_ro.jpg) 0 0 no-repeat;
	}

#boxers_active,
#boxers a:hover {
	left:267px;
    background:transparent url(images/boxers_ro.jpg) -133px 0 no-repeat;
	}

#season {
	left:400px;
	background:transparent url(images/season_ro.jpg) 0 0 no-repeat;
	}

#season_active,
#season a:hover {
	left:400px;
    background:transparent url(images/season_ro.jpg) -133px 0 no-repeat;
	}

#history {
	left:533px;
	background:transparent url(images/history_ro.jpg) 0 0 no-repeat;
	}

#history_active,
#history a:hover {
	left:533px;
    background:transparent url(images/history_ro.jpg) -133px 0 no-repeat;
	}

#info {
	left:666px;
	background:transparent url(images/info_ro.jpg) 0 0 no-repeat;
	}

#info_active,
#info a:hover {
	left:666px;
    background:transparent url(images/info_ro.jpg) -133px 0 no-repeat;
	}

/*----- Bottom Nav -----*/

#bottom_nav {
	width:800px;
	height:73px;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	background:#0f0;
	}

#bottom_nav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}

#bottom_nav li, #bottom_nav a {
	height:73px;
	display:block;
	}

/* The Links */
#usa_boxing {
	width:71px;
	left:0;
	background:transparent url(images/usa_boxing.jpg) 0 0 no-repeat;
	}

#national_association {
	width:183px;
	left:71px;
	background:#f00 url(images/national_association_ro.jpg) 0 0 no-repeat;
	}

#national_association_active,
#national_association a:hover {
	width:183px;
	left:71px;
    background:#00f url(images/national_association_ro.jpg) -183px 0 no-repeat;
	}

#northwest_association {
	width:199px;
	left:254px;
	background:transparent url(images/northwest_association_ro.jpg) 0 0 no-repeat;
	}

#northwest_association_active,
#northwest_association a:hover {
	width:199px;
	left:254px;
    background:transparent url(images/northwest_association_ro.jpg) -199px 0 no-repeat;
	}

#corporate_membership {
	width:199px;
	left:453px;
	background:transparent url(images/corporate_membership_ro.jpg) 0 0 no-repeat;
	}

#corporate_membership_active,
#corporate_membership a:hover {
	width:199px;
	left:453px;
    background:transparent url(images/corporate_membership_ro.jpg) -199px 0 no-repeat;
	}

#youth_programs {
	width:148px;
	left:652px;
	background:transparent url(images/youth_programs_ro.jpg) 0 0 no-repeat;
	}

#youth_programs_active,
#youth_programs a:hover {
	width:148px;
	left:652px;
    background:transparent url(images/youth_programs_ro.jpg) -148px 0 no-repeat;
	}

/*----- Tables -----*/

/* Officers */
#officers td {
	padding:5px 20px;
	}

#clubs #legend td {
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	}

#clubs td {
	padding:5px 10px;
	}
