/* Required */
html,body{
      margin:0;
      height:100%;
      }
img
{
border:0px;
}
.mainBg
{
background: url(../images/graphics/background.gif); background-position: left top; background-repeat: repeat-x;

}
.search form input
{
font-size:11px;
}
td.loginTxt
{
line-height:23px;
color:#666;
font-size:14px;
}
/* Using this class in an empty div will stop floating divs above floating outside of the container div */
.clearBoth
{
	clear:both;
}
/* This will center the content in the center of the page using any set width */
.master 
{
	margin-left:auto;
	margin-right:auto;
	width:965px;
}
.headDiv
{
    width:965px;
    height:143px;
}
.headImage
{
    width:670px;
    height:143px;
    float:right;
}
.logo
{
    width:295px;
    height:143px;
float:left;
}

.navDiv
{
    width:965px;
    height:40px;
    background: url(../images/graphics/navbar.gif); background-position: left top; background-repeat: no-repeat;
}

.spacerDiv
{
    width:965px;
	height:7px;
}


.conDiv
{
    width:965px;
}
/* Make sure the with of conLeft and conRight always = the width of master */
.conLeft
{
    width:621px;
    float:left;
}
.conRight
{
    width:344px;
    float:right;
}

.footDiv
{
    width:965px;
    height:30px;
    line-height:30px;
    text-align:center;
    padding-top:10px;
}

#sidepanel { padding:0px 20px; 0px; }

#slider { width:310px; }
.sliderCon
{
width:314px;
float:right;
}