@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dac89b;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
	font-size:100%;
}
#container {
	background-color: #fcf4de;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#inner {
	width: 900px;
	margin: 0 auto;
	background-color: #fcf4de;
}

#branding {
	width: 900px;
	
}

#topnav {
	background-color: #584631;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
}
#topnav ul {
	padding-left: 0px;
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topnav ul a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 19px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#topnav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #fbf4a3;
	text-decoration: none;
}

#topnav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
#topnav ul li.topnavlast {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: -10px;
	padding-left: 1px;
}


#midgraphic {
	margin-bottom: 5px;
}


#content {
	background-color: #fcf4de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
	padding-top: 4px;
	text-align: left;
	padding-right: 35px;
	padding-left: 55px;
}
#content p.firstline {
	margin-top: 0px;
	font-size: 0.9em;
	margin-right: -22px;
	color: #54402a;
}
#content a {
	color: #6f4a02;
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content ul li {
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-bottom: 7px;
	padding-left: 19px;
}

.imageright {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}

#content a:visited {
	color: #6f4a02;
	text-decoration: underline;
}
#content a:hover {
	color: #AD4BBC;
	text-decoration: underline;
}

#content ul {
	margin-top: -4px;
}

#content ul li {
	margin-bottom: 6px;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: normal;
	color: #a87f02;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #584631;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #AD4BBC;
}

#quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #584631;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AD4BBC;
	padding-bottom: 15px;
}

.quotename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #947106;
}

.quotename2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #947106;
}

#leftcol {
	float: left;
	width: 600px;
}

#leftcol2 {
	float: left;
	width: 750px;
	background-color: #fcf4de;
}

#rightcol {
	float: right;
	width: 75px;
}

#footer {
	background-color: #ad4bbc;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 8px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.colortext1bold {
	font-weight: bold;
	color: #584631;
}
