*{
	font-family: "Times New Roman", Times, Georgia, Lucida, serif;
	font-style: normal;

}

#top_image {
	position: relative;
	height: 72px;
	width: 900px;
	left: 0px;
	top: 0px;
}


#navbar {
	position: relative;
	background-color: #BFFFE7;
	padding: .3em;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000099;
	width: 175px;
	z-index: 100;
}



/* General content block for all pages it would be nice to be centered or have nav bar extend all the way down*/
#content {
	font-size: 0.9em;
	top: 5px;
	left: 6px;
	position: relative;
	margin-left: 185px;
	min-width: 620;
	z-index: 50;
}

#content #youtube_425 {
	position: relative;
	width: 425px;
}
/* used in index.html may get rid of */
#content #v3intro {
    padding: .5em;
	float: left;
}

/* video in index.html */
#content #introvideo {
	padding-top: .5em;
	padding-left: .5em;
	padding-bottom: .5em;
	float: right;
	width: 325px;
}

/* left side video in acad.html and mstn.html */
#content #youacadvid {
	padding-top: .3em;
	padding-right: .5em;
	padding-bottom: .3em;
	float: left;
	width: 325px;
	}
	
/* right side video in acad.html and mstn.html */
#content #youacadvidrt {   
	padding-top: .3em;
	padding-left: .5em;
	padding-bottom: .3em;
	float: right;
	width: 325px;
	}
	
/* used in acad.html and mstn.html to break up the first block */
#content #first {
	padding: 0.3em;
	float: left;
	width: 690px;
}

/* used in acad.html and mstn.html to break up the 2nd block */
#content #second {
	padding: 0.3em;
	margin-top: 1em;
	float: right;
}
/* used in mstn3dtoc, mstnv8toc, acad.html and mstn.html to define the table */
#content #table {
	padding: 0.3em;
	font-size: .9em;
	float: left;
}


#copyright {
	font-size: 0.75em;
	margin-left: 185px;
	position: relative;
	bottom: 0;
	text-align: center;
}

ul.navlst {
list-style-type: none;
padding-left: 0;
margin-left: .25em;
}

ul.navlst a {
display: block;
width: 10em;
line-height: 1.2em;
height: 1.2em;
}

#content #v3intro #style99 {
font-size: .75em;
}

#content #v3intro #ividcap {
	float: right;
	position: relative;
	width: 320px;
}
#copyright #ccontent {
	text-align: left;
}
