body {
	background-image: url(../images/design/background.gif);
	background-repeat: repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#bodyTable {
	height: 100%;
}

#mastheadContainer {
	height: 112px;
	margin: 0px;
	padding: 0px;
}

#leftBar {
	background-image: url(../images/design/leftbar_background.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#contentTable {
	margin: 20px;
	padding: 0px;
}

#titleBar {
	height: 68px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

p {
	font-size: 11px;
	padding: 0px;
}

a {
	color: #833004;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

img {
	padding: 0px;
}