body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
table {
	font-size: 12px;
}
/*  This class defines the margins around the main body of conent. */
.mainBody {
	padding: 20px;
}
/* These five classes define the characteristics of the submenu links in the lower left of the pages. They need to be used in concert with .leftMarginEnvironment below. */
.subMenuItem {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.subMenuNote {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.subMenu:link {
	color: #FFFFFF;
}
a.subMenu:hover {
	color: #000000;
	text-decoration: underline;
}
a.subMenu:active {
	color: #000000;
	text-decoration: underline;
}
a.subMenu:visited {
	color: #FFF7A3;
}
/*  This three classes defines the properties of the left margin that are not links. There's a separate class for the 1st header because it requires Zero leading.*/
.leftMarginEnvironment	 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #C89C00;
	padding: 0px 10px 10px;
}
.leftMarginTopHeader {
	margin: 0em;
}
.leftMarginHeader {
	margin-top: 1em;
	margin-bottom: 0em;
}
/* This class defines gray boxes that highlights text in the main body of the pages */
.highLight1 {
	background-color: #CCCCCC;
	padding: 20px;
}
ul {
	margin-top: 0em;
}
li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-image: url(/Public/737/li.gif);
}
a:link {
	color: #5B7336;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #A89C2D;
	text-decoration: underline;
}
/* This is a simple inline highlight used for titles that are part of the paragraph they start. */
.highLight2 {
	font-style: italic;
}
.smallText {
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 1em;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0em;
	font-style: italic;
	margin-top: 1px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0em;
	margin-top: 1em;
}
.rightJustified {
	text-align: right;
}
/* This s used for image in the top left of the main body. It allows for text wraps around the image.
    For example on the Profiles of Success pages. */
.leftFloat1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
/* This s used for images in the Unversity summarys. It allows for text wraps around the image. */
.summaryFloat {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
p {
	margin-top: 0em;
}
/* Used in the Profiles of Success pages for the slug to the right of the picture.  */
.profileSlug {
	font-size: 14px;
	font-weight: bold;
	color: #5b7336;
}
.highLight3 {
	font-style: italic;
	color: #8E8323;
}
.pUnivList {
	text-indent: 1em;
	margin-bottom: .3em;
}

