/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
.form-labels {
	text-align: right;
	width: 200px;
}
body {
	color: #333333;
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	background: #669966;
	text-align: center;
}
p {
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
a {
	color: #996633;
	}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #999999;
}

#wrapper {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
#title {
	text-align: center;
	clear: both;
}
#title p {
	font-style: italic;
	margin: 10px 30px;
}
#nav {
	height: 30px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#nav ul {
	line-height: 30px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
#nav ul li {
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	padding: 7px 10px;
	margin-right: 3.5px;
	margin-left: 3.5px;
}
#nav ul li a:link{
	color: #000000;
}
#nav ul li a:visited{
color: #999999;
}
#nav ul li a:hover, #nav ul li a:focus {
	font-weight: bold;
	color: #fff;
	background: #996633;
}
#nav li#active a{
	color: #996633;
	font-weight: bold;
	font-style: italic;
	background: #FFFFFF;
}
#bottomnav {
	clear:both;
	margin-bottom: 10px;
}
#footer {
	clear:both;
	color: #333333;
	text-align: center;
	font-size: 70%;
	padding-top: 10px;
	border-top: 1px solid #333333;
}
#bottomnav p {
	font-size: 80%;
	text-align: center;
}
#pagetitle {
	text-align: center;
}
#pagetitle h1 {
	font-size: 190%;
	font-weight: bold;
	margin-top: 30px;
	color: #996633;
	margin-bottom: 20px;
}
#maincontent {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#maincontent p {
}
.leftimage {
	float: left;
	margin: 10px 30px 10px 10px;
}
.quote {
	font-style: italic;
	color: #996633;
	padding-right: 50px;
	padding-left: 50px;
}
.rightimage {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leftcol {
	float: left;
	width:200px;
}
#rightcol {
	width: 550px;
	float: right;
}
#leftcol p {
	margin: 10px;
}

#rightcol p {
	margin: 10px;
}

}
.author {
	font-size: 80%;
	text-align: right;
	font-style: italic;
	color: #996633;
	margin-right: 30px;
}
.emphasis {
	font-size: 105%;
	color: #996633;
	font-weight: bold;
}
h2 {
	color: #996633;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.authorlynne {
	font-size: 80%;
	text-align: center;
	font-style: italic;
	margin-right: 30px;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #996633;
	font-size: 105%;
}
#leftcol p {
	color: #996633;
	text-align: center;
}
#leftcol h1 {
	font-size: 120%;
	color: #996633;
	text-align: center;
}
#header {
	background: url(../images/tmflogo5.gif) no-repeat;
	height: 65px;
	padding-top: 19px;
	text-align: left;
	padding-left: 140px;
}
#header h1 {
	font-size: 120%;
}
h4 {
	font-size: 120%;
	color: #996633;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.quotebrown {
	font-style: italic;
	color: #333333;
	padding-right: 50px;
	padding-left: 50px;
}
.ital {
	font-style: italic;
}
