html, body {
	height:100%;
	width:100%;
	
}

body {
	height:99.8%;
	font-size:16px;
	min-height:590px;
	min-width:1140px;

}

/*#flashContent {
	
	min-height:590px;
	min-width:990px;
	
}*/

#altContent {
	margin-left:2em;
	margin-top:2em;
	width: 60%;
	height:30em;
	overflow-y:auto;
	padding-right:0.65em;
}

		
h1, h2 {
	font-family: 'Palatino Linotype','Book Antiqua','Georgia',serif;
	font-weight:bold;
	font-size:2em;
	margin-bottom:0.75em;
}

h2 {
	font-size:1.3em;
}

strong {
	font-weight:bold;
}

p,address, ol li {
	font-family: 'Lucida Sans Unicode','Lucida Sans','Trebuchet MS',sans-serif;
	font-size:0.95em;
	margin-bottom: 1em;
	line-height:135%;
	color:#333;
}

address {
	white-space:pre;
}

ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:2em;
	margin-bottom:1em;
}
