@charset "UTF-8";
#header-container/* CSS Document */

  {
	background-color:#560e2e;
	background-attachment: scroll;
	background-image: url(Interface/images/header-border-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0 auto;
	border-bottom:2px solid #FFFFFF;
}
#header-container  #menu-container  {
	width: 900px;
	margin: 0 auto;
	font-family:Georgia,serif;
}
#header-container  #branding  {
	padding: 30px 0px 30px 0px;
	width: 1050px;
	margin: 0 auto;
}
body {
	padding:0px;
	margin:0px;
	background-color:#560E2E;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#474A51;*/
	color:#000000;
}

ul {
list-style:none;
margin:0px;
padding:0px;
}
h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1{
	margin-top:0px;
	padding-bottom:15px;
	border-bottom:4px double #E0E0D5;
	color:#384F64;
}
h2{
	border-bottom:1px solid #E0E0D5;
	padding-bottom:5px;
	color:#890F4A;
}
h3{
color:#890F4A;
padding-bottom:5px;
padding-top:5px;
}

a{
	color:#4A86BF;
	border: none;
	text-decoration:none;
}
a:hover, a:hover h2{
	text-decoration:underline;
}
.clear{
clear:both;
}
#content {
	padding:30px 0px 40px 0px;
}
#wrapper {
	background-color: #F6F2EE;
	border-bottom:3px solid #CCCCCC;
	padding-left:30px;
}
#footer {
	width: 100%;
	padding: 10px 0px 20px 0px;
}
#footer #copyright {
	width: 900px;
	margin: 0 auto;
	color: #CCCCCC;
}
#leftnav{
width:280px;
float:left;
}
#leftnav a .active{
color:#999999;
}
#rightcontent{
padding-left:300px;
}
#rightcontent ul{
list-style:inside;
}
/*SPECIFIC TO EACH PAGE */
#course_list{
font-size:25px;
}
#genlink{
width:320px;
height:200px;
float:left;
}
#asslink{
width:320px;
height:200px;
float:left;
}
#doclist{
list-style:inside;
list-style-type:circle;
font-size:20px;
}
.session_documents {
	margin-bottom: 20px;
}
