/* CSS Document */

@import "nav.css";
@import "banner.css";
@import "links.css";

body {
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
    font-style:  normal;
	font-weight: normal;
	color: #363328;
	/*background-color: #ded7c5;*/
	background-color: #d8dcc3;
	background-image: url(../images/bkgd-body-tiled.gif);
}

img {
	border: 0px;
}

p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	margin: 15px 0 20px 0;
	text-align: justify;
}

p.center {
	text-align: center;
}

h2 {
	font-size: 20px;
	margin: -20px 0 0 0;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 18px;
	color: #888167;
	margin: 3px 0 0 0;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #888167;
	margin: 14px 0 -10px 0;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	margin: 20px 0 0 0;
}

ul, li {
	display: block;
	list-style-image: none;
	list-style: none;
	margin: 14px 20px 2px -10px;
}

li.bold {
	font-weight: bold;
}

.answer {
	padding-left: 20px;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 778px;
}

#container .header {
	position: relative;
	height: 29px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

#container .headerleft {
	position: absolute;
	left: 26px;
	top: 6px;
}

#container .headerright {
	position: absolute;
	right: 26px;
	top: 6px;
}

/* --- #nav in imported nav.css --- */

#container .content {
	padding: 40px 60px 40px 57px;
	position: relative;
	float: left;
	/*height: 100% auto;*/
	/*top:180px;*/
	width:661px; /*content width minus padding from above*/
	background-color: #fff;
	background-image: url(../images/bkgd-content.gif);
	background-repeat: repeat-y;
}

.contentleftone, .contentlefttwo {
	height: auto;
	width: 180px;
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
	float: left;
}

.contentleft, .contentright {
	height: auto;
	width: 384px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}

.contentright {
	float: right;
	width: 244px;
}

#container .footer {
	width: 778px;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	position: relative;
	float: left;
	text-align: center;
}