body
{
	margin: 0px;
	padding: 0px;
	color: black;
	width: 100%;
}

body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	margin: 1.25em 0 1em -9px;
	font-size: 18px;
}
h1.topofpage { margin-top: 5px; }

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

/* use nested divs to work-around IE box model problem */
div#backgroundbox { background: white url('/images/page2004/background_shadow.gif') repeat-y center; }
div#mainwidth { width: 747px; margin-left: auto; margin-right: auto; }
div#mainbox
{
	margin: 0;
	padding: 0;
	border: 2px solid #333333;
	text-align: left;
}

/* top right corner - home, contact us, email this page */
td#toptab { color: white; }
td#toptab a
{
	text-decoration: none;
	color: white;
	font-size: 12px;
}
td#toptab a:hover { color: #F8E600; }

/* top navigation links - find a koa, rv services, etc */
table#topnav td
{
	border-left: 1px solid white;
	padding: 2px 0;
}
table#topnav a
{
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 110%;
}
table#topnav a:hover { color: #FFFFFF; }
table#topnav a:active { color: white; }

/* left-hand navigation bar - secondary nav */
div#sidenav
{
	border-left:0px solid #aa9e00; border-right:1px solid #aa9e00; border-top:0px solid #aa9e00; border-bottom:1px solid #aa9e00; background:#F8E600; padding-bottom: 10px;
	margin-bottom: 15px
}
div#sidenav a, div#sidenav div
{
	display: block;
	padding: 0 2px 0 6px;
	margin: 0px;
	text-decoration: none;
	color: black;
}
div#sidenav a.heading, div#sidenav div.heading
{
	font-weight: bold;
	text-indent: -3px;
	margin-top: 6px;
}
div#sidenav a:hover
{
	color: #000000;
	background-color: #FEFF99;
}
div#sidenav a:active
{
	color: black;
	background-color: #F8E600;
}

/* main content cell */
td#contentarea_1col
{
	padding: 5px 10px 25px 10px;
	background: white;
}

td#contentarea_2col
{
	padding: 5px 5px 25px 15px;
	background: white;
}

/* footer */
td#pagefooter { border-top: 1px solid #FF0000; }
td#pagefooter p { margin: 1em 0; } /* fix IE <p> in a <td> spacing problem */
td#pagefooter p.links
{
	font-size: 13px;
	font-weight: bold;
}
td#pagefooter p.links a { color: #E4303B; }
td#pagefooter p.links a:hover { color: blue; }
td#pagefooter p.nav { margin-bottom: 1.5em; }
td#pagefooter p.nav a { color: black; }
td#pagefooter p.nav a:hover { color: blue; }

/* right-hand column */
div.column_right
{
	width: 202px;
	float: right;
	margin-left: 6px;
}

/* yellow box */
div.box
{
	border: 1px solid #F8E600;
	background: #FFFF99;
	margin-bottom: 8px;
}

/* yellow box title */
div.boxtitle
{
	font-weight: bold;
	font-size: 14px;
	background: #F8E600;
	padding: 3px;
	text-align: center;
}

/* section inside a box */
div.section
{
	margin: 4px 3px;
	padding: 2px 3px 3px 6px;
}

/* put a top border on a section to separate it from multi sections in a box */
/* ie <div class="section sectiontopborder"> */
div.sectiontopborder { border-top: 1px solid #F8E600; }

/* title of a section */
span.sectiontitle
{
	margin-left: -4px;
	font-weight: bold;
	font-size: 14px;
}

/* misc */

/* used on home and landing pages */
ul.pagelist
{
	margin: 1em 0 0 1.25em;
	padding: 0;
}
ul.pagelist li { margin-bottom: 0.5em; }

sup { font-size: smaller; }

/* bold text slightly larger */
.bold_text
{
	font-size: 14px;
	font-weight: bold;
}

/* text slightly larger */
.larger_text { font-size: 13px; }

/* DEPRECATED, DO NOT USE - SEE BELOW */
/* compress the space between the line above an unorder list and the list */
.paragraphaboveunorderedlist { margin-bottom: 0px; }
.unorderedlisttopmargin { margin-top: 0px; }

/* use these instead of the ones above, the names are shorter and don't imply element specificity */
/* remember you can have more than one class assignment per element */
/* i.e., class="notop nobottom" */
.notopmargin { margin-top: 0; }
.nobottommargin { margin-bottom: 0; }

/* adds space to list items in a list */
/* use <ul class="spacedoutlist"> or <ol ... */
/* avoids adding <p> within each list item */
.spacedoutlist li { margin-bottom: 1em; }

/* get rid of that space in nested lists */
.spacedoutlist li ul li, 
.spacedoutlist li ol li
{ margin-bottom: 0em; }