@import url("../courses_global.css");

/* text blocks */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	background-image:  url(../images/bg_arabesque_w.jpg);
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.subhead {
	padding-left: 10px;
}
th {
	color: #366;
	text-align: left;
	margin-top: 15px;
	border-bottom: 1px solid #366;
}

#schedule td { vertical-align: top; }

.row-header { text-align: right; }

.inline { 
	float: left; /* wrap text around images */
	margin-right: 10px;
	margin-left: 0px; 
}
.roll {
	font-size: 14px;
	width: 710px;
}

/* end text blocks */

/* positioning */

#wrapper { 
	
 }

#course-header { 
	color: #fff;
}

#sidebar {
	background: #366;
	}

#footer {
	color: #999;
	border-top: 1px groove #366;
}

/* end positioning */


/* headers*/

h1, h2, h3     { font-style: normal; color: #366; font-family: tahoma, verdana, helvetica, sans-serif }
               
h1 	{ font-weight: normal;  font-size: 28px; margin-bottom: 15px; margin-top: 15px  }
h2	{ font-weight: normal; font-size: 18px; margin-bottom: 5px; margin-top: 15px   }
h3 	{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
}

/* end headers */

/* links */

a:link, a:visited { text-decoration: underline; font-weight: normal; color: #303; }
a:hover { text-decoration: underline; color: #710071; background: transparent; }
a:active { text-decoration: none; color: #366; background: transparent; }

div#nav a:link { text-decoration: underline; font-weight: normal; color: #330033} 
div#nav a:visited    { text-decoration: underline; color: #303; font-weight: normal }
div#nav a:hover { text-decoration: underline; color: #fff; background: #366 }
div#nav a:active { text-decoration: none; color: #fff; background: #366 }

div#footer a:link { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:visited { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:hover { text-decoration: underline; color: #609; }
div#footer a:active { text-decoration: underline; color: #609; }

/* end links */
#toc {
	float: right;
}
img {
	border: 0px;
}
#timeline td, #timeline th {
	border: thin solid;

}
