/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

/* --- START TYPOGRAPHY STYLES ------------------------------------- */

body {
	color: #666;
	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 0 0 0; font-weight: bold; border-top: 1px solid #ddd; text-transform: capitalize; }

h3 { font-size: 1em; padding: 8px 0; font-weight: bold; }

h4 { font-size: 1.3em; font-weight: bold; padding: 10px 0 0 0; color: #008576; border-top: 1px solid #ddd; }

p { line-height: 1.3em; padding: 8px 0; text-align: justify; }

body.home div.content p { padding: 0 0 20px 0; }

strong { font-weight: bold; }


