/* Header styles, H1-H5
H1=H2; use H2 to H5 in documents */

H1  {
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight: bold;
/*	color : #3366CC; */
	color : #000000;
}

H2  {
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight: bold;
/*	color : #336ee5; */
	color : #000000;
}

H3  {
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight: bold;
/*	color: #669900; */
	color: #000000;
/* Added by JPH */
        margin-bottom : 0em;
}

H4  {
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight: bold;
	color: #8DBB2F;
/* Added by JPH */
        margin-bottom : 0em;
}

H5  {
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: bold;
	color: #999999;
/* Added by JPH */
        margin-bottom : 0em;
}



/* The next two styles are for the degree outline pages.
They should have the same style as H2 & H5 */

.coursetitle {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight: bold;
	color : #0033FF;
}

.ucascode  {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 80%;
	font-weight: bold;
}

.coursecode  {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 80%;
	font-weight: bold;
}

/* These styles are for text and links on the side bar */
/* Side menu bar links */

a.sideLink:link { color: #ffffff; 	background-color: #0066CC; 	text-decoration: none; 	font-weight: bold; }
a.sideLink:visited { color: #ffffff; 	background-color: #0066CC; 	text-decoration: none; 	font-weight: bold; }
a.sideLink:active {	color: #cccccc; background-color: #0066CC; 	font-weight: bold; 	text-decoration: underline; }
a.sideLink:hover { 	color: #99CC33; 	background-color: #0066CC; 	font-weight: bold; 	text-decoration: underline;}

a.subSideLink:link { color: #dddddd; 	background-color: #0066CC; 	text-decoration: none; 	font-weight: bold; }
a.subSideLink:visited { color:#dddddd; 	background-color: #0066CC; 	text-decoration: none; 	font-weight: bold; }
a.subSideLink:active {	color: #99cc33; background-color: #0066CC; 	font-weight: bold; 	text-decoration: underline; }
a.subSideLink:hover { 	color: #99CC33; 	background-color: #0066CC; 	font-weight: bold; 	text-decoration: underline;}

p.menuParagraph {
	border: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	color: #484848;
	font-weight: bold;
}

div.subMenu {
	border: 0px;
	padding: 0px;
	margin-left: 10px;
}

/* breadrumb links at top */

.breadcrumbs {
	border: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: normal;
	color: #666666;
}

a.toplinks:link {
	text-decoration: none;
	color: #000000;
}

a.toplinks:visited {
	text-decoration: none;
	color: #000000;
}

a.toplinks:active {
	text-decoration: underline;
	color: #0000FF;
}

a.toplinks:hover {
	text-decoration: underline;
	color: #0000FF
}

a:hover {
	color: #0000FF;
}

/* styles for main body text */

p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: normal;
	color: #000000;
}

tt  {
        font-size : 120%;
        font-weight: normal;
        color: #000000;
}

p.tableheader  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 80%;
        font-weight: bold;
        color: #ffffff;
}

/* added by JPH */

p.bkref  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 60%;
        font-weight: normal;
        color: #000000;
}

li.mod_sheet {
	color: #00ff00;
	padding-top: 0px;
	padding-bottom: 0px;
}


label  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: normal;
	color: #000000;
}

li {
	color: #000000;
	padding-top: 10px;
}

ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}
ul ul {
	font-size : 90%;
}
ul ul ul {
	font-size : 98%;
}

ol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}
ol ol {
	font-size : 90%;
}
ol ol ol {
	font-size : 98%;
}

dl {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

dd { 
	padding-bottom: 8px;
}

dt { 
	padding-bottom: 8px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

/* Miscellaneous styles */

big {
	font-weight: bold;
	color: #333333;
}

bold {
	font-weight: bold;
	color: #333333;
}

strong { 
	font-weight: bold;
	color: #333333;
}

hr {
	height : 1px;
	color: #333333;
}

.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: #000000;
}

sup {
	font-size: 80%;
}

/* added by JPH */

address  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 80%;
        font-weight: normal;
        color: #000000;
}

div.menu {
        a:link { color: white }
        a:visited { color: white }
        a:active { color: blue }
}
