@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	
}

a {
	text-decoration: none;
	color: #05255A;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #05255A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #05255A;
	font-weight: bold;
}



h1, h2, h3, h4, h5, h6 {
	color: #002157;
	font-weight: normal;
}

h1 {	font-size: 160%;	}
h2 {	font-size: 150%;	}
h3 {	font-size: 140%;	}
h4 {	font-size: 130%;	}
h5 {	font-size: 120%;	}
h6 {	font-size: 110%;	}


img {
	margin: 5px;
	border: none;
}


/*	***********************	*/
/* DIVS OR LAYERS USED IN LAYOUT, ETC.  */
/*	***********************	*/

#pageWrapper {
	/*width: 1020px;*/
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	margin-top: 10px;
} 

#header {
	height: 125px;
	text-align: right;
} 
#logoImage {
	margin:0;
	padding:0;
	border:0;
}

#pageWrapper #mainBody {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#footer {
	padding: 0 10px 0 20px;
	background:#FFF;
	clear: both;
	text-align: center;
} 




/*	***********************	*/
/* 	Elements used in page regions  */
/*	***********************	*/

#pageWrapper #mainBody #homePgTestimonials {
	margin: 0px 10px 10px 10px;
	padding:10px;
	width: 200px;
	float: left;
	font-style: italic;
	color: #333;
	border: thin dashed #CCC;
	clear: left;
}
#pageWrapper #mainBody #homePgConference {
	float: right;
	width: 200px;
	border: thin outset #CCC;
	text-align: center;
}

#pageWrapper #mainBody #homePgConference p {
	padding: 10px;	
}
#pageWrapper #mainBody #homePgCurriculum {
	float: right;
	height: 180px;
	width: 200px;
	border: thin outset #CCC;
	text-align: center;
}
#pageWrapper #mainBody #homePgAboutLNCI {
	float: right;
	height: 130px;
	width: 200px;
	border: thin outset #CCC;
	clear: right;
	text-align: center;
}
#pageWrapper #mainBody #homePgAffiliates {
	float: left;
	width: 300px;
}
#pageWrapper #mainBody #homePgInfo {
	margin: 10px;
	float: left;
	width: 475px;
	font-size: 1.2em;
}
#pageWrapper #mainBody #staffDanaJolly {
	float: left;
	width: 400px;
}
#pageWrapper #mainBody #staffAngieDukeHaynes {
	float: right;
	width: 400px;
}

#pageWrapper #mainBody #registrationForm {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pageWrapper #mainBody #currBook {
	float: right;
	width: 150px;
	border: thin dashed #666;
	padding: 10px;
}


/*	***********************	*/
/* 	CLASSES USED in website */
/*	***********************	*/





#pageWrapper #mainBody #homePgInfo #announcementHomePg {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-weight: normal;
	color: #039;
	padding: 10px;
	border: thin dotted #C30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.center {
	text-align: center;	
}

.required {
	color: #F00;
	font-weight: bold;
}

#greeting {
	margin-top: 5px;
	margin-bottom: 10px;
}

#navbar {
	margin:0 0 10px 0;
}

.odd {
	background-color:#ddd;
}

.even {
}

.tableitem {
	padding: 5px;
	border-bottom:1px solid #000;
}

.tableheader {
	padding-left: 5px;
	/*padding-right: 15px;
	padding-top: 15px;*/
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

#screencastWrapper {
	margin:auto;
}

h4 {
	margin: 0 !important;
}

#freeList {
	float: left;
	width: 430px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
}

#paidList {
	float: right;
	width: 430px;
	vertical-align: top;
	margin-top: 10px;
}

legend {
	font-weight: bold;
	margin-bottom: 10px;
}

.formlegend {
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

input {
	margin-bottom: 10px;
}
