html{
    /* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better via http://www.daringfireball.net */
    height: 100%;
    margin: 0 0 1px 0;
    padding: 0;
}

body{
	height: 100%;
	margin: 0;
	min-width: 750px;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.25em;
	color: #333;
	background-color: white;
	text-align: center;
}

#page{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0px;
    margin: 0 auto -3em;
	width: 750px;
	border: 0;
	text-align: left;
}


/* HEADER */

#header{
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 80px;
	height: auto;
	text-align: right;
	background-color: #d8d8d8;
	line-height: 1.25em;
}


/* CONTENT */

#content{
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 30px;
	background-color: white;
}

#push{
    height: 4em;
    margin: 0;
}

/* FOOTER */

#footer{
	height: 2em;
	margin: 0px auto ;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2em;
	padding-top: 2em;
	background-color: #d8d8d8;
	font-size: 50%;
	text-align: center;
	width: 750px;
}


/* LINKS */

a{
    font-weight: bold;
    text-decoration: none;
    color: black;
}

a:hover{
	text-decoration: underline;
	color: #333;
}


/* TABLES */



/* NBA Flow Chart Tables */

table#nba_division_table{
    margin-bottom: 30px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-collapse: collapse;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    table-layout: auto; ;
}

th#nba_division_table{
    padding: 5px;
    border-width: 0px;
    border-color: black;
    border-style: solid;
    text-align: left;
    text-decoration: underline;
}

td#nba_division_table{
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-width: 0px;
    border-color: black;
    border-style: solid;
}