body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg_stripe_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ff6600;
	margin: 0px;
}

p {
  margin:0 0 10px 0;
  display: block;
}

h1, h2, h3 { letter-spacing:0px; margin:0px; }

h1 
{
  font-size:22px;
  margin-bottom: 30px;
}

h2 
{
  margin-top:0px;
  margin-bottom:4px;
  font-size:20px;
}

h3 
{
  margin: 10px 0 14px 0;
  font-size:16px;
}

a {
	border: none;
}

img {
	float: left;
	text-align: left;
	margin: 5px;
	margin-right: 10px;
	/*border: 1px solid #666666;*/
	border: none;
}
img.aright {
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-left: 10px;
}
img.aleft {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 5px;
}
img.acenter {
	float: none;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.asfpage #container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-image: url(images/bg_stripe_content.jpg);
	background-repeat: repeat-y;
}

.asfpage #header {
	background-image: url(images/asf_header.jpg);
	height: 196px;
	width: 1000px;
}
.asfpage #menubar {
	background-image: url(images/asf_navbar.jpg);
	height: 40px;
	width: 1000px;
}
.asfpage #navbar {
	height: 40px;
	width: 700px;
	margin: 0 auto;
}
.asfpage #middle {
	background-image: url(images/asf_content.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.asfpage #footer {
	background-image: url(images/asf_footer.jpg);
	height: 40px;
	width: 1000px;
}
.asfpage #footcontent {
	height: 40px;
	width: 700px;
	margin: 0 auto;
	text-align: right;
}
.asfpage #content {
	width: 660px;
	margin-top: 0px;
	margin-right: 170px;
	margin-left: 170px;
}

.asfpage #contentleft {
	float: left;
	width: 490px;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	margin-bottom: 20px;
}

.asfpage #contentright {
	width: 150px;
	float: right;
	font-size: 12px;
	text-align: center;
	color: #999999;
}

.categlink {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 20px 12px 20px;

}

.categlink a {
	color: #4EABF8;
	text-decoration: none;
}
.categlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footnotes{
	font-size: 12px;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
}

.pagecontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.pagecontent h1{
	color: #282181;
}
.pagecontent h2{
	color: #000000;
}
.pagecontent h3{
	color: #FF2600;
}
.pagecontent a{
	color: #FF2600;
	text-decoration: none;
}
.pagecontent a:hover{
	color: #FF2600;
	text-decoration: underline;
}


.progtable {
 	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.week{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.week a{
	color: #444444;
	font-size: 10px;
}
.date {
	font-size: 18px;
	color: #282181;
}
.timetitle {
	color: #FF2600;
	font-size: 14px;
	font-weight: bold;
}
.lecturer {
	font-weight: bold;
}

.speaker {
	height: 110px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
.speaker h3{
	color: #FF2600;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pdfdown {
	height: 30px;
	background: #ffffff url(images/pdf_icon.jpg) top left no-repeat;
	text-indent: 50px;
}

.clrboth { 
	clear:both
}
