body {
	margin: 0;
	padding: 0;
	font: 100% "comic sans ms", arial, helvetica;
	color: #313131;
	background: #DCE2FB url(../imgs/bg/home.gif) top left repeat-y;
	height: 100%;
	}


h1 { 
	font-family: "comic sans ms", arial, helvetica;
	color: #666CCC; 
	font-size: 1em; 
	font-style: normal; 
	font-weight: bold; 
	}

p {
	font-size; .9em; 
	text-indent: 1em;
	}

p.quote {
	font-style: italic; 
	font-size: .9em;
	margin-bottom: 0;
	padding-bottom: 0
	}

p.centeredquote {
	font-style: italic; 
	font-size: .9em; 
	text-align: center;
	}

p.citation {
	font-size: .7em; 
	text-align: right;
	margin-top: 0;
	padding-top: 0
	}

.footnote {text-indent: 0em;}

div#homepic {
	position: relative;
	height:252px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	}

div.mainMenu {
	position: relative;
	top: -3px;
	left: 0;
	}
	
div.menuBar {
	position: relative;
	top: -3px;
	left: 0;
	}

div#bodyCopy {
	position: relative;
	top: 25px;
	left: 50px;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 100%;
	}
	
span.sm {
	font-size: 9px;
	vertical-align: super;
	}

span.section {
	background: #A6AFB6;
	
	color: blue;
	}
	
img { border: 0; }

.imgMenu{ height:27.1px; }
.clearall { clear: both }

a.global:link, a.global:visited {
	color: #F1F4FE;
	text-decoration: none;
	}
a.global:hover {
	color: #000;
	text-decoration: none;
	}