/* -------------------- */
/* CSS USED ON THE SITE */
/* -------------------- */

/* layout-level styles for the main page */
#homepage {
	margin: 0;
	padding: 0;
	background-image: url('img/page_bg_dots.gif');
	background-repeat: repeat-both;
}

/* other common body properties */
body, td {
	margin: 0;
	padding: 0;
	font-family: courier;
	font-size: 7pt;
}

#mainContainer {
	width: 557px;
	padding:0 15px; /* specifies whitespace on either side of main container */
	background-color: #ffffff;
	margin: 0;
}

/* sets the look of the items in the nav pulldown */
#navMenu {
	font-family: courier;
	font-size: 8pt;
	font-weight: normal;
}