/* CSS Document */

body {
padding-left:0;
padding-right:0;
padding-top:0;
padding-bottom:30px;
text-align: center;
background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;	
}
#container {
position: relative;
padding: 0;
width: 800;
margin: 0 auto;
text-align: left;

}
a {text-decoration: none} 
a:link {color: #000000}     /* unvisited link - black */
a:visited {color: #990099}  /* visited link - purple */
a:hover {color: #cc0000}   /* mouse over link - red */
a:active {color: #4488cc}   /* selected link - blue */ 
/* blue C0D9E1
tan E0D4B8
brown 847156
green 688E68 
green 229922
*/


#graphics {
	position: absolute;
	top: 0px;
	left: 128px;
		z-index:5;
	
}

#content {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 670px;
	background-image: url(images/blackline.gif); 


	z-index:10;
}
#contenttext {
	padding-left:204px;
	
}





#menu {
	position: absolute;
	top: 145px;
	width: 160px;	
	line-height: 1.8em;
	font-weight: bolder;
	text-align: right;
	z-index:12;
	}



.Unitmainhead {
	font-size: 2.4em;
	font-weight: bolder;
	font-style: italic;
}

.Unitsubhead {
	font-size: 1.2em;
	font-weight: bolder;
	background-color: #E0D4B8;
}
.Purple {
	color:#990099;
}	

.Menuhead {
	font-size: 1.2em;
	background-color: #E0D4B8;
}
.Menusubhead {
	background-color: #E0D4B8;
}

.Plain {
	line-height: normal;
	font-weight: normal;
}
.nospace {
	line-height: normal;
}



.Bold {
	font-weight: bolder;
}
.Red {
	color: #bb0000;
	font-weight: normal;
}
.Red2 {
	color: #bb0000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bolder;
}
.Red3 {
	color: #bb0000;
	font-weight: bolder;
	font-size: 1.4em;
}
.Highlight {
	font-weight: bolder;
	font-size: 90%;
	font-style: normal;
	background-color: #E0D4B8;
}
.Boldtall {
	font-weight: bolder;
	line-height: 1.6em;
}
.Italic {
	font-style: italic;
	font-size: 1.1em;
	font-weight: bolder;
}

.biggertext {
	font-size: 1.2em;
	
	}
	
.biggertextred {
	font-size: 1.2em;
	color: #bb0000;
		font-weight: bolder;
	}
	
	
.Brown {

	color:#847156;
}	




.projects {
	margin-top: 20px;
	line-height: normal;
	font-weight: normal;
}

	
.extraspace {
	line-height: 2em;
}
	
ul {
	list-style-type: disc;
	list-style-position: outside;
}
table {
	font-size: 100%;
	}