/* CSS Document */

h1, h2, h3, h4, h5, h6 {font-family: tahoma, garamond, times, serif; font-weight: bold;}

h1 {font-size: 1.75em;line-height: 1.8em; line-height:1em;}

h2 {font-size: 1.5em;line-height: 1.55em;}

h3 {font-size: 1.05em;line-height: 1.1em;}

h4 {font-size: 0.95em;line-height: 1em;}

h5 {font-size: 0.85em;line-height: 0.9em;}

h6 {font-size: 0.75em;line-height: 0.8em;}

img {border: 0;                                /* fixes firefox bug */
	display: block;}                          /* fixes IE bug */


a{

	text-decoration: none
}

body {
margin:0; padding:0;
background-image:url(images/bodybg.jpg);
background-repeat:repeat-x;
background-color:#588e2e;
font: normal 85%/140% tahoma, verdana, arial, helvetica, sans-serif;
letter-spacing: 1px;
}

#container {
padding:0;
background-color:#FF9900;
background-image:url(images/navbarbg.gif);
background-repeat:repeat;
width: 800px;
margin: 10px auto;
color: #333;
line-height: 130%;
}

#top {
height:100px;
width:800px;
background-image: url(images/banner.gif);
background-repeat: no-repeat;
}

#leftnav {
float: left;
width: 160px;
padding: .5em;
}

#navlist {
list-style-type:none;
width: 90%;
font-family: sans-serif;
margin: 0;
padding: .5em;
}

#navlist a {
width: 99.99%;/* extend the sensible area to the maximum with IE5 */
display: block;
background-image:url(images/button.gif);
background-repeat:no-repeat;
text-align: center;
text-decoration: none;
color: white;
padding:.8em .5em .5em;
}

#navlist a:hover { background-image:url(images/buttonhover.gif); color:#003300; }

#content {
background-color:white;
margin-left: 192px;
padding: 1em;
}

#content .caption{
font-size:.8em;
text-align:center;
}


#footer {
height:20px;
background-color:#FF9900;
letter-spacing:normal;
text-align:left;
clear: both;
margin: 0;
font-size:.8em;
padding:1em;
color: #003300;
}

#footer span, script {
text-align:right;}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }