@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background:url(../images/bgMain.gif) top left repeat-x #FFFFFF;
background-color:#FFFFFF;
font-family:Arial;
font-size:12px;
}
#container
{
margin:0 auto;
width:740px;
}
#Logo
{
padding:20px 0;
text-align:center;
}
#header {
float:left;
width:100%;
font-size:93%;
line-height:normal;
font-weight:bold;
}
#header ul
{
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#header li
{
display:inline;
margin:0 0 0 0px;
padding:0;
}
#header a {
float:left;
background:url("../images/tableft2.png") no-repeat left top;
margin:0 0 0 1px;
padding:0 0 0 2px;
text-decoration:none;
}
#header a span {
float:left;
display:block;
background:url("../images/tabright2.png") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
color:#74675B;
}
#header a:hover {
background-position:0% -42px;
}

#header a:active {
background-position:0% -42px;
}

#header a:active span{
background-position:0% -42px;
}

#header a:hover span {
background-position:100% -42px;
color:#333333;
}

#header #current a {
background-position:0% -42px;
}
#header #current a span {
background-position:100% -42px;
color:#333333;
}
#footer
{
background:url(../images/bgFooter.gif) top left repeat-x;
text-align:center;
color:#b98755;
}
#footer div
{
padding:20px 0;
}

p {
 line-height: 150%;
 color: #5a5a5a;
}

h1 {
 font-size: 22px;
 font-weight: 900;
 margin-bottom: 0px;
 text-transform: uppercase;
}

