/** BASIC */

body {
	font-family: verdana, "Lucida Bright", Arial,  helvetica, sans-serif;
	font-size: .815em;
	margin: 1.2em;
	color: #0a0a0a;
	background: #aab6af;
}

h3, h4, h5, h6 {
	font-family: "Lucida Bright", verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222a25;
}

h1, h2{
    font-family: "Lucida Bright", "Lucida Grande", verdana,  arial, times new roman; 
    text-align: left;
    font-weight:100;
    z-index: 0;
    color:#222a25;
    letter-spacing: 0.001em;}
    .title { position: relative; left: 3%; top: 20px;}
.desc { font-size: 11px; word-spacing: .2em; letter-spacing: 0.07em;}

img {border: 2px solid #ddd;}
p, ol, ul {
	line-height: 160%; }
	
.centered { text-align:center; }
.boldtext { font-family: "Lucida Bright", verdana, Arial, Helvetica, sans-serif; font-weight: 800; }
.bookTitles { vertical-align: bottom; margin-left: 10px; }
#classroom { margin-left: 35px; margin-right: 18px; }

a {
	color: #2F3732;
}
.currentPage {
    text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	
	color: #fff;
}
.currentPage {
    text-decoration: none;
	color: #000;
}

/** HEADER */

#myheader {
	float: left;
}

#myheader h1 {
	margin: 0px;
	font-size: 2.2em;
}

#myheader h2 {
	margin: 0px;
	font-size: 2.2em;
}

/** MENU */

#menu {
	padding: 2.2em 0em 0em 2em;
	font-family: "Lucida Grande", verdana, arial;
	z-index:100;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}


#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #6a7c71;
	text-decoration: none;
	font-weight: normal;
	color: #ddd;
}

#menu a:hover {
	background-color: #2F3731;
	color: #fff;
}

/** CONTENT */

#mycontent {
	clear: both;
	margin: 1em 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}

#mycontent h2 {
}

#left {
	float: left;
	width: 65%;
	padding-right: 3%;
	padding-left: 1%;
	border-right: 1px solid #ccc;
}

#right {
	float: left;
	width: 22%;
	padding-left: 3%;
	
}

/** FOOTER */

#myfooter {
	clear: both;
}

#myfooter p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #ddd;
}
.footerLink a { color: #ddd;}
.footerLink a:hover { color: #fff;}
