	body 					{ font-family: Verdana, Arial, Helvetica, sans-serif;
							  background-color: white; 
							  padding: 0px;
							  margin: 0px;
							  }
    h1 { font-size: 145%; font-weight: normal; margin-top: 12px;}
	h2 { font-size: 135%; font-weight: normal; font-family: Tahoma; color: #AC732C; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
	h3 { font-size: 120%; font-weight: normal; font-family: Tahoma; color: #AC732C; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
	h4 { font-size: 115%; }
	h5 { font-size: 115%; font-weight: normal; }
	h6 { font-size: 085%; font-weight: normal; }
	p  { font-size: 080%; margin: 3px 0px 10px 0px; }
	ul { margin-top: 5px; margin-bottom:10px; }
	li { margin-top: 3px; margin-bottom:3px; }
	ol { font-size: 080%; }
	
	
    .header_shadow {
    	 width: 530px;
    	 display: block;
    	 position: absolute;
		 background-color: transparent;    	 
    	 left: 330px;
    	 top: 76px;
    	 height: 16px;
 		 /* ignored by Mozilla */
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/?f=3883');
    }
	/* ignored by Internet Explorer */
    .header_shadow[class] {
    	  background-image:url(/?f=3883);
    }	
	

.header_right {
       	width: 530px;
    	display: block;
    	position: absolute;
		background-color: black;  	 
    	left: 330px;
    	top: 0px;
    	height: 76px;
}	

	
	#main a  { color: #56719B; text-decoration:none; font-weight: bold;}
	#main a:hover { color: #C99135; }

	#map a:link.sidenav,
	#map a.sidenav,
	#map a.sidenav:link   { display:block;
							width:150px;
							padding:8px;
							color: white;
							  font-size:80%;
							  text-decoration:none;
							  margin: 0px;
							  float: left;
							  background-color: #26406B; 
							  background-image: URL(/?f=3700);
							  }

	#map a:hover.sidenav,
	#map a.sidenav:hover  { background-color: #6B3117; 
							background-image: URL(/?f=3701);
	}


    #map div.stalkdiv { float: left; padding: 0px;}
 	#map div.stalkdiv td { padding: 5px 0px 5px 0px;}
    #map div.stalkdiv a.sidenav {
							  background-color: transparent;
							  background-image: none;
							  padding: 0px;
							  float: none;
 							}

	#map div.stalkdiv a:hover.sidenav,
	#map div.stalkdiv a.sidenav:hover  { background-color: transparent;
										 background-image: none; 
										 color:#000;}

							  
	a.sidenav:hover    { background-color: #9C5331; }
	a.sidenav:visited  { }
		
	div.footer {
	background-color: #6E6E6E;
	display: block;
	width: 860px;
	padding: 5px;
	color: white;
	font-size: 80%;
	text-align: center;
	}
	
	div.footer a { text-decoration: none; color: white}
	
#title
		{ 
        position:absolute;
        background-color: tranparent;
        top: 0px;
        left: 0px;
        z-index: 4;
        width: 860px;
        height: 92px;
        }
		 
#map	
		{ 
		background: none;
		background-color: transparent;
        position: absolute;
        padding: 0px;
        top: 92px;
        left: 0px;
        width: 160px; 
        z-index: 3;
        clip: rect(0px 160px 1000px 0px);
        }
        
#main { background-color: transparent;
        position: absolute;
		border: none;
        top: 76px;
        padding: 0px 0px 0px 0px;
        width: 540px;
        left: 320px;
        z-index: 2;
		font-size:small;
		}
		
#display_image { background-color: black; 
				position: absolute; 
				z-index: 5; 
				top: 12px; 
				left: -160px; 
				width: 160px; 
				/*height: 100% */
				}

#main table {
	width:540px;
}

#main table td {
		padding: 10px 18px 5px 18px;
}

#main ul li {
	font-size: 80%;
}
	
#main form table {
	margin: 10px;
}
#main form table td {
	padding: 2px;
	margin: 0px;
	font-size: 12px;
}

#main form table td table td {
	font-size: 12px;
}

#main form table td p.subheading {
	font-size: 120%;
	font-weight: bold;
	color: #8E4523;
}

table.course_list {
    width: 450px;
    margin: 0px;
    border-top: 1px solid #ccc;
}
table.course_list td {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 80%;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

