/* Common styles, G. A. Bove. By Andrea Habura for Advocate Network Solutions, Inc. */

* {margin: 0; padding: 0; }

a {text-decoration: none; color: #990000;}

a:hover {color: #dd0000;}

#corner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	}

#oval {
	position: absolute;
	right: 2%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	}

#oval img {float: right;}

#oval p {
	text-indent: -7999px;
	}

#left {
	width: 120px;
	position: absolute; 
	top: 250px;
	left: 0px;
	color: #fff;	
	}

#right {
	margin-left: 160px;
	}

#right #content {
	margin: 100px 0px 20px 20px;
	}

#orgs {
	text-align: center;
	display: inline-table;	
	valign: center;
	clear: both;
}
#orgs img {border: none; margin: 10px;}

#footer {
	clear: both !important;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1em;
	color: #666;
	}

table#appform {border-collapse: separate;}

table#appform td {padding: 0.2em 0.05em; border-spacing: 7px 0;}


table#appform h3 {margin: 0.2em 0; border-bottom: 1px solid #990000; font-weight: lighter; }

table#appform td.label {font-size: smaller;}

.housediagram {width: 200px; border: 5px outset #990000; text-align: center;}


