@charset "utf-8";
/* CSS Document */

h1{ color:#6596b7;}
body,td{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#header{margin-left:auto; margin-right:auto; background-image:url(images/hback.jpg); width:100%; background-repeat:repeat-x;}
#header-container{margin-left:auto; margin-right:auto; width:900px;}
#menu-container{margin-left:auto; margin-right:auto; width:900px; background-color:#ff7e1b; margin-bottom:0px; }
#page-container{margin-left:auto; margin-right:auto; background-image:url(images/pageback.jpg); background-position:center; background-repeat:no-repeat; min-height:544px; }
#content-container{margin-left:auto; margin-right:auto; background-image:url(images/contentback.jpg); width:900px; min-height:544px;}
#content-container2{margin-left:auto; margin-right:auto; width:900px; min-height:544px; border-left-style:solid; border-left-width:1px; border-left-color:#CCCCCC;
 border-right-style:solid; border-right-width:1px; border-right-color:#CCCCCC;
}
#footer{margin-left:auto; margin-right:auto; background-image:url(images/footerback.jpg); width:100%; background-repeat:repeat-x;}
#footer-container{margin-left:auto; margin-right:auto; width:900px; min-height:180px; background-image:url(images/footer.jpg); background-color:#FFFFFF; background-repeat:no-repeat;}
#footermenu{ float:left; width:160px; font-size:11px; margin-left:10px; font-family:Arial, Helvetica, sans-serif; color:#666666;}
#footermenu ul { margin:0px;}
#footermenu li { margin-left:-20px; text-indent:0px; }
#footermenu a { text-decoration:none;color:#666666;}
#footermenu a:hover { text-decoration:underline;}
#navcontainer {margin-bottom:0px;}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #ff7e1b;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
margin-top:0px;
margin-bottom:0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding:10px;
background-color: #ff7e1b;
color: White;
text-decoration: none;
float: left;
font-weight:bold;
font-size:14px;
}

#navcontainer ul li a:hover
{
background-color: #ff7e1b;
color: #fff;
}
