body
{
	background-color: #FFFFFF;
	line-height: 18px;
	font-size: 12px;
}	

#container
{
	width: 800px;
	background-color: #FFFFFF;
}

.sideinfo
{
	width: 150px;
	text-align: right;
}

#mainlogo
{
	width: 650px;
	height: 80px;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(img/navbar.jpg) no-repeat;
}

#mainphoto
{
	color: #FFFFFF;
	width: 650px;
	padding: 5px 0 0 10px;
	border: 0;
	margin: 0;
}

#maintext
{
	width: 650px;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	border-top: 6px solid #BED73D;
	font-family: arial, sans serif;
}

#bodytext
{
	margin: 15px 25px;
}

#linktext
{
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	font-family: arial, sans serif;
}

h1 	/*  header links  */
{
	font-family: arial, sans serif;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	padding-left: 30px;
	color: #FFFFFF;
	position: absolute;
	top: 76px;
}

html>body h1
{
	top: 70px;
}

.navlinks
{
	color: #FFFFFF;
}

h2		/*  text describing property  */
{
	font-weight: bold;
	display: inline;
	font-size: 14px;
}

h3
{
	color: #4C82C3;
	font-size: 14px;
	display: inline;
	font-weight: bold;
	line-height: 18px;
	font-family: arial, sans serif;
	padding-right: 5px;
}

h4
{
	color: #4B82C3;
	font-size: 10px;
	display: inline;
	font-weight: normal;
	font-family: arial, sans serif;
	padding-right: 5px;
}

h5
{
	color: #BED73D;
	font-style: italic;
	font-size: 9px;
	display: inline;
	font-family: arial, sans serif;
	padding-right: 5px;
	line-height: 18px;
}

a
{
	text-decoration: none;
}

img
{
	border: 0;
}

hr
{
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	padding: 0;
	margin: 0;
}

ul
{
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

