body {
	font-family: verdana, arial, "Times New Roman";
	font-size: .99em;
	color: #444;
	background-color: #fff;
	margin-left: -25px;
	}
	
#wrapper {
	margin: 0 auto;
	width: 708px;
	} 


/* universally usable classes and elements
---------------------------------------*/

/* off screen */
.off-screen {
	margin: -1000px;
	}

/* hide */
.hide {
	display: none;
	}

.inline li {
	list-style-type: none;
	display: inline;
	}
	
ul {
	padding: 0;
	margin: 0;
	}

h1 {
	font-size: 1.1em;
	line-height: 1em;
	}
	
a, a:visited {
	text-decoration:none;
	color: #66f;
	}
	
a:hover {
	text-decoration: underline;
	}

a img {
	border: 0;
	}

p {
	padding: 0;
	margin: 0;
	}

.italic {
	font-style: italic;
	}

.smaller {
	font-size: .9em;
	}
	
.single {
	line-height: 1.2em;
	}
	
.error {
	color: red;
	}


/* header:
---------------------------------------*/
#header {
	padding-top: 30px;
	background-color: #fff;
	}



/* navigation elements: 
---------------------------------------*/

body {
	margin-top: 25px;
}

a#homeImg {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../i/logo.jpg);
	height: 100px;
	width: 192px;
	cursor: pointer;
	cursor: hand;	
	}
	
a#homeImg:hover {
	background-image: url(../i/logoH.jpg);
	}

#prmNav {
	float: left;
	}
	
#prmNavLinks {
	margin-top: 30px;
	font-family: verdana;
	font-size: .9em;
	letter-spacing: 1px;
	list-style-type: none;
	text-align: right;
	width: 160px;
	}
	
#prmNavLinks li a, #prmNavLinks li a:visited {
	text-decoration: none;
	line-height: 40px;
	color: #633;
	padding-right: 5px;
	border-right: 1px solid #fff;
	}


#prmNavLinks li a:hover, #prmNavLinks li a.here {
	color: #300;
	border-right: 1px dotted #300;
	}
	
#secNav {
	margin-bottom: 10px;
	}

#secNav li a, #secNav li a:visited  {
	color: #633;
	text-decoration: none;
	font-size: .9em;
	}

#secNav li a:hover, #secNav li a.here {
	color: #300;
	text-decoration: underline;
	}

/* content elements
---------------------------------------*/

#content {
	margin-left: 245px;
	padding-top: 365px;
	color: #669;
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: justify;
	}
	
#spotlightList li {
	padding-bottom: 8px;
	}

#spotlightList li em {
	color: #336;
	font-style: normal;
	}

.testimonialsSec p {
	font-size: .9em;
	font-style: italic;
	border-bottom: 1px solid #eee;
	margin: 10px 0; 
	}


dt {
	font-size: .9em;
	float: left;
	padding:0;
	}

dd {
	padding-left: 0;
	margin:0;
	}
	
#learningPg dl {
	margin: 0;
	font-size: 1.1em;
	}

#learningPg dt {
	padding-right: 10px;
	}

#learningPg dd {
	font-size: .9em;
	padding-bottom: 10px;
	}

#learningPg dt {
	font-weight: bold;
	}

.readingSec dt {
	font-weight: normal;
	text-decoration: underline;
	}

#contactForm dt {
	width: 55px;
	text-align: right;
	padding-right: 10px;
	}


/* footer element: holds testimonial and logo
---------------------------------------*/

/*-------------------------------------*/


