html, body {
height: 100%;
}

body
{
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
background-color: white;
font-family: Arial;
}

#container
{
height: 100%;
width: 100%;
}

#leftnav
{
float: left;
height: 100%; 
width: 180px;
border: 0;
margin: 0;
background-color: #339900;
}

#content
{
height: 100%;
margin-left: 180px;
border: 0;
padding: 1.5em .75em 0 .75em;
}

#content a
{
color: black;
}

div#navcontainer ul
{
font-family: Arial;
font-size: 17px;
color: white;
margin-left: 0;
padding: 0;
list-style-type: none;
}

div#navcontainer li
{
margin-top: 0px;
margin-right: 0;
margin-bottom: 5px;
margin-left: 4px;
}

div#navcontainer ul li a
{
display: block;
width: 150px;
padding: 2px 2px 2px 2px;
border: 0;
background: #339900;
text-decoration: none;
}

div#navcontainer ul li a:link, a:active, a:visited
{
color: white;
}

div#navcontainer ul li a:hover
{
border: 0;
background-color: #004D9A;
color: white;
}

.tbheader
{
border: 2px solid rgb(55, 205, 5);
width: 90%;
margin: 0 auto;
}

.tbheader1
{
font-weight: bold;
font-size: 120%;
border: 2px solid rgb(55, 205, 5);
text-align: center;
background-color: #339900;
color: white;
white-space:nowrap;
}

.tbheader2
{
font-weight: bold;
font-size: 110%;
border: 1px solid rgb(55, 205, 5);
background-color: rgb(55, 205, 5);
text-align: center;
white-space:nowrap;
}

.tbheader3
{
font-weight: bold;
font-size: 110%;
border: 1px solid rgb(55, 205, 5);
background-color: rgb(55, 205, 5);
color: blue;
text-align: center;
white-space:nowrap;
}

.tbdetail
{
font-size: 90%;
border: 1px solid rgb(55, 205, 5);
text-align: center;
white-space:nowrap;
}

.booktbl
{
border: 2px solid rgb(55, 205, 5);
width: 750px;
}

.bookth
{
font-family: Arial;
font-weight: bold;
font-size: 145%;
padding: 5px 1px 15px 1px;
border: 2px solid rgb(55, 205, 5);
text-align: center;
background-color: #339900;
color: white;
}

.bookspc
{
border-top: 1px solid rgb(55, 205, 5);
}

input.button {
background-color: #339900;
border: 2px solid;
font-size:18px;
}

div#links  a
{
text-decoration: none;
}
div#links
{
color: green;
}
div#links a:link
{
color: green;
}
div#links a:visited
{
color: green;
}
div#links a:active
{
color: green;
}

div#links a:hover
{
background-color: #004D9A;
color: white;
}

