/* *Layout Divs* */
/* the outer container */
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	}
	/* this positions the right-hand column */
#rightcolumn {
	visibility: visible;
	padding: 8px 8px 8px 12px;
	background-image: none;
	float: right;
	width: 570px;
}

#leftcolumn {
	width: 160px;		/* 110 */
	color: #839aad;
	float: left;
}
/**Redefined html tags**/
/*defines the font and page background image */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	background-color: #f4f4f4;
}
p {
	margin-top: 2px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.imagepad {
	padding-top: 5px;
}
#content {
	width: 750px;
}
#heading {
	top: 250px;
}
#logo {
	height: 42px;
	position: absolute;
}
#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b95e67;
	margin-bottom: 3px;
}
#header {
	width: 770px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #b95e67;
	height: 180px;
}
#footer {
	width: 770px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b95e67;
	/* height: 120px; */
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #b95e67;
	float: left;
}
/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
  h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #b95e67;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 120%;
	color: #b95e67;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/index_bullet.gif);
	color: #000000;
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #839aad;
}
 a:visited {
	color: #000000;
}
 a:link:hover {
	color: #b95e67;
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #839aad;
}

.textnav {
  font-size: smaller;
  text-align: left;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: left;
}

.copyright {
  font-style: italic;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
