@import url(undohtml.css);


body { background: #536b9a;
		font-family: verdana;
		font-size: 0.8em;
		color: navy;
		margin: 5px auto;

}

h2 {font-size: 1.2em;}


h3 {background: transparent;
	color: navy;
	font-size: 1.2em;
	text-decoration: underline;}
	
	
h4.under { text-decoration: underline;
 font-size: 1em;
 font-weight: normal;}

h5 {font-size: 1em;
	color: red;
	}
	
#wrapper {
	text-align: left;
	margin: 5px auto;
	padding: 0;
	width: 763px;
	border-top: 25px #00346c solid;
	border-right: 5px #00346c solid;
	border-left: 5px #00346c solid;
}

#header {width: 763px;
	margin: 0 auto;
	height: 191px;
	background: url(images/blueheader.gif) no-repeat;
}

#logo {display: none;}

#title {
		}
		

#container { float:left;
			width: 100%;
			background: #f79239;
			}
			
#nav { margin: 0 auto;
		width: 763px;
		background: red;
		}
			
#content { margin: 0;
		float: left;
	
		background: white;
		padding: 1em;
		height: 1% /* Holly hack for Peekaboo Bug */
}
#leftcol {float: right;
			width: 70%;
			}
#rightcol {float: left;
			width: 28%;
			}
.invis {display: none;}

#house, #mid {margin: 0 auto;
		text-align: center;
		padding-bottom: 1em;}


.small {font-size: 0.6em;}

table { width:80%;
		border: 0;
		}
		


#container.white { background: white;}

.orange {background: orange;}

img.right {float: right;
			margin: 1em;
			}
			
img.left {float: left;
			margin: 1em;
			}

#footer {
	clear: both;
	border-top: #00346c 15px solid;
	border-bottom: #00346c 35px solid;
	color: white;
	text-align: center;
	font-size: 0.8em;
	padding-top: 0.5em;
}


