/* Clear browser settings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* page verical rhythm */

body {
	font-size: 1em;
	line-height: 1.461538em;
}

h1 {
	font-size: 3em;
	line-height: 0.974358em;
	margin-top: 1.24359em;
	margin-bottom: 1.487179em;
}

h2 {
	font-size: 2em;
	line-height: 0.930769em;
}

h3 {
	font-size: 1.461538em;
	line-height: 1em;
}

h4 {
	font-size: 1.230769em;
	line-height: 1.1875em;
	margin-top: 1.1875em;
}

.x-small {
	font-size: 80%;
	line-height: 90%;
}



#footer {
	font-size: 0.769231em;
	line-height: 1.9em;
	clear: both;
}

.feature {
	font-size: 0.846154em;
	line-height: 1.727273em;
	margin-top: 0.863636em;
	padding-top: 0.863636em;
}

.pullquote {
	font-size: 0.769231em;
	line-height: 1.9em;
}

.title {
	font-size: 1.230769em;
	line-height: 1.1875em;
}

.strong {
	font-size: 1.076923em;
	line-height: 1.357143em;
}

.bio {
	font-size: 0.769231em;
	line-height: 1.9em;
}

leftNav {
	font-size: 1em;
	line-height: 1.461538em;
}

leftNav p {
	font-size: 1em;
	line-height: .9499997%;
}

p {
	/*margin-top: 1.1875em;*/
	margin-bottom: 0.59375em;
}

ul {
	margin-left:3em;
	padding-top: 0.3653845em;
	padding-bottom: 0.730769em;
}


li {
	font-size: 1em;
	line-height: 1.1684304;
	margin-top: 0em;
	margin-bottom: 0em;
}



/* Horizontal Rhythm */





/*style divs */
h1 {
	color : #EC3418;
	font-family : "Arial", "Arial Black", Arial, Verdana, sans-serif;
	

	letter-spacing : 3px;

	}
H2{
	color : #ffffff;
	font-family : "Arial", "Arial Black", Arial, Verdana, sans-serif;
	

	letter-spacing : 3px;
}
h3 {
	color : #ffffff;
	font-family : "Arial", "Arial Black", Arial, Verdana, sans-serif;
	

	letter-spacing: 3px;
}
.title{
	color : #ffffff;
	font-family : "Arial", "Arial Black", "Verdana"," sans-serif";
	
	text-align : center;
}

.pullquote {
 width:35%;
 line-height:1.5;
 font-size:1.2em;
 text-align:justify;
 float:right;
 }
 
 .pullquote:before {
 content:"\201C" attr(title) "\201D";
 
 text-align:center;
 background:#000000;
 color:#0075B8;
 display:block;
 float:right;
 width:7em;
 margin: 0.25em 1em 0.5em 0;
 padding:.5em;

 border-top:#fff double thin;
 border-bottom:#fff double thin;
 }
 
body{
	font-family: Arial,sans-serif;
	
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color:white;
	
}

a:link{
	color: #006699;
	text-decoration: underline;
}
a:visited{
	color: #006699;
	text-decoration: underline;
}
a:hover{
	color: Green;
	text-decoration: underline;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px none #cccccc;
	width: 100%;
	visibility: visible;
	z-index: 1;
	background-color:black;

	/*background-image:url(/images/summerschool/SummerSchoolHeader08.jpg); */
	height:300px;
	
}

#navBar{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-left: 1px none;
	border-bottom: 1px none;
}

#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
  float: left;
  width: 55%;
}
#img_teacher{
float : left;

	padding-bottom : .5em;
	padding-right : .5em;


}
.menu {
	font-size: 1em;
	line-height: 1.461538em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.Color01{ Color: #FF8000; }
.Color02{ Color: #FFEB00; }
.Color03{ Color: #00B621; }
.Color04{ Color: #0075B8; }
.Color05{ Color: #3A00A3; }
.Color06{ Color: #EB0035; }
.Color07{ Color: #8F4800; }
.Color08{ Color: #8F8400; }
.Color09{ Color: #006613; }
.Color10{ Color: #004268; }
.Color11{ Color: #21005C; }
.Color12{ Color: #84001E; }
.BgColor01{ background-color: #FF8000; }
.BgColor02{ background-color: #FFEB00; }
.BgColor03{ background-color: #00B621; }
.BgColor04{ background-color: #0075B8; }
.BgColor05{ background-color: #3A00A3; }
.BgColor06{ background-color: #EB0035; }
.BgColor07{ background-color: #8F4800; }
.BgColor08{ background-color: #8F8400; }
.BgColor09{ background-color: #006613; }
.BgColor10{ background-color: #004268; }
.BgColor11{ background-color: #21005C; }
.BgColor12{ background-color: #84001E; }
/*************************************************

my styles
*************************************************/

#leftNav {
	float:left;
	width: 20%;
	padding-right: 10px;
}
#teachers {
	float: left;
		width: 55%;
}
#rightNav {
	padding: 8px;
	float: right;
	width: 20%;
	border : thin solid #8F8400;
	}

#footer{
width:100%;
}

.bio{
	font-family : Arial, sans-serif;
	
}
.strong {
	
	font-weight: bold;
	}

.strikethrough {
	text-decoration: line-through;
	}

