/* CSS Document */
body	{
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
	}

img {
	display: block;
	border: 0; 
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, address	{
		font-family: Verdana, Helvetica, sans-serif;
		}
		
li, ul	{
margin:0px;
font-size: .75em;
list-style-type: disc;
}

address	{
	font-size:.80em;
	font-style: italic;
		}


h1	{
	font-size: 1.50em;
	font-weight: bold;
	}

h2	{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
	
h3	{
	font-size: 1em;
	font-weight: bold;
	}
	
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #00c;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #00c;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #03c;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #03f;
	background: transparent;  
	}	
	
/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
	
table#nav td	{
	font: 12px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}
	
table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background-color: #cdd3fe;
	display: block;
	margin: 0;
	width: 180px;
	line-height: 20px;
	} 

#nav td a:hover {
	color: #006;
	background-image: none;
	background-color: white;
	}
	
td#logo {
	background-color: #0033cc
	}

/* Content table */
table#teach	td{
	vertical-align: top;
	}
/* Left Menu */
td#leftmenu h3	a:link, td#leftmenu	h3	a:visited, td#leftmenu	h3	a:hover	{
background-color: #0033cc;
color:	white;
display: block;
text-align: center;
margin-top: 0;
margin-bottom: -10px;
width: 160px;
line-height: 20px;
}


td#leftmenu	{
border-top: solid 3px #006;
border-left: solid 3px #006;
border-bottom: solid 3px #006;
background-color: rgb(216, 226, 255);
}

td#leftmenu	p	{
	color: yellow;
	line-height: 1.1;
	}

/* middle menu */
td#middle	{
border-style: solid;
border-color: #006;
border-width: 3px;
}

td#middle p	a:link, td#middle p	a:visited, td#middle p	a:hover	{
font-size: 1em;
}

span#toplink p a:link, span#toplink p a:visited, span#toplink p a:hover	{
	font-size: .75em;
	}

div#chow p a:link, div#chow a:visited, div#chow a:hover {
font-size: 2em;
}

td#middle div#image	{
position: absolute;
left: 5%;
}

span#prev {
position: absolute;
left: 200px;
top: 575px;
font-size: .75em;
}

span#next {
position: absolute; 
left: 550px; 
top: 575px;
font-size: .75em;
}

span#prev2 {
position: absolute;
left: 200px;
top: 675px;
font-size: .75em;
}

span#next2 {
position: absolute; 
left: 550px; 
top: 675px;
font-size: .75em;
}

span#prev3 {
position: absolute;
left: 200px;
top: 775px;
font-size: .75em;
}

span#next3 {
position: absolute; 
left: 550px; 
top: 775px;
font-size: .75em;
}

span#prev4 {
position: absolute;
left: 200px;
top: 875px;
font-size: .75em;
}

span#next4 {
position: absolute; 
left: 550px; 
top: 875px;
font-size: .75em;
}

/* right side */
td#right	{
border-top: solid 3px #006;
border-right: solid 3px #006;
border-bottom: solid 3px #006;
background-color: rgb(216, 226, 255);
}

td#right p	{
font-size: .9em;
margin-bottom: 0;
}

/* teacher index page */

td#bottomR	{
border-bottom: solid 3px #006;
border-right: solid 3px #006;
}

td#bottomL 	{
border-bottom: solid 3px #006;
border-left: solid 3px #006;
}

td#topR	{
border-top: solid 3px #006;
border-right: solid 3px #006;
}

td#topL 	{
border-top: solid 3px #006;
border-left: solid 3px #006;
}
td#rightSide	{
border-right: solid 3px #006;
}

td#leftSide	{
border-left: solid 3px #006;
}

td#topL h1 a:link, td#topL h1 a:visited, td#topL h1 a:hover {
color:black
}

td#topR h1 a:link, td#topR h1 a:visited, td#topR h1 a:hover {
color:black
}

td#bottomL h1 a:link, td#bottomL h1 a:visited, td#bottomL h1 a:hover {
color:black
}

td#bottomR h1 a:link, td#bottomR h1 a:visited, td#bottomR h1 a:hover {
color:black
}

td#rightSide h1 a:link, td#rightSide h1 a:visited, td#rightSide h1 a:hover {
color:black
}

td#leftSide h1 a:link, td#leftSide h1 a:visited, td#leftSide h1 a:hover {
color:black
}
