P {
	font-size: 16px;
	line-height: 24px;
	color : #333333;
	font-family: "Book Antiqua", "Times New Roman, serif";
}

/* -----------------------------  bullets */
LI { 
	font-size: 16px;
	line-height: 20px;
	color : #333333;
	font-family: "Book Antiqua", "Times New Roman, serif";
	padding: 0 0 5px 0;
}



/* -----------------------------  pnav controls the navigation bar; padding is between the lists */
ul#pnav {
	display: block;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 150px;
}

/* -----------------------------  pnav li really controls the navigation links */
ul#pnav li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0;
}


/* -----------------------------  side links; padding is between link elements; 25 is left padding */
ul#pnav a {
	color: #ffffff;
	display: block;
	padding: 0px 10px 10px 25px;
	text-decoration: none;
	width:172px;
}

/* -----------------------------  hover on the side */
ul#pnav a:hover {
	color:#999999;
}


/* -----------------------------  indented links */
ul#pnav ul a {
	padding-left: 0px;
	font-size: 14px;
	
}

/* -----------------------------   the color of current */
ul#pnav li.current a {
	color : #aaaaaa;
}


/* -----------------------------  first heading */
.headingone {
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color : #265180;
	line-height: 30px;
}

/* -----------------------------  second heading */
.headingtwo {
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size: 17px;
	color : #00B2B8;
}

/* -----------------------------  pullquotes */
.pullquote {
	font-size: 14px;
	font-family : "Trebuchet MS", Verdana, Arial;
	color: #B83A69;
	line-height: 18px;
	font-weight: bold;
}
/* -----------------------------  box */
.box {
	border: 2px outset #CCCCCC;
}
/* -----------------------------  special notes */
.specnotes {
	font-size: 14px;
	font-family : "Trebuchet MS", Verdana, Arial;
	color: #000099;
	line-height: 17px;
	background-color: #FDFFD8;
	border: groove;
	padding: 10px;
	height: auto;
	width: auto;
}

