body {
   height: 100%; width: 100%;
   color: black; background: #fff url(../images/bkgd_body.gif) repeat-y;
   font-family: Arial, sans-serif;
   font-size: 12px; margin: 0; padding: 0; 
}
table, tr, td {padding: 0; margin: 0; border: 0;}

/* Top Bar formatting */
tr.top {
   position: absolute;
   top: 0; 
   left: 0; 
   z-index: 2;
   width: 100%; 
   height: 132px; _height: 133px; 
   background: #005296 url(../images/bkgd_topnav.gif) repeat-y; 
   margin: 0;
   padding: 0;
}

div.topnav {
	position: relative;
	top: 0;
	left: 0;
	background: #005296 url(../images/bkgd_topnav.gif) repeat-y;
	height: 32px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 500;
}

#nav {
	position: relative;
	top: 0px;
	left: 250px;
	height: 42px;
	width: auto;
	background: #005296 url(../images/topnav2.gif) 0 2px no-repeat;
	margin: 0;
	padding: 0;
}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 1px;}

#nav li, #nav a {height: 41px; display: block; line-height:35px;}


#tab1 {left: 0px; width: 223px;}
#tab2 {left: 223px; width: 223px;}
#tab3 {left: 446px; width: 223px;}

#tab1 a:hover {background: transparent url(../images/topnav2.gif) 0px -83px no-repeat;}
#tab2 a:hover {background: transparent url(../images/topnav2.gif) -223px -83px no-repeat;}
#tab3 a:hover {background: transparent url(../images/topnav2.gif) -446px -83px no-repeat;}

.credit #tab1, .credit #tab1 a:hover {background: transparent url(../images/topnav2.gif) 0 -41px no-repeat;}
.videos #tab2, .videos #tab2 a:hover {background: transparent url(../images/topnav2.gif) -223px -41px no-repeat;}
.videosEmp #tab3, .videosEmp #tab3 a:hover {background: transparent url(../images/topnav2.gif) -446px -41px no-repeat;}


div.subhead {
	position: relative;
	top: 90px; left: 160px;
	border: 2px ridge #FF9900;
	z-index: 2;
	width:640px; height: 40px; margin: 0 0 0 0;
	background-color: transparent;
}

/* Formatting for side, main, and right column divisions. */
td.side {
   position: absolute; top: 0; left: 0; z-index: 1;
   width: 160px; height: 650px;
   color: #005296; background: url(../../images/gray_bkgd.gif) #333333; background-repeat: repeat-y;
}

td.main {
   position: absolute; top: 0; left: 170px; z-index: 1;
   width: 640px;
   margin-top: 0; margin-bottom: 0; margin-right: 10px;
   color: black; background: white; 
}

td.bottom {
    position: relative; bottom: 750px; left: 0; z-index: 1;
	width: 100%; height: 150px; 
	color: #3366CC; background: #FFCC66 url(../../images/orange_bkgd.gif); background-repeat: repeat-y; 
	padding-bottom: 0; margin-right: 0; margin-bottom: 100%
}

/* Nested padding for side, main and bottom */
div.sidepad {
    padding-top: 35px; padding-left: 0;
	}
div.subheadpad {
    padding: 5px 0 0 10px;
	}
div.mainpad { 
    padding: 145px 0 0 10px;
}
div.bottompad {
    padding: 5px 0 0 170px;
}

/* Settings for the side division */
td.side p {
    margin-left: 0; margin-right: 15px;
	text-align: left;
}

td.side a, td.side a:link, td.side a:visited, td.side a:active {
    display: block;
	padding-left: 35px; padding-right: 3px;
	margin-top: 20px; margin-right: 10px; margin-bottom: 20px;
	border: 1px solid #FF9900;
	border-left-width: 0;
	color: #666666; background: transparent url(../../images/bttn_bkgd.gif); background-repeat: repeat-y;
	font-weight: bold; font-size: 14px;
	font-family: Arial, sans-serif;
	text-decoration: none; 
}

td.side h3 {
	padding-left: 4px;
	margin-left: 29px;
	color: #005296; background: white;
	margin-right: 0;
	border: 1px solid #FF9900;
	border-right-width: 0;
	font-weight: bold; font-size: 14px;
	font-family: Arial, sans-serif;
}


/* Box model hack may need to go here... */
td.side a:hover {
    color: #005296; background: #FFCC66;
}

/*Settings for subhead division */
div.subhead a, div.subhead a:link, div.subhead a:visited, div.subhead a:active {
	font-family: Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 12px;
	line-height: 20px;
    color: #FF9900; background: transparent url(../../images/blue_sq_small.gif); background-repeat: no-repeat; 
	padding: 2px 0 10px 25px; margin-left: 60px;
	text-decoration: none; width: 640px;
}

div.subhead a:hover {
	color: #005296; background: transparent url(../../images/orange_sq_small.gif); background-repeat: no-repeat;
	padding: 2px 0 10px 25px; margin-left: 60px;
	font-size: 12px; line-height: 20px;
	width: 640px;
}

/* Settings for the main division */
td.main p {
    font-family: Arial, sans-serif; font-style: italic; font-size: 14px; line-height: 17px;
	color: #666666; background: transparent;
	margin: 5px 10px 10px 15px;
	width: 640px;
	clear: left;
}

td.main ul {
	margin: 0 0 10px 30px; width: 640px;
	font-size: 14px;
	list-style-type: square;
}

td.main li {
	list-style-type: square;
}

td.main a, td.main a:link, td.main a:visited, td.main a:active {
	font-family: Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 12px;
    color: #FF9900; background: transparent; line-height: 24px;
	padding: 20px 0 0 0;
	text-decoration: none; width: 700px;
}

td.main a:hover {
	color: #005296; background: transparent;
	font-size: 12px;
}

td.main h2 {
    font-family: Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 24px;
	color: #666666; background: transparent;
	margin: 5px 0 5px 10px;
}

td.main h3 {
	font-family: Arial, sans-serif; font-weight: bold; font-size: 11px;
	color:#666666; background: transparent;
	padding-top: 0; margin: -5px 10px 2px 90px;
	width: 640px;
}

td.main h4 {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
	color: #005296; background: transparent;
	margin: 0 10px 2px 10px;
	width: 640px;
}

td.main hr {
	color: #666666;
	padding: 0; 
	margin: -10px 60px 0 67px;
}


/* Settings for bottom division */
td.bottom a, td.bottom a:link, td.bottom a:visited, td.bottom a:active {
    color: #666666; background: transparent;
}

td.bottom a:hover {
    color: #005296; background: transparent;
	text-decoration: underline;
}

td.bottom h2 {
    font-family: Arial, sans-serif; font-size: 30px; font-weight: bold;
    color: #3366CC; background: transparent;
}


/* General settings */

/* This span creates the large orange text on the index page. */
span.texthighlight {
    font-style: normal; font-weight: bolder; font-size: x-large;
	color: #FF9900; background: transparent;
}
/* Texthighlight2 changes text to non-italic and blue*/
span.texthighlight2 {
	font-style: normal; color: #005296;
}
/* Span indent is for buttons in the top of the main section beneath the header*/
span.indentLink {
	margin-left: 50px;
}
span.indentLink2 {
	margin-left: 75px;
} 

ul {
	color: #666666;
}
/* used to display tests */
.testDisplay {
	foҦ>ize: 12px;
	color: #000000;
}
