body {
	background: #FFF url(./images/backgi.jpg) repeat-y ;
	font: 17px "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif ;
	margin: 0 ;
	}

/* divs go here */
div.leftmargin {
	position: absolute ;
	left: 0 ;
	top: 0 ;
	width: 128px ;
	text-align: center ;
	padding-top: 25px ;
	}
div.textcolumn {
	position: absolute ;
	left: 129px ;
	width: 70% ;
	top: 0 ;
	padding-top: 25px ;
	margin-left : 45px ;
	}
div.credits {
	text-align : center ;
	font-style : italic ;
	font-size : smaller ;
}

/* generic modifiers */
.center {
	text-align : center ;
	}

.flushright {
	position : absolute ;
    right : 0 ;
    }
    
/*headings and paragraphs*/

a 	{
	text-decoration: none;
	}

p.text { 
	text-indent : 1em ;
	}

h1 {
	text-align : center ;
	text-transform : capitalize ;
	font-family : "Verdana", sans-serif ;
	}
h2 {
	text-align : center ;
	}

/*lists and list elements*/
li { 
	margin-bottom : 0 ;
	}
dl {
	margin-left : 4em ;
	}
dl dd {
	margin-bottom : 6pt ;
	}
ul#mainnav {
	padding : 0 ; /*important in Mozilla for correct placement*/
	margin-left : 0 ; 
	list-style-type: none ;
	}
ul#mainnav li { 
	margin-bottom : 12pt ;
	font: bold 20px "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
	}
ul#mainnav li a:link {
	color: white;
	}
ul#mainnav li a:visited {
	color: #B7B7B7;
	}
ul#mainnav li a:hover {
	color: blue;
	}

ul.indent { 
	margin-left : 8em; 
	list-style-type : disc; 
	list-style-position : outside;
	}
ul.indent li { 
	margin-bottom : 12pt ;
	}
ul.questions { 
	margin-left : 8em; 
	list-style-type : none; 
	list-style-position : outside;
	margin-bottom : 12pt ;
	}
ul.simplelist { 
	margin-left : 8em; 
	list-style-type : disc; 
	list-style-position : outside;
	margin-bottom : 12pt ;
	}
ul ul {
	list-style-type : disc ;
	margin-left : 1em ;
	}