* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
/*	border: 1px solid white; */
	background-color: #577CB1;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 836px;
	z-index: 1;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
/*	border: 1px solid black; */
	margin-bottom: 1.5em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.indent {
	margin-left: 15px;
}

.indent2 {
	margin-left: 28px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

#logo {
	float: left;
}

/* topnav styles go here */

#headline {
	display: inline; /* fix for IE6 float margin bug */
	float: right;
	font-size: 16px;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}

#content {
	background-color: #FFFFFF;
	border-bottom: 15px solid #A89E85;
	color: #535353;
	padding-top: 7px;
	position: relative;
	width: 836px;
}


.link a {
	color: #72633C;
	text-decoration: none;
}

.link a.on {
	color: #72633C;
	text-decoration: none;
}

.link a:hover {
	color: #666;
	text-decoration: underline;
}

.link :visited {
	color: #72633C;
	text-decoration: none;
}

#subnav {
	margin-left: 7px;
	position: relative;
}

#subnav div {
	float: left;
}

#subnav-menu {
	background-color: #A89E85;
            font-size: 15px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	position: relative;
	text-align: center;
	width: 166px;
}

#subnav-menu a {
	border-bottom: 2px solid white;
	display: block;
	line-height: 55px;
}

#subnav-menu a.on {
	background-color: #72633C;
}

#subnav-menu a:hover {
	text-decoration: none;
}

#subnav-right {
	position: relative;
}

.subnav-content {
	background-color: #4B4B4B;
	color: #CCCCCC;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	position: absolute;
	width: 215px;
	height: 169px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}


.subnav-content a {
	color: #fff;
	text-decoration: none;
}

.subnav-content a.on {
	color: #ccc;
	text-decoration: none;
}

.subnav-content a:hover {
	color: #ccc;
	text-decoration: none;
}

.subnav-content :visited {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #ccc;
	text-decoration: underline;
}


#content-main {
/*	border: 1px solid black; */
	background-image: url(/newsite/images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#content-left {
	display: inline; /* fix for IE6 float margin bug */
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 500px;
}

#content-right {
	display: inline; /* fix for IE6 float margin bug */
	float: right;
	background-color:#f9f1ee;
	margin-right: 0px;
	line-height: 18px; 
  color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;	
	padding-right: 5px;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 205px;
}

#content-quote {
	background-color:#f9f1ee;
	font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
	line-height: 21px; 
  color: #666;
	width: 205px;
}

#content-right-name {
	background-color:#f9f1ee;
	margin-right: 0px;
	line-height: 16px; 
  color: #666;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	text-align: right;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 190px;
}

#content-right p {
	padding-right: 5px;
}

a.button {
	background-color: #72633C;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

a.button2 {
	background-color: #f9f1ee;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 200;
	padding-left: 10px;
	padding-right: 75px;
	padding-top: 3px;
	padding-bottom: 5px;
	border: 1px dotted #999; 
}

.line-left {
	border-top: 1px dotted #535353;
	height: 0px;
	width: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.line-right {
	border-top: 1px dotted #535353;
	height: 0px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

.arrow-small {
	width: 8px;
	height: 12px;
	margin-right: 7px;
	vertical-align: middle;
}

.bullet-large {
	width: 6px;
	height: 9px;
	margin-right: 8px;
	vertical-align: middle;
}

.bullet-small {
	width: 5px;
	height: 5px;
	margin-right: 7px;
	vertical-align: middle;
}

.bullet-white {
	width: 4px;
	height: 4px;
	vertical-align: middle;
}

#footer {
/*	border: 1px solid white; */
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}


.copyright a {
     padding: 0px;
}

.copyright p {
     margin: 8px 0 0 0;
}

#bottomnav {
	margin-bottom: 1.5em;
}

#bottomnav p {
	margin-bottom: .5em;
}

#bottomnav a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.list {
     color: #72633C;
}
