body {
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 20px 20px;
	font: 12px/1.2 "Courier New", Courier, monospace;
	background-color :#6F8AA6;
	color : #000000;	
}

.xs	   { font-size: 8pt } 
.sm	  { font-size: 10pt } 
.md	  { font-size: 12pt } 
.lg		{ font-size: 14pt } 
.red {
	color: red;
}
.upgrade {
	display: none;
	}

.first {border-top:0px;}

.first-word	{
		font-weight: bold;
	}		
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}

table {
		margin: 5px 5px 10px 40px;
	   	font-size: 9pt;		
	}	
		
h1 {
	font-size:14px;
	padding-top:10px;
	}



	
div#content {
	    background: #FFFFFF;
		border-left: 3px solid #000000;
		border-right: 3px solid #000000;				
		border-bottom: 3px solid #000000;				
   		margin-left: 30px;
   		margin-right:30px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at:
		http://www.glish.com/css/hacks.asp
		http://www.tantek.com/CSS/Examples/boxmodelhack.html
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 30px;
   		margin-right:30px;
		}
	html>body #content {
   		margin-left: 30px;
   		margin-right:30px;
	}
#content a {
		text-decoration:none;
		color: #6F8AA6;	
	}
#content a:hover {
		color: #00B0FF;
		text-decoration: underline;
	}
#content a.img {
		color: #FFFFFF;
	} 		
	/*
#content  img {
		border : 1px solid #000000;
		padding: 20px 15px 2px 2px;
	}
	*/
		
#header {
		background:#555555;
		color: #BBBBBB;		
		border-top:3px solid #000000;
		border-right:3px solid #000000;
		border-left:3px solid #000000;		
   		margin-left: 30px;
   		margin-right:30px;
		padding: 0px 0px 10px 0px;		
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 39px;
		padding: 0px 0px 10px 0px;				
   		margin-left: 30px;
   		margin-right: 30px;
		}
	html>body #header {
   		margin-left: 30px;
   		margin-right:30px;
		height: 39px;
		}		
#header h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
#header a {
	text-decoration:none;
	color: #E4D800;
	}
#header a:hover {
	color: #FFFF00;
	text-decoration: underline;
	}
	
	
	
div#menu {
	float: right;
	width: 148px;
	text-align: left;
	padding: 0px 0px 0px 2px;
	color: #000000;
	background: #C4CBD2;
	border: 3px solid #000000;
	margin: 0px 15px 5px 10px;
	voice-family: "\"}\"";
		voice-family: inherit;
		padding: 0px 0px 0px 0px;		
		margin: 0px 15px 5px -5px;
	}		
	html>body #menu {
		margin: 0px 30px 5px 5px;
	}			
#menu  h1 {
		font-size:12px;
		padding:5px 5px 0px 5px;
		}	
#menu p {
		font-size:11px;
	}		
#menu a {
	text-decoration:none;
	color: #A80000;
	}
#menu a:hover {
	color: #F95E00;
	text-decoration: underline;
	}
		
		
		
#copyright {
	    position: absolute;
		right: 70px;
		background:#555555;
		color: #BBBBBB;
		width:380px;
		height:16px;
		font-size:9px;
		padding:5px 2px 0px 2px;;
		text-align:center;		
		border-bottom:3px solid #000000; 
		border-left:3px solid #000000; 
		border-right:3px solid #000000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-right:70px;
		}
	html>body #header {
   		margin-right:70px;
		}		
#copyright a {
	text-decoration:none;
	color: #E4D800;
	}
#copyright a:hover {
	color: #FFFF00;
	text-decoration: underline;
	}
		
		
div.last-modified {
		font-size: 8pt;
		font-style: italic;
		color: #000000;
		border-top: 1px solid #000000;
		padding: 3px 5px 2px 0px;
		text-align : right;
		margin: 0px 0px 1px 0px;
	}

	
	
.linebreak {
		border-top:1px solid #000000; 
	}
		
		
		
.entryheader {
		background:#BBBBBB;
		margin:0px 0px 20px 0px;
		padding:0px 10px 0px 10px;
		border-top:3px solid #000000; 
		border-bottom:3px solid #000000;
	}
.entrytitle  {
		font-weight:bold;
		padding:5px 0px 5px 0px;
	}
.entrycomments {
		float:right;
		padding:5px 0px 5px 0px;
		width:100px;
		text-align:right;
	}
	
	
	
.subentryheader {
		background: #EEEEEE;
		margin:0px 0px 20px 0px;
		padding:0px 10px 0px 10px;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
	}
.subentrytitle  {
	    font-weight: bold;
		padding:0px 0px 0px 10px;
	}
.subentrycomments {
		float:right;
		padding:0px 10px 0px 0px;
		width:250px;
		text-align:right;
	}

	

.photoheader {
		background: #EEEEEE;
		height: 18px;
		margin:0px 0px 10px 0px;
		padding:0px 10px 0px 10px;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
	}
.phototitle  {
	    font-weight: bold;
		padding:0px 0px 0px 10px;
		voice-family: "\"}\"";
		voice-family: inherit;
		padding:3px 0px 0px 10px;
		}
		html>body .phototitle {
		padding:3px 0px 0px 10px;
		}		
.photocomments {
		float:right;
		padding:0px 10px 0px 0px;
		width:250px;
		text-align:right;
		voice-family: "\"}\"";
		voice-family: inherit;
		padding:3px 10px 0px 0px;
		}
		html>body .photocomments {
		padding:3px 10px 0px 0px;
		}		
.photoentry {
		height: 5px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		voice-family: "\"}\"";
		voice-family: inherit;
		padding: 0px 10px 0px 10px;
		}
		html>body .photoentry {
		padding: 0px 10px 50px 10px;
		}		
.photoicon  {
		padding:0px 0px 0px 10px;
	}
.photodesc {
		margin: 0px 0px 0px 80px;
		text-align:left;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin: 0px 0px 0px 80px;
		}
		html>body .photodesc {
		margin: 0px 0px 0px 80px;
		}		
.photo {
		height: 50px;
		width: 50px;
		border: 1px solid #000000;
	}


.houseentry  {
		background: #EEEEEE;
		margin:0px 0px 10px 0px;
		padding:0px 20px 0px 20px;
		border: 1px solid #CCCCCC;
	}
.houselink  {
		font-weight: bold;
		float: left;
		width: 125px;
	}
.housedesc {
		margin: 0px 0px 0px 125px;
		text-align:left;
	}

		
		

		

	



 