body {
	background-color: rgb(255, 245, 218);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	background-color: #f1dbaa;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	background-image: url(images/TMV_home_header_update.jpg);
	padding-top: 15px;
	padding-left: 15px;
	border-top: #63490E 0px solid;
}
#headerlinks {
	color: #FFFFFF;
	border: 0px solid red;
	width: 300px;
	float: left;
}
#headerlinks img {
	padding-top: 4px;

}
#headerlinks  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}#headerlinks  a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#homelink {
	float: left;
	border: 0px solid green;
}
#nav {
	margin-bottom: 0px;
	padding: 0px;
	height: 36px;
	text-align: center;
	background-image: url(images/subbarx.jpg);
	overflow: hidden;
}

#nav img {
	padding: 0px;
	margin: 0px;
}
#subnav {
	height: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	border-bottom: 0px #cdbe95 solid;
	background-color: #cdbe95;
	}
	
#subnav ul li {
	display: inline;
	}
#subnav a {
	color: #683d2c;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#subnav a.menu-current {
    color: black;
    letter-spacing: 0.15em;
    font-weight: bold;
}

#subsubnav {
	height: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	border-bottom: 0px #cdbe95 solid;
	background-color: #cdbe95;
	}
#subnav a:hover {
	color: rgb(255, 245, 218);
}
	
#subsubnav ul li {
	display: inline;
	}
#subsubnav a {
	color: #683d2c;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#contentmidfull img {
	margin: 6px 8px 0px 0px;
}
#contentmidfull h1 {
	font-size: 16px;
	color: #996600;
	letter-spacing: .05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
  	padding:0px;
}

#contentmidfull h2 {
	font-size: 12px;
	color: #000000;
	letter-spacing: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
  	padding:0px;
}


#contentmidfull {
	width: 800px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px solid black;
margin-top: 0px;
margin-left: 15px;
display: inline;
}
#contentmidfull p {
	font-size: 12px;
	line-height: 1.6;
}
#contentmidfull a {	
        color: #683d2c;
        font-weight: bold;
        text-decoration: none;
}
#contentmidfull a:hover {
	color: black;
        text-decoration: underline;
}



#footer {
	float: none;
	margin-top: 10px;
	font-size: 10px;
	padding-bottom: 5px;
	height: 20px;
}
#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
#footerleft {
	float: left;
	width: 380px;
	padding-left: 10px;
}
#footerright {
	float: right;
	width: 420px;
	text-align: right;
	padding-right: 10px;
}
a {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs {
	text-align: right;
	padding: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}
ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}
li {
        background-image: url(../../media/images/bullet2.gif);
        background-repeat: no-repeat;
        background-position: 0 .4em;
        padding-left: 1.2em;
        margin-bottom: 6px;
        font-size: 12px;
	line-height: 1.6;
}

