@media screen {
/* basic elements */
body {
	color: #555753;
	background: #E6F0FF url(../laser/images/laser-back.gif) no-repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
p {
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
	}
h1 {
	letter-spacing: 1px;
	color: #2C6C40;
	font-weight: bold;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #2C6C40;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font: italic 500 normal 125% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #2C6C40;
	}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2C6C40;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}
hr {
	color: #2C6C40;
}
p.1 {
	text-align: center;
}

.reduce {
	font-size: 90%;
}
.highlight {
	font-size: 105%;
	font-style: italic;
	font-weight: 600;
	color: #2C6C40;
}

/* specific divs */
#container { 
	background: url(none) no-repeat left top; 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}
#pageHeader {
	margin-bottom: 20px;
}

#pageHeader h1 {
text-align:left;
}

#intro { 
	min-width: 450px;
	text-align:center;
	}
	
#intro h2, h4, p  { 
text-align:center;
}	
#intro2 { 
	min-width: 450px;
	}
#intro2 h2, h4, p  { 
text-align:left;
}	
	
#contents { 
	min-width: 450px;
	}
#contents h4 { 
    text-align:left;
}
#contents h6 { 
    text-align:center;
}
#contents p  {
	text-align:left;
	line-height: 120%;
}
#contents ul {
    line-height: 120%;
	}
	
#linkList {
	margin-left: 600px;
	position: absolute;
	top: 5px;
	right: -48px;
	width: 207px;
	}
	
#linkList h3 { 
	background: transparent; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
	
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex;
	list-style-type: none;
	background: #E6F0FF no-repeat center top;
	display: block;
	padding-top: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #2C6C40;
	border-left: thick solid #2C6C40;
	}
#linkList li a:link { 
	color: #2C6C40;
	}
#linkList li a:visited {
	color: #666666;
	}

#Links {
	font: 68% verdana, sans-serif;
	background: ; 
	padding: 10px;
	margin-top: 150px;
	width: 130px;
	background-color: #E6F0FF;
	color: #2C6C40;
	}
#Links li a:link { 
	color: #2C6C40;
	}
#Links li a:visited {
	color: #666666;
	}	
#Links li a:hover {
	color: #000000;
	}
#footer {
background-color:#E6F0FF;

}

#footer a:link { 
	color: #2C6C40;
	}
#footer a:visited {
	color: #666666;
	}
	
#extraDiv1 { 
	background: transparent; 
	position: absolute; 
	top: 0px; 
	right: 18px; 
	width: 259px; 
	height: 178px; 
	}

#address {
	position: relative;
	top: 5px;
	clear: both;
	float: none;
	left: 5em;
	width: 80%;
	font-size: 80%;
	margin-bottom: 5px;
	}
	
#address p  {
text-align:center;
}	


#copyright {
	position: relative;
	top: 5px;
	clear: both;
	float: none;
	left: 8em;
	width: 70%;
	}
#copyright p {
	margin-top: 0px;
	font-size: 80%;
	margin-bottom: -2px;
    text-align:center;
	}

	
#extraDiv1 { 
	background: transparent; 
	position: absolute; 
	top: 0px; 
	right: 18px; 
	width: 259px; 
	height: 178px; 
	}
/* a just-in-case div ready to be fleshed out if needed */
#MiscDiv { 

	}


/* specific media */

}
@media print {
     BODY {font-size:10pt
	 }
#linkList {
	display:none;
	}
#footer  { 
	display:none;
	}
#extraDiv1 { 
	background: transparent; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 259px; 
	height: 178px; 
	}	 
}
#container #contents img {
	padding: 20px;
}
