body{
	padding: 0px;
	margin-top: 5px;
}
body,p,li,td,b,strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #568400;
}
form.tight {
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

a:visited {
	color: #202979;
}
a:hover, a:active, a:link, a:visited {
	text-decoration: none;
}
a img{
	border: none;
}
a.edit-link, a.edit-link:visited, a.edit-link:hover{
	font-size: 10px;
	color: #CC3300;
	font-weight: normal;
}
h1, .h1 {
	font-size: 18px;
	font-weight: bold;
}
h2, .h2 {
	font-size: 16px;
	font-weight: bold;
}
h3, .h3 {
	font-size: 13px;
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}

/********** PAGE HEADER & TOP NAVIGATION STYLES ******/
#pageContainer{
	width: 800px;
}
#headerA{
	position: relative;
	height: 47px;
	z-index: 10;
}
#headerA .pageTitle{
	position: absolute;
	right: 437px;
	bottom: 5px;
	text-align: right;
	font-size: 18px;
	color: #6AA300;
}
#headerA .topNav{
	position: absolute;
	right: 0px;
	top: 12px;
}
#headerB {
	position: relative;
	background-color: #000000;
	height: 53px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 5px;
	z-index: 0;
}
#headerB .donate{
	position: absolute;
	bottom:5px;
	right:5px;
	text-align:right;
	color: #6AA300;
}
#headerB .donate a, #headerB .donate a:visited{
	font-size: 12px;
	font-weight: bold; 
	color: #6AA300;
}
#headerBHome {
	position: relative;
	background-color: #000000;
	height: 48px;
	padding: 5px 5px 0px 0px;
	z-index: 0;
	text-align:right;
	color: #FFFFFF;
	font-size: 14px;
}
#headerC{
	background-color: #6AA300;
	z-index: 5;
	height: 24px;
}
#login-welcome{
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
#footer{
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	clear: both;
}
#footerHome{
	margin-top: 15px;
	text-align: center;
	clear: both;
	color:#CCCCCC;
}

/* PAGE CONTENT DIVs */
#contentContainer{
	padding: 10px;
}
#contentLeft{
	width: 275px;
	float: left;
}
#contentLeft img{
	border: 4px solid #000000;
}
#contentRight{
	margin-left: 290px;
}

.even-left{
	width: 370px;
	float: left;
}
.even-right{
	margin-left: 385px;
}

/* PRESS CONTENT DIVs */
#pressLeft{
	width: 150px;
	float: left;
}
#pressRight{
	width: 150px;
	float: right;
}
#pressCenter{
	margin-left: 185px;
	margin-right: 185px;
}

/* HOME PAGE */
#contentLeftHome{
	margin: 0px 565px 0px 0px;
	padding-top: 15px;
}
#contentLeftHome h2{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#contentLeftHome ul{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#contentLeftHome li{
	margin: 5px 0px 5px 5px;
	padding: 0px;
	list-style-position: inside;
}
#contentLeftHome p{
	margin: 0px 0px 5px 5px;
	padding: 0px;
}
#contentRightHome{
	float: right;
	width: 558px;
}
#contentRightHome .videolinks {
	text-transform: uppercase;
}
#contentRightHome .videolinks img{
	margin-bottom: 5px;
}
#contentRightHome .videolinks a, #contentRightHome .videolinks a:visited{
	color: #000000; 
}

#contentSingle{
}

#classroomOuter{
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ABA49A;
	padding: 2px;
}
#classroomInner{
	background-color: #E0DFC3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#classroomInner td a, #classroomInner td a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/********** PROJECT THUMBNAIL STYLES *****************/
.projectthumb {
	text-align: center;
	width: 82px;
}
#projectthumb1 {
	background-image: url(../images/icons/project_culturalmap.png);
	background-position: center center;
	height: 74px;
	width: 82px;
}
#projectthumb1 img {
	width: 53px;
	height: 41px;
	margin-left: 1px;
	margin-top: 17px;
	border: 0px;
}
#projectthumb2 {
	background-image: url(../images/icons/project_notebook.png);
	background-position: center center;
	height: 74px;
	width: 82px;
}
#projectthumb2 img {
	width: 56px;
	height: 70px;
	margin-left: 7px;
	margin-top: 2px;
	border: 0px;
}
#projectthumb3 {
	background-image: url(../images/icons/project_slideshow.png);
	background-position: center center;
	height: 74px;
	width: 82px;
}
#projectthumb3 img {
	width: 80px;
	height: 62px;
	margin-left: 1px;
	margin-top: 2px;
	border: 0px;
}
#projectthumb4 {
	background-image: url(../images/icons/project_storyboard.png);
	background-position: center center;
	height: 74px;
	width: 82px;
}
#projectthumb4 img {
	width: 32px;
	height: 42px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 1px;
	border: 0px;
}

.login-text-small{
	font-size: 10px;
}

.gallery-item{
	width: 170px;
	height: 170px;
	margin: 5px 0px 5px 20px;
	float:left;
}
.gallery-item, .gallery-item a, .gallery-item a:visited{
	font-weight: bold;
}

.galleryTitle{
	clear:both;
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.clear-both{
	clear: both;
}
.list-connections li{
	padding: 5px;
}
.inactive{
	background-color:#FFCCFF;
	border:1px solid #FF00FF;
}
.inactive-grey{
	background-color:#EFEFEF;
	border:1px solid #666666;
}

ul.school-classrooms{
	margin: 10px;
	padding: 0;
	list-style-type:none;
	list-style-position:outside;
}
ul.school-classrooms li{
	display: block;
	float: left;
	text-align: center;
	margin: 0px 10px 0px 10px;
	width: 90px;
}
ul.school-classrooms li a, ul.school-classrooms li a:visited, ul.school-classrooms li a:hover{
	font-weight: bold;
	color:#000000;
}
ul.school-classrooms li img{
	border: 1px solid #000000;
}

.highlight{
	border: 2px dashed #6AA300;
	background-color: #EFEFEF;
	padding: 5px 10px 5px 10px;
}