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

/* text blocks */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
	background-image: url(../images/bg_arabesque_w.jpg);
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }
.column1 {
	width: 200px;
	float: left;
}
.column2 {
	width: 200px;
	float: left;
}
.post-column {
	clear: both;
}

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.subhead {
	padding-left: 10px;
}
th { color: #3D3193; text-align: left }

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

/* end text blocks */

/* positioning */

#wrapper {
 }

#course-header { 
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
	color: #fff;
}
	
#page-header { 
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
}

#wrap-text {
	margin: 0;
	border: 0;
	padding: 0;
	width: 550px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 500px; /* Actual value for conformant browsers */
}
html>wrap-text {
	width: 500px; /* Be nice to Opera */
	}

#content {
	border: 0;
	margin: 0;
	padding: 0 35px 0 15px;
	margin-left: 200px;
	width: auto;
	min-height: 600px;
}

#sidebar {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	float: left;
	left: 10px;
	margin: 0;
	padding: 0 25px;
	background: #3D3193;
	width: 150px;
	voice-family: "\"}\"";
	voice_family:inherit;
	width: 150px;
	}
	html>nav {
	width: 150px; /* Be nice to Opera */
	}
#nav { font-size: 15px;
}

#footer {
	font-size: x-small;
	color: #999;
	border-top: 1px groove #609;
	margin-top: 25px;
	clear: both;
}
#date {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

/* end positioning */


/* headers*/

h1, h2, h3     { font-style: normal; color: #3D3193; 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: 0px; margin-top: 5px   }
h3 	{ font-weight: normal; font-size: 16px; margin-bottom: 0px; margin-top: 5px; }

/* end headers */

/* links */

a:link, a:visited { text-decoration: underline; font-weight: normal; color: #3D3193; background: transparent; }
a:hover { text-decoration: underline; color: #AEDA6B; background: transparent; }
a:active { text-decoration: none; color: #3D3193; AEDA6B }

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

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 */

div#schedule h3 {
	border-bottom: 1px solid #3D3193;
}
