/* CSS Document */
html {
    overflow-y: scroll;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
td.small {
	font-size: 12px;
}
td.verysmall {
	font-size: 10px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
	color: black;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
}
#page {
	width: 790px;
	background: #FFFFFF;
}
td.topmenulinks {
	padding-top: 0px;
	font-size: 11px;
	background:#ffffff;
}
td.bottommenulinks {
	padding-top:2px;
	font-size: 11px;
	background:#FFFFFF;
	border-top: 1px solid black;
}
A {
	text-decoration: none;
}
A:link {
	color: blue;
}
A:visited {
	color: blue;
}
A:hover {
	color: red;
}
A:link h2 {
	color: blue;
}
A:visited h2{
	color: blue;
}
A:hover h2{
	color: red;
}
h2.nottop {
	margin-top: 0px;
}
h1.nottop {
	margin-top: 0px;
}
td.clientlist {
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
}
p.story {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}
td.excerpt {
	font-size: 18px;
}
.hrline {
	width: 100%;
	height: 1px;
	border-top: 1px solid #AAAAAA;
	margin: 0px;
	padding: 0px;
}
input {
	border: 1px solid black;
	background-color:#eeeeee;
}
textarea {
	border: 1px solid black;
	background-color:#eeeeee;
}
p.frontpagetitle {
	padding-top: 3px; 
	margin-top: 3px; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
	line-height: 12px;
}
    #header {
      float:left;
      width:780px;
      background:#D9D919;
      font-size:93%;
      line-height:normal;
	  margin-left:5px;
	  margin-top:0px;
      }
    #header ul {
      margin:0;
      padding:0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/images/rvdoors2_02.gif") no-repeat right top;
      margin:0;
      padding:0;
      }
    #header a {
      display:block;
      background:url("/images/rvdoors2_01.gif") no-repeat left top;
      padding:5px 15px;
	  font-weight: bold;
      }
p.toc1 {
	margin-left:0px;
	font-weight:bold;
	font-size:14px;
}
p.toc2 {
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 20px;
	font-size:13px;
}
p.toc3 {
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 40px;
	font-size:12px;
}