body {
	background-color: #DFDBD8;
}
#main {
	width: 870px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
}
#content {
	background-image: url(/basics/09basics_bg.jpg);
	background-repeat: repeat-y;
	width: 870px;
}
#contentmain {
	width: 750px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#right {
	width: 300px;
	margin-left: 40px;
}

p {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #474747;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	li{
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 5px;
	}
.rescheduled {
	font-weight: bold;
	color: #EE014C;
}
h1 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 135%;
	font-weight: normal;
	color: #474747;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0768A9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
h3 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #458EBF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
strong {
	color: #0768A9;
}
	h4 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #458EBF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdbd8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
	h5 {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #474747;
	padding: 0px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
	}
a {
	color: #458EBF;
	text-decoration: none;
	}

a:link {
	color: #458EBF;
	text-decoration: none;
	}

a:visited {
	color: #458EBF;
	text-decoration: none;
	}

a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}

