body
{
margin-top			: 1px;
padding				: 10px 0px 0px 0px;
font-family			: arial, sans-serif;
font-size 			: 100%;
color				: #666;
background-image	: url(../images/bg_page.jpg);
background-repeat	: repeat-x;
background-color	: #FFF;
}

form /* No space around forms */
{
margin				: 0px;
padding				: 0px;
}

img /* no border round images with links */
{
border				: 0px;
}

div.hold
{
position			: relative;
width				: 980px;
margin				: 0px auto;
background-color	: #FFF;
padding				: 0px 0px 0px 0px;
overflow			: hidden;
}

div.top-nav-logo
{
position			: relative;
width				: 980px;
padding				: 0px 0px 0px 0px;
overflow			: hidden;
background-image    : url(../images/generic/bg_topnav.gif);
background-repeat   : repeat-x;
background-position : bottom;
}


div.page-wrapper
{
position			: relative;
width				: 980px;
padding				: 8px 0px 0px 0px;
overflow			: hidden;
}

div.footer
{
position			: relative;
width				: 980px;
margin              : 4px 0px 0px 0px;
padding				: 0px 0px 0px 0px;
overflow			: hidden;
border-bottom       : 4px solid #C8C9C9;
border-top          : 4px solid #C8C9C9;
}

div.footer p
{
font-size           : 70%;
line-height         : 20px;
color               : #666;
margin              : 4px 0px 4px 0px;
font-weight         : normal;
}

div.footer p.hma a
{
color               : #666;
text-decoration     : none;
padding-left        : 10px;
}

div.footer p.hma
{
display             : block;
float               : left;
}

div.footer p.copy
{
display             : block;
float               : right;
padding-right       : 10px;
}

div.footer p.copy a
{
color               : #666;
}