/* wash U red:   #9-d-0-9-1-7  */
/* wash U green: #1-6-6-6-3-F  kind of*/
/* wash U green: #0-0-7-3-6-0  really*/
/* dark grey:    #3-3-3-3-3-3  */
/* lab peach:    #e-6-d-2-b-a  */
/* deep blue;    #0-0-3-3-6-6  */


/* ContentBlock_home is where all of the contnet goes on index and tas*/

#ContentBlock_home {
   /*position: absolute;*/
   font-family: Calibri, sans-serif;
   /*top:190px;*/
   /*left: 10%;
   width: 80%;*/
   width: 860px;
   height:100%;
   margin-top: 140px;
   margin-left: auto;
   margin-right: auto;
   /*min-width: 720px;*/
   font-size: 14pt;
   /*background-color:#e6d2ba;*/
   padding: 20px;
   z-index: -1;
   
}

#ContentBlock_home li a{
   color: #9d0917;
   text-decoration: none;
}

#ContentBlock_home li a:hover{
   color: white;
}

#ContentBlock_home a{
   color: #9d0917;
   text-decoration: none;
}

#ContentBlock_home a:hover{
   color: white;
}

#ContentBlock_home h3{
   color: #007360;
}

/*some things just for course home*/


/* these are for the announcements on the course home */

#Announcements {
 
 	/*display: block;*/
 	float: left;
	/*position: absolute;
	top: 380px;*/
	z-index: -1;

}

#Announcements a:hover{

   color: #333333;
}

div.announcement_header{

	color: #007360;
	font-size: 24pt;
	font-family: Courrier, serif;
	text-align: left;
	float: left;
	padding-top: 10px;

}

div.announcement_date {
	
	background-color: #333333;
	width: 850px;
	height: 15px;
	color: #007360;
	text-align: right;
	padding: 5px;
	float: left;

}

div.announcement_title {

	background-color: #333333;
	width: 850px;
	font-size: 18pt;
	font-family: serif;
	color: white;
	padding: 5px;
	float: left;

}

div.announcement_content {

    background-color: white;
	width: 820px;
	color: #007360;
	padding: 20px;
	margin-bottom: 20px;
	font-family: Calibri, sans-serif;
	float: left;
	
}

#thisweekblock {
	
	/*width: 422px;*/
	width: 642px;
	/*height:161px;*/
	height:220px;
	float:left;
	text-align: center;
	font-size: 16pt;

}

#thisweek_header{
	background-color: #333333;
	color: white;
	/*position: absolute;
	top: 400px;*/
	/*width: 402px;*/
	width: 622px;
	text-align: center;
	margin: 10px;
}

#thisweekMT {
	background-color: #003366;
	color: white;
	/*position: absolute;
	top: 430px;*/
	/*width: 402px;*/
	width: 622px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thisweekWR {
	background-color: #003366;
	color: white;
	/*position: absolute;
	top: 460px;*/
	/*width: 402px;*/
	width: 622px;
	text-align: center;
	margin: 10px;
}

#session {
    color: #333333;
	/*background-color: #9d0917;*/
	font-size: 26pt;
	font-family: serif;
	text-align: center;
	text-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 5px #007360;
	border-bottom: solid 5px #9d0917;
	font-weight: bold;
}

#thisweek_header_header {

	color: #333333;
	/*background-color: #9d0917;*/
	font-size: 20pt;
	font-family: Courrier, serif;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 26px;
	/*padding-top: 26px;
	padding-bottom: 26px;*/
	
}

#footer {
    float: left;
    width: 860px;
	border-top: solid 5px #007360;
	border-bottom: solid 5px #9d0917;
	margin-bottom:20px;

}
