/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

/* --- START TYPOGRAPHY STYLES ------------------------------------- */

body {
	color: #000;
	line-height: 1.1em;
	font-family: Arial, Verdana;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

input, textarea, select { font-family: Arial, Verdana; font-size: 0.9em; }

h1, h2, h3, h4, .nav { font-family: "Trebuchet MS"; COLOR: #1d7159; line-height: 1.3em; }

h1 { line-height: 1.3em; font-size: 1.6em;  padding: 10px 0; }

h1.coursetitle { padding-bottom: 0px; }

h2 { font-size: 1.2em; padding: 10px 0px; font-weight: bold; border-top: 1px solid #ddd; text-transform: capitalize; }

h3 { font-size: 1em; padding: 8px 0; font-weight: bold; }

h4 { font-size: 1em; padding: 10px 0 0 0; color: #008576; border-top: 1px solid #ddd; }

p { line-height: 1.3em; padding: 8px 0; text-align: left; }

body.home div.content p { padding: 0 0 20px 0; }

strong { font-weight: bold; }

ul li.normal { font-size: 12px; }

ul li.medium { font-size: 17px; }

ul li.large {  font-size: 20px; }

ul li.xlarge {  font-size: 24px; }
