/* style by teri gleason */
/* site style */
a img,:link img,:visited img {
	border: none;
}

a:link {
	color: #663366; 
}

a:visited {
	color: #CC66CC;
}

a:hover,a:active {
	color: #663366;
}

b, strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0; 
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* header */
h1 { 
	font-size: 18pt;
	margin:0;
}

/* smaller header */
h2 {
	font-size: 16pt;
}

/* larger than regular font */
h3 {
	font-size: 14pt;
}

/* upper text on index page */
h4 {
	font-size: 13pt;
}

/* sidebar quote */
h5 {
	font-size: 11pt;
}

/* the fine print */
h6 {
	font-size: 7pt;
}

hr {
	height: 1px;
	margin: 0px 20px;
	background-color: #E9ECCF;
	border: none;
	border-bottom: 2px dotted #A0AA6D;
}

p, li {
	margin:0 0 1em 0;
}

ul {
	margin: 1em 0; 
	padding-left: 1.6em;
}

li {
	margin: 0.25em 0;
}

ul li {
	list-style-type: disc;
}

th {
	text-align: left;
	color: #697335;
}

td {
	font-size: 10pt;
	color: #697335;
}

/* section-specific style */
body {
	text-align: center;
	background: #697335;
	font-family: 'Trebuchet MS', 'Times New Roman','Times', serif;
	font-size: 12pt;
	margin: 0px;
}

#container {
	width: 718px;
	text-align: left;
	margin: 0px auto;
	padding: 0px; 
	background-color:#E9ECCF;
	color: #697335;
}

#index-content {
	float: right;
	width: 470px;
	background-color:#E9ECCF;
	padding:10px;
	text-align: center;
}

#main-content {
	float: right;
	width: 470px;
	background-color:#E9ECCF;
	padding:10px;
	text-align: left;
}

.index-bottom {
	text-align: left;
}

#sidebar {
	float: right;
	width: 218px;
	background-color:#E9ECCF;
	padding:5px;
}

#sidebar p {
	line-height: 1.75em;
	font-size: 14pt;
}

#footer {
	clear: both;
	margin-top: 0em;
	background-color: #E9ECCF;
}

#footer hr {
	margin: 0px;
}

#footer p {
	margin: 5px;
	font-size: 8pt;
}

#header {
	background-color: #D2D6B1;
	padding-bottom: 1px;
	padding-top: 17px;
}