html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 1.2em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.8em;
}

h4{
	font-size: .7em;
}

h5{
	font-size: 1em;
	font-style: italic;
	line-height: 22px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



body{
	text-align: center;
	vertical-align: top;
	margin:0;
	padding:0;
	font-size:14px;
	background: #4A3C25; 
	font-family: Times New Roman;
	/*color: #4F3D11;*/
	color: black;
	}

hr {

	}

#header{
	vertical-align: top;
	width:800px;
	height:174px;
	margin:0px auto;
	position:relative;
	text-align:center;
	background-image: url("../images/header.png");
	background-position: center top;
}



#top_nav {
	padding-top: 43px;
	text-align: left;
	
}


#left_column {
	width: 194px;
	float: left;
	text-align:left;
	margin-left:25px;
	display:inline;
}

#right_column {
	width: 325px;
	float: left;
	margin-left:30px;
	text-align: left;
}

#right_column2 {
	width: 525px;
	float: left;
	margin-left:30px;
	text-align: left;
}


#ad_projects {
	width: 208px;
	float: left;
	text-align: left;
	height: 434px;
}

#topbody {
	background-image: url("../images/topbody.png");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 17px;
}

#topbody2 {
	background-image: url("../images/topnav9.png");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 17px;
}

#bottombody {
	background-image: url("../images/bottombody.png");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 13px;
	background-repeat: no-repeat;
	
}

#bottombody2 {
	background-image: url("../images/videobottom.png");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	height: 31px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bodybg.png");
	background-repeat: repeat;
	background-position: top;
}
#wrapper2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/videobody.png");
	background-repeat: repeat;
	background-position: top;
	
}

#wrapperindex {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-position: top;
	text-align: left;
}

#blockoftext {
	font-family: "Times New Roman", Times, serif;
}

#footer {
	width: 800px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;


}

#belowfooter {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: left;

}


/* Navigation Text*/
ul.subjects {
	font-size: 18px;
	margin-top: 10px; 
}
.subjectli {
	font-size: 18px;
	margin-top: 10px; 
}

ul.project2 {
	font-size: 1em;
	padding-left: 2em;
	list-style: disc;
}

ul.episodes {
	font-size: .8em;
	padding-left: 2em;
	line-height: 1.2em;
	list-style: square;
}

ul.subject {
	font-size: .8em;
	padding-left: 2em;
	list-style: square;
}

.selected {
/*	font-weight: bold; */
}

.selected2 {
	font-weight: bold;
}

#new_project {
	width: 325px;
	height: 90px;
	background-image: url("../images/new_project_bg.png");
	background-repeat: no-repeat;
	font-size: .9em;
	margin-top: 5px;
}

#new_video {
	width: 370px;
	height: 90px;
	background-image: url("../images/new_video_bg.png");
	font-size: .9em;
	margin-top: 5px;
}

/*	==================  */
a.newproject:link { /* unvisited link */
	color: black;
	text-decoration: none;
	} 
a.newproject:visited { /* visited link */
	color: black;
	text-decoration: none;
	} 
a.newproject:hover {
	text-decoration: underline;
	color: #0000FF;
	}  /* mouse over link */
a.newproject:active {
	text-decoration: underline;
	color:#0000FF
	}  /* selected link */
/*	==================  */


/*	====== VIDEO PAGINATION ======  */
a.videopagination:link { /* unvisited link */
	color: #0000FF;
	text-decoration: underline;
	} 
a.videopagination:visited { /* visited link */
	color: #0000FF;
	text-decoration: underline;
	} 
a.videopagination:hover {
	text-decoration: underline;
	color: #0000FF;
	}  /* mouse over link */
a.videopagination:active {
	text-decoration: underline;
	color:#0000FF
	}  /* selected link */
/*	==================  */

/*	====== VIDEO PAGINATION SELECTED ======  */
a.videopaginations:link { /* unvisited link */
	color: #24739D;
	text-decoration: underline;
	} 
a.videopaginations:visited { /* visited link */
	color: #24739D;
	text-decoration: underline;
	} 
a.videopaginations:hover {
	text-decoration: underline;
	color: #0000FF;
	}  /* mouse over link */
a.videopaginations:active {
	text-decoration: underline;
	color:#0000FF
	}  /* selected link */
/*	==================  */



/*	==================  */
a.selected2:link { /* unvisited link */
	color: #FF9704;
	} 
a.selected2:visited { /* visited link */
	color: #FF9704;
	} 
a.selected2:hover {
	text-decoration: underline;
	color: #0000FF;
	}  /* mouse over link */
a.selected2:active {
	text-decoration: underline;
	color:#0000FF;
	}  /* selected link */
/*	==================  */
	
	
/*	==================  */
a.video:link { /* unvisited link */
	color: black;
	text-decoration: none;
	} 
a.video:visited { /* visited link */
	color: black;
	text-decoration: none;
	} 
a.video:hover {
	text-decoration: underline;
	color: black;
	}  /* mouse over link */
a.video:active {
	text-decoration: underline;
	color:#0000FF
	}  /* selected link */
/*	==================  */

/* front page "blog" section */
a.bloglink:link {
	color: #E6870E;
	text-decoration: none;
}
a.bloglink:visited {
	color: #E6870E;
	text-decoration: none;
}
a.bloglink:hover {
	color: #24739D;
	text-decoration: underline;
} 

a.bloglink2:link {
	color: #24739D;
}
a.bloglink2:visited {
	color: #24739D;
}
a.bloglink2:hover {
	color: #24739D;
	text-decoration: underline;
} 
/*	==================  */

a.videolink:link {
	color: #47371D;
	text-decoration: none;
}
a.videolink:visited {
	color: #47371D;
	text-decoration: none;

}
a.videolink:hover {
	color: #24739D;
	text-decoration: underline;
}
/*	==================  */

a.projectlink:link {
	color: black;
	text-decoration: none;
}
a.projectlink:visited {
	color: black;
	text-decoration: none;

}
a.projectlink:hover {
	color: #24739D;
	text-decoration: underline;
}

#footercopyright {
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	font-size: .8em;
	margin-top: 8px;
	color: white;
}

#footerlinks{
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	display: inline;
	font-size: .8em;
	margin-top: 8px;
	color: #F3C484;
	margin-left: 14px;
	width: 445px;
}

a.footerlinks:link {
color: #F3C484;
text-decoration: none;
}

a.footerlinks:visited {
color: #F3C484;
	text-decoration: none;
}

a.footerlinks:hover {
	color: #DCF4E6;
	text-decoration: underline;
}


img, div { behavior: url(/stylesheets/iepngfix.htc) }

@font-face {
	  font-family: "Colaborate-Medium";  
	  src: url( /fonts/ColabMed.eot ); /* IE */  
	  src: local("Colaborate-Medium"), url( /fonts/ColabMed.ttf ) format("truetype"); /* non-IE */  
}










