/* 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: #847156}  /* visited link - brown */
a:hover {color: #cc0000}   /* mouse over link - red */
a:active {color: #2266aa}   /* selected link - blue */ 
/* blue C0D9E1
tan E0D4B8
brown 847156
green 688E68 */

#mainhead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	font-size: 38px;
	text-align: center;
			z-index:5;
	
}

#graphics {
	position: absolute;
	top: 100px;
	left: 0px;
		z-index:5;
	
}



#content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 640px;



	z-index:10;
}
#contenttext {
	position: absolute;
	top: 30px;
	padding-left:120px;
}


#menu {
	display: none;
	position: absolute;
	top: 25px;
	width: 160px;	
	line-height: 1.1em;
	font-size: 14px;
	font-weight: bolder;
	text-align: right;
	z-index:12;
	}
	
	#menuprint {
	position: absolute;
	top: 25px;
	width: 100px;	
	line-height: .9em;
	font-size: 9px;
	font-weight: bolder;
	text-align: right;
	z-index:12;
	}

#contacts {	
	position: absolute;
	top: 335px;
	width: 160px;
	padding-left:0px;
	font-size: 1em;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 20;
}




.font24px {
	font-size: 18px;
	font-weight: bolder;
}
.Subhead {
	font-weight: bolder;
	font-size: 1em;
	font-style: italic;
	color: #bb0000;
}
.font18px {
	font-size: 18px;
	font-weight: bolder;
}
.font12px {
	font-size: 12px;
	font-weight: normal;
}


.Name {
	font-size: 1.6em;
	font-weight: bolder;
}
.Bold {
	font-weight: bolder;
}
.Red {
	color: #bb0000;
}
.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;
}
.Brown {

	color:#847156;
}	
.Plain {
	line-height: normal;
	font-weight: normal;
}	

.projects {
	margin-top: 20px;
	line-height: normal;
	font-weight: normal;
}	
ul {
	list-style-type: disc;
	list-style-position: outside;
}



































