/* commented backslash hack \*/
html, body{
	height:100%;
}
/* end hack */
html,body {
	margin:0;
	padding:0;
	background-color: #124FA3;
	background-image: url('/graphics/background-body.gif');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
}
#outer{
	min-height:100%;
	margin-bottom:-19px;
	background-image: url('/graphics/background-outer.gif');
	background-repeat: repeat-y;
}
* html #outer{height:100%;}
#header{
	background-image: url('/graphics/background-header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 160px;
}
#content{
	background-image: url('/graphics/background-content.jpg');
	background-repeat: no-repeat;
	width: 630px;
	min-height: 440px;
	height: auto !important;
 	height: 440px;
	padding: 0 20px 0 150px;
}
#navigation-side{
	position: absolute;
	left: 5px;
	top: 140px;
	font-family: arial;
	color: #124FA3;
}
#navigation-side .property{
	display: table;
	font-size: 13px;
	border-bottom: solid 1px #124FA3;
	font-weight: bold;
	font-style: italic;
}
#navigation-side ul{
	font-size: 12px;
	margin: 0 0 20px 20px;
	padding: 0;
}
#navigation-side li{
	line-height: 1.2;
	padding: 0;
	margin: 0;
}
#navigation-side a{
	text-decoration: none;
	color: #124FA3;
}
#navigation-side a:hover{
	text-decoration: underline;
}
#navigation-top{
	position: absolute;
	left: 240px;
	top: 40px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation-top a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 20px;
}
#navigation-top a:hover{
	text-decoration: underline;
}
#property-headline{
	position: absolute;
	top: 105px;
	left: 405px;
	padding: 0;
	margin: 0;
}
#footer {
	width:100%;
	clear:both;
	height: 19px;
	background-image: url('/graphics/background-footer.jpg');
	background-repeat: repeat-x;
	color: #000000;
}
#clearfooter{clear:both;height:19px;}
p{
	margin: 0 0 10px 0;
	font-family: arial;
	font-size: 12px;
}
a{
	color: #124FA3;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

h1{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-family: arial;
	font-style: italic;
	font-weight: bold;
}
h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-family: arial;
	font-style: italic;
	font-weight: bold;
}

/* APPLICATION FORM STUFF */
td{
	font-family: arial;
	font-size: 12px;
}
.form-outer{
	width: 800px;
}
.form-yes-no{
	text-align: right;
	width: 90px;
}
input{
	font-family: times, serif;
	font-size: 12px;
}
