  body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#banner {
 	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	background: #195697 url(%DESIGNDIR%pix/topbar.png) repeat-x left top;
	background: -moz-linear-gradient(top,  #195697 0%, #0d3761 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195697), color-stop(100%,#0d3761));
	background: -webkit-linear-gradient(top,  #195697 0%,#0d3761 100%);
	background: -o-linear-gradient(top,  #195697 0%,#0d3761 100%);
	background: -ms-linear-gradient(top,  #195697 0%,#0d3761 100%);
	background: linear-gradient(to bottom,  #195697 0%,#0d3761 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195697', endColorstr='#0d3761',GradientType=0 );
	margin-right:10px;
	box-shadow: 5px 5px 5px #8D8D8D;
	-moz-box-shadow: 5px 5px 5px #8D8D8D;
	-webkit-box-shadow: 5px 5px 5px #8D8D8D;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#8D8D8D')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#8D8D8D');
	border-radius: 10px 10px 10px 10px;
}

#banner p {
	margin: 0;
	padding-right:60px;
	text-align: right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	color: white;
}

#container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height:150%;
	margin-top:20px;
	margin-left:60px;
	margin-right:60px;
	padding: 0px 0;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	font-variant:small-caps;
	color: #0D3863;
}

p, ul, ol, li, blockquote {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
}

h2, h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}

blockquote {
	font-style:italic;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:60px;
}

p {
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing:1px;
	padding-bottom:20px;
	border-bottom: 1px solid #BBB;
	margin-top:30px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}


ol, ul {
	margin-left:20px;
}

.hangingindent {
	padding-left: 22px;
	text-indent: -22px;
}

#copyright {
	margin-right:45px;
}

#footnote-border {
	margin-top: 40px;
	border-top: 1px solid black;
	height: 2px;
	width: 200px;
}

#footer {
	margin:10px;
	clear: both;
	padding:7px;
	text-align: right;
	font-size: smaller;
	font-weight: normal;
	background-color: #0D3863;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	border-top: 2px solid #FBB040;
}

#footer td {
	margin-right: 45px;
	color:white;
}

#footer a:link {
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#course_name {
	float:left;
	margin-left:45px;
}

a:link {
	color:#0000FF;
	text-decoration: underline;
}

a:visited {
	color:#0000CC;
	text-decoration: underline;
}

a:hover {
	color:#999999;
	text-decoration: underline;
}

a:active {
	color:#0000FF;
	text-decoration: underline;
}

table {
	font-size: 11px;
	padding:0px;
}

#footnote-border {
	margin-top: 40px;
	border-top: 1px solid black;
	height: 2px;
	width: 200px;
}

.float-right {
	float:right;
	margin-top: 15px;
	padding-left: 20px;
}