/* layout */
body			{
			background: transparent url('/img/course_backgrounds.jpg') top left repeat-y;
			background-attachment: fixed;
			text-align: center;
			}
#container	{
			margin: 0 auto;
			padding: 0;
			text-align: left;
			width:780px;
			margin-top:3px;
			border-top:1px solid #333333;
			/*border-left:1px solid #333333;
			border-right:1px solid #333333;*/
			}

#unitnav	{
		top:0px;
		width:780px;
		border-bottom:medium;
		border-bottom-style:outset;
		border-bottom-color:#666666;
		z-index: 1;
		cursor:pointer;

}
#header {
		
		width:780px;
		background-color:#535D6F;

}

#content	{position: relative;
			background:url(images/page body.jpg);
			background-repeat:repeat-x;
			width: 780px;
			border-top:medium;
		border-top:1px solid #333333;
		border-top-color:#333333;
			
			}


/* Text */

.t	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-top:0px;
		}

.ti	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		text-indent: 20px;
		margin-top:0px;
		}
.medium {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 15px;
		font-weight: bold;
		color:#000000;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		}		

		
.title {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #410103;
		margin-left: 40px;
		margin-right: 35px;
		margin-top: 5px;
		}
		
.titleb {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		margin-left: 40px;
		margin-right: 35px;
		margin-top: 5px;
		}
		
span.date {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #333333;
		font-size: 14px;
		font-weight: bold;
}

span.tg {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #666666;
		font-size: 13px;
		font-weight: bold;
}

.caption {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:12px;
		color:#410103;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		}
.credit {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:11px;
		color:#410103;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		text-align:right;
		
		}
		
ol	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:50px;
		margin-right:10px;
		margin-top:0px;
		}
ul	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:50px;
		margin-right:10px;
		margin-top:0px;
		}
li	{margin-top: 5px;}
		
a {font-family: "Humanist 521 BT", "tahoma", "arial";
	color: #410103;
	}
a.link {font-family: "Humanist 521 BT", "tahoma", "arial";
		color:#0000FF;
		}
		
a.link:hover {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	
a.link:visited {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #330099;
		}	
		
a.link.active {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	
	
	#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #fef6d2;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
font-family: "Humanist 521 BT", "tahoma", "arial";
font-size: 13px;
font-weight: bold;
color: #410103;}

#main_menu img {
    border: 1px solid #999;
}

#footer {
    background: url(/ttcourse/Year2/images/footer.png) no-repeat left bottom;
    font: 11px Tahoma, Arial, sans-serif;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 780px;
}



