/* CSS Document */

body { 
	color: black; 		
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

p {
	font-size: 12px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #915102
}

td {
	font-size: 12px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #915102
}

a:link { 
	color: #915102;
	text-decoration: underline
}

a:visited { 
	color: #915102
}

a:hover { 
	color: #7f4698
}

a:active { 
	color: #7f4698
}

.nav,.nav a,.nav a:visited { 
	font-size: 10px;
	color: #915102; 
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none; 
}

.nav a:hover,.nav a:active { 
	color: #915102; 
	font-weight: bold; 
	text-decoration: none; 
	background-image: url(../images/nav_arrow.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
}

#mainbox { 
	background-color: #f1efe2; 
	border: solid 3px #e7e4d3; 
	border-width: 3px; 
	width: 600px;
}
.subhead {
	font-size: 18px;
	font-family: Goudy, Trajan, "Comic Sans", Georgia, "Times New Roman", Times, serif;
}

#sideimage { float: left; padding: 15px; }

#text { 
	padding: 15px 15px 15px 175px; 
}
.prop {
    height: 330px;
    float: right;
    width: 1px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.footer {
	font-size: 10px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #915102
}
.homequote {
	font-size: 15px;
	font-family: Goudy, Trajan, "Comic Sans", Georgia, "Times New Roman", Times, serif;
}
.homequoteauthor {
	font-size: 13px;
	font-style: italic; 
	font-family: Goudy, Trajan, "Comic Sans", Georgia, "Times New Roman", Times, serif;
}