body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.6em;
}

body.content
{
	background: #FED36B url(images/background_main.jpg) repeat-y center top;
	font-family: Comic Sans MS, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.6em;
}

a:link
{
    color: #7E3517;
}

a:visited
{
    color: #C35817;
}
a:hover
{
    text-decoration: none;
    color: #1DA237 /* #5D7B93 #607B8B #6183A6 #4E9258; */
}
a:active
{
    text-decoration: none;
    color: #7E3517;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 5px 0;
  font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

#poster h2
{
    font-size: 12px;
    font-weight: bold;
    color: #50700E;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/************************************************************************
* 
* Main navigation
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    font-size: 11px;
    color: #C89F3D;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
	color: Lime;
    text-decoration: none;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}
