body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 10px 0px;   /* matt: top margin was 50.  I moved the whole page up */
        text-align:center;           /* matt: added to center in IE */
}
#container {
	background: #000000;
	text-align: left;
	width: 843px;
	margin: 0px auto;
}
a {
	text-decoration: none;
}
/********************** Header ***************************/
#header {
	background: #000000 url(/siteimages/header1.png) no-repeat; 
	width: 843px;
	height: 170px; 
}
#practice {
	position: relative;
	left: 620px;
	top: 10px;
	width: 200px; /* matt edit */
	height: 53px;
	z-index: 100;
}
#practice p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: none 0px;
	color: #000000;
	padding: 0px;
}
#time {
	position: relative;
	top: 45px;
	left: 620px;
	z-index: 100;
        font-size: 12px;
        color: white;
}

#time A:link {color : #FFFFFF}
#time A:link {color : #FFFFFF}
#time A:visited {color : #FFFFFF}
#time A:active {color : #FFFFFF}
#time A:hover {text-decoration: underline; color: red;}


#navi {
	background: #000000 url(/siteimages/navi_background.png) no-repeat;
	width: 843px; 
	height: 47px;
	text-align: left; /* was text-align: center; */
}
#navi a.rollover1 {
	display: block;
	width: 188px;
	height: 47px;
	background: url("siteimages/navi_about.png") 0 0 no-repeat;
	text-decoration: none;
}
#navi a.rollover2 {
	display: block;
	width: 138px;
	height: 47px;
	background: url("siteimages/navi_bios.png") 0 0 no-repeat;
	text-decoration: none;
}
#navi a.rollover3 {
	display: block;
	width: 104px;
	height: 47px;
	background: url("siteimages/navi_news.png") 0 0 no-repeat;
	text-decoration: none;
}
#navi a.rollover4 {
	display: block;
	width: 138px;
	height: 47px;
	background: url("siteimages/navi_resources.png") 0 0 no-repeat;
	text-decoration: none;
}
#navi a.rollover5 {
	display: block;
	width: 150px;
	height: 47px;
	background: url("siteimages/navi_contact.png") 0 0 no-repeat;
	text-decoration: none;
}
#navi a.rollover1:hover {
	background-position: -188px;
}
#navi a.rollover2:hover {
	background-position: -138px;
}
#navi a.rollover3:hover {
	background-position: -104px;
}
#navi a.rollover4:hover {
	background-position: -138px;
}
#navi a.rollover5:hover {
	background-position: -150px;
}
table.navi {
	/*position: relative; */
	/*left: 7px; */ /*    matt comment out.  Fixes prob on IE but introduces prob on Firefox */
        margin: 0px 0px 0px 7px; /* matt add */
        
}
.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid white; 
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 13px;
	z-index: 100;
	width: 205px;
}
.menu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0; 
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: 555555;
}
.menu a:hover {
	background-color: black;
	color: white;
}
#banner {
	background: url(/siteimages/header2.png) no-repeat;
	width: 843px;
	height: 310px;
	/*position: relative;*/  /*matt comment temp*/
}
img.banner {
	/*position: relative;
	left: 7px; matt temp */
        margin: 0px 0px 0px 7px; /* matt add */
}
/********************** Homepage ***************************/
#main {
	background: #000000 url(/siteimages/main.png) no-repeat;
	position: relative;
	width: 843px;
	height: 460px;
	display: block;
	text-align: left;
}
#left {
	float: left;
	margin: 10px 0px 0px 30px; /* left margin (4th element) was 50px but wrapped on IE */
	padding: 0px 0px 0px 20px;  
	width: 450px; 
	height: 450px;
	overflow: auto;
	border-left: solid 1px #FFFFFF;
}
#right {
	float: right;  
	margin: 10px 30px 0px 0px; /* right margin (2nd elment was 30), left (4th) 10, but wrapped on IE */
	padding: 0px 0px 0px 20px;  /* left padding (4th element) was 20.  the left
                                      padding will push out the vertical line further to the left */
	width: 280px;               /* matt: was 260 */
	height: 450px;
	overflow: auto;
	border-left: solid 1px #FFFFFF;
}

#center {
	float: left;
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 20px;
	width: 720px;
	height: 450px;
	overflow: auto;
	float: left;
	border-left: solid 1px #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
	color: #FFFFFF;
}

table {
        color: #DDDDDD;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 600;
}


li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

pre
{
color: #FFFFFF;
}


img.lightbox {
	border: 1px solid #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 0px;
}
img.lightbox a {
	text-decoration: none;
}
/********************** content ***************************/
#content {
	background: #000000 url(/siteimages/content.png) no-repeat;
	position: relative;
	width: 843px;
	height: 771px;
	display: block;
	text-align: left;
}
#middle {
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 20px;
	width: 740px;
	height: 760px;
	overflow: auto;
	float: left;
	border-left: solid 1px #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 12px 5px 0px 12px;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
}

.vscrollerbar {
	width: 10px;
	background-color: white;
}
.hscrollerbase {
	height: 10px;
}
.hscrollerbar {
	height: 10px;
	background-color: white;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
/********************** Footer ***************************/
#footer {
	position: relative;
	background: #000000 url(/siteimages/footer.png) no-repeat;
	width: 843px;
	height: 101px;
}