
/* clear browser settings*/
html, body,ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, table, td, tr { }


/*
Dark blue: #1234A6
Blue: #347EBF
Light Blue: #66D8F2
Text: #F9F8D8
#72020E
#2A0307
*/


body { background:#2A0307;
	margin: 0px;
	padding:0;
	}

#wrap {
	min-width: 640px;
	max-width: 949px;
	margin: 0 auto;
	background:white;
	}
	
#screen {
	alignment-adjust:center;
	text-align: center; 
	background: black;
	margin:0;
	padding:0px;
	height: 100%;
	}

	
#stage {
	alignment-adjust: middle;
	text-align:center; 
		}
		
#stage2 {
	alignment-adjust: middle;
	text-align:center; 
		}
#index {
	alignment-adjust:middle;
	text-align:center; 
	}

nav {
	position: relative;
	background:#72020E;
	width: 100%;
	height: 35px;
	padding: 5px;
	
		
	}	
	
nav ul{
	display: block;
	margin-top: 10px;
	padding: 0px 0px 5px  0px;
	list-style: none;
	
	
	
	}

nav a{
	display: block;
	width: 15%;
	min-width: 7em;
	text-align: center;
	padding: 2px 10px;
		
	
	}
	
nav li {
	
	float: left ;
	position: relative;
	left: 20%;
	margin-top: 5px;
	color: #3a71d5;
	min-width: 7em;
	list-style: none;
	}


	
nav li:hover ul {
	position: absolute;
	border: white 3px inset;
	color:blue;
	background: grey;
	display: block;
	width: 20%;
	min-width: 10em;
}
	


	
#content {
	font-family: verdana, geneva, sans-serif;
	min-height: 650px;	
	position: relative ;
	color: #3a71d5;
	text-align:center; 
	margin: 25px;
	
	}
img {	border-color:#2A0307;
		border-width:5px;
		alignment-adjust:central;
		margin: 5px;
	
}
		
	
	
p {
	font-family: verdana, geneva, sans-serif;
	color:#F9F8D8;
	padding:15px;
	font-size: 80%;
	text-align:left;
	margin: 25px;	
	}
	


h2 { text-align:center;
	color: #F9F8D8;
	padding:15px;
	}
h4 {
	color: #F9F8D8;
	text-align:center;
	}
	
h3 {
	
	text-decoration: underline;
	}



li	{
	color: black;
	font-family: verdana, geneva, sans-serif;
	list-style-type: none;
	font-size: 80%
	
	}
	

 
	

	
table {  
		
		alignment-adjust:central;
		text-align: center;
		margin-top: 50px;
		width: 100%;			
		border-spacing: 20px;
		position: relative;
		
		
		}	

td {	alignment-adjust:central;
		
		text-align: center;
		}
		
tr {	alignment-adjust:central;
		
		text-align: center;
		}
#footer {
	position: relative;
	height: 50px;
	background: #72020E;
	text-align:center;
	position:relative;
	padding: 5px;
			
		}
		

	
#footer p {font-family: verdana, geneva, sans-serif;
		color: #F9F8D8;
		font-size: 80%;
		text-align:center;
		Top: 100%;
		padding:10px;
		
		}
		

	
	


	
/* styles for link states */

/* a applies to all states */




a {
	font-family: verdana, geneva, sans-serif;
	font-size: 90%;
	font-weight: 800;
	}
	
a:link {
	color: #F9F8D8;
	text-decoration: none;
	}
	
a:visited {
	color: #F9F8D8;
	text-decoration: none;
	}
	
a:focus, a:hover {
	color: blue;
	text-decoration: none;
	background: grey;
	}
	
a:active {
	color: blue;
	text-decoration: underline;
	}
	
a.t {
	font-size: 60%;
	
	}	

/*	
#nav {
	position: relative;
	background:#72020E;
	width: 100%;
	height: 35px;
	padding: 0;
	z-index: 120;
		
	}
#nav ul{
	display: block;
	margin-top: 10px;
	padding: 2px 0 0 2px;
	list-style: none;
	
	
	
	}

#nav a{
	display: block;
	width: 15%;
	min-width: 7em;
	text-align: center;
	padding: 2px 10px;
		
	
	}
	
#nav li {
	
	float: left ;
	position: relative;
	left: 20%;
	margin-top: 5px;
	color: #3a71d5;
	min-width: 7em;
	list-style: none;
	}


	
#nav li:hover ul {
	position: absolute;
	border: white 3px inset;
	color:blue;
	background: grey;
	display: block;
	width: 20%;
	min-width: 10em;
	}
*/
/*#sidebar {
	position: absolute;
	display: block;
	margin:80px 10px 10px 10px;
	padding:0px;
	
	}
#sidebar li {
	font-family: verdana, geneva, sans-serif;
	font-size: 100%;
	display: block;
	margin:10px;
	padding:0px;
	
	
	}

#interests li { 
	list-style-type: square;
	}
	
	p:first-letter {font-size: 105%;
	
	}
ul.description  li{
	list-style-type: square;
	}
/*td 	{ 
	font-family: verdana, geneva, sans-serif;
	color: black;
	font-size: 80%;
	padding: 3px 10px;
	}
	

th {	font-family: verdana, geneva, sans-serif;
	color: black;
	font-size: 80%;
	font-style: italic;
	padding: 3px 10px;
	text-align: left ;
	
	}
	

table.work td {
	width: 350px;
	font-style: italic;
	padding: 0;
	
	}*/
	

	/*
	Dark blue: #1234A6
	Blue: #347EBF
	Light Blue: #66D8F2
	
*/
	
	
	
	
	
	
	
	