body{
font-family:Arial, Sans-Serif;
font-size:10pt;
/* background:#ededed url('/images/gradient.jpg') top left repeat-x; */
background:#e5e5e5 url('/images/new-background.gif') top left repeat-x;
background-attachment:fixed;
text-align:center;
color:#444;
}
div.main{
background:#fff;
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:10pt;
text-align:left;
padding:10pt;
border:1px solid #ccc;
}
div.footer{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
text-align:right;
}
div.menu{
/*background:#fff url('/images/menu-gradient.jpg') bottom left repeat-x;*/
background:#fff;
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:10pt;
text-align:left;
padding:10pt;
border:1px solid #ccc;
}
#navcontainer{
width:960px;
margin-left:auto;
margin-right:auto;
margin-top:-15px;
}
#navlist
{
margin: 0;
padding: 0 0 21px 10px;
border-bottom: 1px solid #444;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666;
padding-bottom:5px;
border-bottom:5px solid #444;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 5px solid #000;
padding-bottom: 5px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }


h1{
text-align:right;
border-bottom: 1px solid #666;
color: #666;
font-size:17pt;
}
h2{
border-bottom: 1px dashed #ccc;
font-size:12pt;
}
h2 a{
text-decoration:none;
color:#444;
}
h2 a:hover{
color:#44A;
}
h3{
font-size:10pt;
}
a img{border:none;}
table.alignleft{text-align:left;}
table.alignleft td{text-align:left;vertical-align:top;}
