body { color: gray; font-family: helvetica; }
a { color: gray; text-decoration: none ; }
p { }
td { }

.class { color: #996600; font-size: 9pt; text-align: center; }
.class { color: #996600; font-size: 9pt; text-align: center; }
body { color: #000000; font-family: helvetica; font-weight: normal; font-style: normal; }
a { text-decoration: none }

a:link { color: #996600; font-family: helvetica; font-weight: normal; font-style: normal; line-height: normal; }
a:visited { color: #996600; }
a:hover { color: #996600; font-weight: bold; }
a:active { }
	div#text { 
		position: absolute;
		top: 97px;
		left: 150px;
		width: 320px;
		height:373px;
		color: #996600; 
		font-size: 9pt; 
		font-family: helvetica, Arial; 
		font-style: normal; 
		text-align: justify; }
	
	div#video { 
		position: absolute;
		top: 97px;
		left: 150px;
		width: 320px;
		height:373px;
		}
	
	div#text_a { 	position: absolute;
		top: 160px;
		left: 150px; 
		width: 251px;
		height: 370px;
		color: #996600; 
		font-size: 9pt; 
		font-family: helvetica, Arial; 
		font-style: normal; 
		text-align: justify; }
	div#small_text { 
		position: absolute;
		top: 99px;
		left: 479px; 
		width: 271px;
		height: 370px;
		color: #996600; 
		font-size: 8pt; 
		font-family: helvetica, Arial; 
		font-style: normal; 
		text-align: left; 
		}
	div#small_text_other { 
		position: absolute;
		top: 99px;
		left: 400px; 
		width: 350px;
		height: 370px;
		color: #996600; 
		font-size: 10pt; 
		font-family: helvetica, Arial; 
		font-style: normal; 
		text-align: left; 
		}
	div#lect { 
		color: #996600; 
		font-size: 9pt; 
		font-family: helvetica, Arial; 
		font-style: normal; 
		text-align: justify; }
	div#headline { 
		color: gray; 
		font-size: 10pt; 
		font-weight: bold; }
	div#headline1 { 
		color: gray; 
		font-size: 10pt; 
		font-weight: bold; }
	div#nav_1 { position: absolute;
		top: -50px;
		left: -94px;
		width: 320px;
		height: 40px;
		color: #996600; font-size: 8pt; text-align: right; }
	div#nav_2 { position: absolute;
		top: -30px;
		left: -94px;
		width: 320px;
		height: 40px;color: #996600; font-size: 8pt; text-align: right; }
	div#nav_3 { 
		position: absolute;
		top: -10px;
		left: -94px;
		width: 320px;
		height: 40px;color: #996600; font-size: 8pt; text-align: right; }
	
	div#nav_4 { 
		position: absolute;
		top: 30px;
		left: -94px;
		width: 320px;
		height: 40px;color: #996600; font-size: 8pt; text-align: right; }


.bg_image {
	position: relative;
	width: 800px;
	height: 600px;
	background-image: url(../images/as-02.jpg);
	margin: auto;
	
}


div#small_image {
	position: absolute;
	top: 290px;
	left: -94px;
	width: 320px;
	height: 240px;
	
}

div#video_image {
	position: absolute;
	top: 290px;
	left: -94px;
	width: 320px;
	height: 240px;
	
}
div#styled_list	ul {
		margin: 16; 
		padding: 0;
		}
div#styled_list	li {
		position: relative;  
		margin: 1;
		padding: 0;
  		}
div#left_image {
		position: absolute; 
		margin: 350, 150, 0 ,0;
		}	


div#unstyled_list	ul {
		color: #996600;
		margin: 16; 
		padding: 0;
		}
div#unstyled_list	li {
		color: #996600;
		position: relative; 
		list-style: none; 
		margin: 1;
		padding: 0;
  		}
		div#arrowlistmenu{
			position: absolute;
			top: 290px;
			left: -224px;
			height: 240px;
			width: 480px; /*width of menu*/
			}

		div#arrowlistmenu .headerbar{
			font: 12px Arial;
			color: white;
			background: black url(images/titlebar.tif) repeat-x center left;
			margin-bottom: 10px; /*bottom spacing between header and rest of content*/
			text-transform: lowercase;
			padding: 4px 0 4px 10px; /*header text is indented 10px*/
			}

			div#arrowlistmenu ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
			margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
			}

		div#arrowlistmenu ul li{
			padding-bottom: 2px; /*bottom spacing between menu items*/
			}

		div#arrowlistmenu ul li a{
			color: #996600;
			background: url(images/arrow_1.png) no-repeat center left; /*custom bullet list image*/
			display: block;
			padding: 2px 0;
			padding-left: 19px; /*link text is indented 19px*/
			text-decoration: none;
			font-weight: none;
			border-bottom: 1px solid #dadada;
			font-size: 65%;
			}

		div#arrowlistmenu ul li a:visited{
			color: #996600;
			}

		div#arrowlistmenu ul li a:hover{ /*hover state CSS*/
			color: #996600;
			background-color: #F3F3F3;
			}
		