/* CSS Document */

body {margin: 10px;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt; text-align: center;
}

p {font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	text-align: left;
}


a, a:link, a:active, a:hover, a:visited {font-family: Arial, Helvetica, sans-serif;	font-size: 12pt; font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16pt;
	font-style: italic;
	letter-spacing: 4px;
	color: #FFFFFF;
	background-color: #333399;
	padding: 5px;
}

h3 {font-family: Arial, Helvetica, sans-serif; text-align: center;	font-size: 14pt;	
}

#container {width: 700px;	text-align: left; text-align: left;
}

#pageheader { height: 150px;
}

#pageheader h1 {
	height: 120px;
	background-image: url(mcmanuslogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	width: 700px;	

}

#pageheader h1 span {
	display: none;
}

#maintext {
	margin-left: 170px;
	padding: 0px 10px 10px;
	width: 500px;
	}

#indextext {
	height: 600px;
}
	
/* link list
--------------------------------- */
#linklist {
	width: 160px;
	margin-top: 18px;
	float: left;
	margin-left: 0px;
	padding: 0px;
  }
#linklist2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
	
#linklist2 ul {
	background-color: #333399;
	list-style-type: none;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#linklist2 ul li {
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	text-align: center;

}
 
 #linklist2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;		
		}
		
 #linklist2 ul li a:hover {
	text-decoration: underline;
	}
#linklist2 ul li em {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}