/* CSS Document 
* MASTER STYLE SHEET
Frances C. Foley Portfolio August 2008
 Inside the Board of Education*/  
body {
font-family: Arial, Helvetica, sans-serif;
color:#000000;
background:#FFFFFF
width:800px;
}

a:link {color:#000099}
a:visited {color:#red} 
a:active {color:#00FF00}
a:hover {background:#FFFF99}

a {
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:left;
}
a.vtitle {margin-left:15px}

p {text-align:left}
p.menu { font-family: "Arial"; vertical-align:top; font-size:16px; font-weight:600; line-height:1.50em}
p.titles {font-family: "Arial"; font-size: 20px; font-weight: 600; line-height: 1.5em; color: #000000}  
p.title2 {font-family: "Arial"; font-size: 26px; font-weight: 600; line-height: 2.0em; color: #990000; text-align:center}
p.title2b {font-family: "Arial"; font-size: 18px; font-weight: 600; line-height: 2.0em; color: #990000; text-align:center} 
p.title3 {font-family: "Arial"; font-size:16px; font-weight:600; line-height:1.5em; color:#990000; text-align:center}
p.title3b {font-family: "Arial"; font-size: 22px; font-weight: 600; line-height: 1.5em; color: #990000; text-align:center}
p.title4 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.5em; color: #990000; text-align:center}
p.title5 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.5em; color: #990000; text-align:left}
p.title6 {font-family: "Arial"; font-size: 14px; font-weight: 500; line-height: 1.5em; color: #000000; text-align:left}
p.title6c {font-family: "Arial"; font-size: 14px; font-weight: 500; line-height: 1.5em; color: #000000; text-align:center}  

p.words {font-family: "Arial"; font-size: 16px; font-weight: 550; line-height: 2.0em; color: #000000; margin-left:20px}
p.words2 {font-family: "Arial"; font-size: 16px; font-weight: 500; line-height: 1.5em; color: #000000; margin-left:40px}

p.small {font-family: "Arial"; font-size: 14px; font-weight: 500; line-height: 1.5em; color: #000000; text-align:left; margin-left:40px; margin-right:40px; vertical-align:top}
p.small2 {font-family: "Arial"; font-size: 14px; font-weight: 500; line-height: 1.25em; color: #000000; text-align:center}
p.small3 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.25em; color: #000000; text-align:left; margin-left:40px}
p.small4 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.25em; color: #990000; text-align:left; margin-left:60px}
p.small5 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.25em; color: #000000; text-align:left; margin-left:80px}
p.small6 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.25em; color: #990000; text-align:left; margin-left:100px}
p.small7 {font-family: "Arial"; font-size: 12px; font-weight: 600; line-height: 1.25em; color: #000000; text-align:left; margin-left:120px}

h4 {font-size:16px; vertical-align:top; line-height:normal}

img {
	text-align:center;
	display:block;
	vertical-align:top;
	top:auto;
}

ol {
	color: #000000;  
	font-size:14px;
	font-weight:500;
	line-height:1.5em; 
	text-align:left;
	margin-left:70px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:square; 
}

li.level-one {
	text-indent:10px;
	font-weight:bold;
	color:#990000;
}

li.level-two {
	text-indent:20px;
	font-weight:normal;
	color:#000000;
}

ul {
	font-size:14px;
	font-weight:normal;
	color: #000000;  
	line-height:1.5em; 
	text-align:left;
	list-style:square;
}

#fullpage {
	position:absolute;
	left:60px;
	top:167px;
	width:702px;
	height:auto;
	text-align:left;
	vertical-align:top;
	z-index:4;
	visibility: visible;
}

#mainnav {
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:119px;
	width:784px;
	height:32px;
	text-align:left;
	margin-left:0px;
	z-index:1;
	visibility: visible;
}

#pgtop {
	position:absolute;
	left:0px;
	top:0px;
	width:800px; 
	height:90px;
	text-align:center;
	vertical-align:top;
	z-index:0;
	visibility: visible;
}