/* CSS Document */


/* normalize all the margins and padding */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,form,select,table,img, div {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}


#wrapper {
	width: 975px; /*page width is 960 + 15px for the drop shadow*/
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#masthead {
	background: url(../images/template/masthead_bg.gif) no-repeat;
	padding: 5px 10px 0 5px;/* add padding to allow for the drop shadow to the top, right and left */

}

#maincontent {
	background-image: url(../images/template/maincontent_bg.gif);
	background-repeat: repeat-y;
	padding: 20px 10px 0 5px; /* add padding to allow for the drop shadow down the right and left */
	
}


#bottomshadow {
	background-image: url(../images/template/bottom_shadow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}







.backlink
{
    float:left;
}



#ctl00_content_pHistoryLink.backlink
{
      float:right;
}

.table-content table
{
    margin-top:20px;
}
