/* tableless layout */
body {
	color: #644934;
	margin: 7px 0;
	padding: 0;
	background-color:#E7EFF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\""; voice-family: inherit;
	font-size: small;
	} html>body { 
	font-size: small;
}

/*--------------- layout formatting -----------------*/
#wrapper {
	width: 98%;
	margin: 0 auto;
	font-size: 90%;
	background-color:#C1DADE;
}
#top {
	width:100%;
	height:8px;
	background-image:url(../images/border-stripes.gif);
	background-color:#C1DADE;
	margin: 0; padding: 0;
}
#left {
	float:left;
	width:385px;

}
#home #right {
	margin: 0 0 0 395px; 
	padding: 175px 0 0 0;
	background: url(../images/logo-bg.gif) repeat-x 0 -30px;
}
#interior #right {
	margin: 0 0 0 400px; 
	padding: 1px 0;
	background: url(../images/logo-bg.gif) repeat-x 0 -210px;
}
#right p{
	padding: 0px 10px;
}
#nav{
	position: absolute;
	top: 200px; left: 1%;
	float:left;
	/*margin-top: -150px;*/
	color: #67553B;
	font-size: 100%;
	font-weight:bold;
	width:115px;
	padding:0px 10px 5px 0;
	text-align:right;
}
#mainimage {
	margin-left: 126px;
	color: #67553B;
	font-size: 80%;
	width:275px;
}
#content {
	/*text-align:justify;*/
	padding-top: 10px;
}

#bottom {
	clear:both;
	width:100%;
	height:8px;
	background-image:url(../images/border-stripes.gif);
	background-color:#B5CBD4;
}

/*--------------- font formatting -----------------*/
a:link	{
	color: #644934;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #644934;
	font-weight: bold;
	text-decoration: underline;
}
a:hover	{
	color: #3B2B1F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #644934;
	font-weight: bold;
}
.small {
	font-size:75%;
}
.rightAlign {
	text-align: right;
}
li {
	color: #644934;
	list-style-type:none;
	line-height:30px;
	margin-left: -33px;
	white-space:nowrap;
}
#nav li a{
	text-decoration:none;
}
.logo-top {
	font-size: 135%;
	color: white;
	font-weight: bold;
	text-align: center;
}
/*--------------------- MISC elements-------------------------*/
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.clearFloat {
	clear:both;
}