@media: screen
{
	

a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}


a:hover{
	color: White;
	text-decoration: none;
	background-color: Blue;
	background-image: none;
}

pre {
	font-size:11px;
	color:blue;
}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
	
li {
	margin-bottom:10px;
	}
	


.ahem {
	display: none;
	}

.fullwidthimage {
	text-align: center;
}

	
	#content {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	}
	p,h1,h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
}
		
	h2 {
		font-size:16px;
		padding-top:0px;
		margin-bottom:0px;
		}
	#title h1 {
		font-size:18px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-right:10px solid #000;
		border-left:10px solid #000;
		margin-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		}
		
	
	
	a.sitelinksred { color:#c00; }
	a.sitelinksredorange { color:#f60; }
	a.sitelinksorange { color:#f90; }
	a.sitelinksyellow { color:#fc0; }
		
	a.anchor {
		font-size:10px;
		font-weight:normal;
		}
		
	p.anchor {
		text-align:right;
		}
	
	.links {
		margin-left:50px;
		margin-right:30px;
		}
	
	#layouts {
	font-size: 12px;
	margin-left: 10px;
}

.linkstyle{
	font-size: 12px;
	margin-left: 10px;
}





}

@media: print
{

.ahem {
	display: none;
	}

	body {
	font: 12pt/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #ddd;
	padding: 0px;
	margin: 0px;
}

p,h1,h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
}

.signature{
	font-family: Script;
	font-size: 24pt;
	margin-left: .5in;
}

.headingstyle {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 6px solid #000;
	border-color: Blue Blue Blue Blue;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	background: ButtonFace;
}

#float {
	display: none;
}

img {
	border: 0;
}

ul.one {
list-style-type: disc;}

ul.two {
list-style-type: circle;}

#title {
		padding:0px;
		margin-right:-6px;
		margin-left:-6px;
		width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width:auto;
		}
	html>body #title {
		width:auto;
		}




}