/* basic elements */
html {
 margin: 0px;
 padding: 0px;
}
body { 
 font: 10pt/13pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 color: #000000; 
 background: #7A9227 url(images/tile_mainBG.jpg) repeat-x; 
 margin: 0px; 
 padding: 0px;
}
/* default links */
a:hover {
 text-decoration: none;
}
.navbar {
 background: url(images/tile_navbar.gif) repeat-y; 
}
.footerTile {
 background: url(images/tile_footer.gif) repeat-y; 
}
#main {
 background: #FFFFFF;
 padding: 10px;
}
/* main navigation */
#navigation {
 margin: 10px 10px 0 10px;
 padding: 0;
 display:block;
}
#navigation ul{
 list-style: none;
 text-align: left;
}
#navigation li {
 font: bold 12pt/18pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 border-bottom: 1px solid #E9CE12;
 display: block;
 list-style: none;
} 
#navigation a:link {
 display:block;
 color:#000000;
 text-decoration: none;
} 
#navigation a:visited {
 color:#000000;
 text-decoration: none;
} 
#navigation a:hover {
 display:block;
 color:#000000;
 text-decoration: none;
 background: url(images/nav_hover.gif) no-repeat right;
} 
/* footer navigation BEGIN */
#footer {
 margin: 5px 7px 5px 7px;
 padding: 0;
 display:inline;
}
#footer ul{
 list-style: none;
 text-align: left;
}
#footer li {
 font: 8pt/12pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 display: inline;
 list-style: none;
 padding:0 3px;
} 
#footer a:link {
 display:inline;
 color: #425929;
 text-decoration: none;
} 
#footer a:visited {
color: #425929;
 text-decoration: none;
} 
#footer a:hover {
 display:inline;
 text-decoration: none;
 color: #8CA26B;
} 
/* footer navigation END */
.currentpage {
 background: url(images/tile_navHover.gif) repeat-x;
}
h1 {
 font: bold 14pt/18pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 color: #343F10;
 margin:0;
}
h2 {
 font: bold 12pt/18pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 color: #996600;
 margin:0 0 5px 8px;
}
#credit {
 font: 8pt/18pt Trebuchet MS, Arial, Verdana, Sans-Serif; 
 width: 720px;
}
#credit a{
 color: #FFFFFF;
 text-decoration:none;
}
#credit a:hover{
 color: #333333;
 background-color:#FFFFFF;
 text-decoration:none;
}
