/* CSS Document */

html, body {
	height:100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sfd_grad_bg.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	vertical-align:top;
}
#mastertable {
	width: 760px;
	height: 100%;
	padding: 0px 2px 0px 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align:top;	
	background-image: url(../images/vert_line.gif);
}
#bodytable{	
	text-align: left;
	width: 100%;	
	height: 83%;
	vertical-align:top;
	padding:0px 5px 0px 5px;	
}
#navtable {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align:top;
	background-color:#FFFFFF;	
}

#header {
	background-image: url(../images/sfd_headerbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 74px;
	width: 770px;
	line-height: 74px;

}
.graddivider {
	background-image: url(../images/sfd_dividergrad.gif);
	background-repeat: no-repeat;
	line-height: 10px;
	height: 10px;
	position: relative;
	right: -10px;
	background-position: bottom;
}

