/* CSS Document - inspired by http://www.csszengarden.com/?cssfile=/195/195.css&page=0*/


body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
	text-align: left;
	background-color: #FFFFF3;
}

#container {
	margin: 0px auto;
	padding: 50px;
	padding-top:25px;
	border: none;
	text-align: left;
	padding-bottom: 250px;
	margin-left: 207px;
	margin-right:240px;
	background-color: #FFFFF3;
	background-image: url(http://people.carleton.edu/~ijastram/images/topcorner.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}

#wide_container {
	margin: 0px auto;
	padding: 50px;
	padding-top:25px;
	border: none;
	text-align: left;
	padding-bottom: 250px;
	margin-left: 207px;
	margin-right:75px;
	background-color: #FFFFF3;
	background-image: url(http://people.carleton.edu/~ijastram/images/topcorner.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	text-decoration: none;
	color: #94AB36;
	border-bottom: 1px solid #ccc;
}

.definition {
	font-style: italic;
	border: 0px;
	cursor: help;
}

.note {
	margin: 0px;
	padding:0px;
}

p {
	margin-bottom: 10px;
	padding-left:10px;

}

h1 {
	color:#8A9245;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 125%;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #B18D59;
	font-size: 1.7em;
	line-height: 125%;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#B18D59;
	font-size:1em;
	padding-left:10px;
	padding-top:0px;
	line-height: 125%;
}

#bin {
	padding-bottom:5px;
}

#header {
	height:100px;
	color: #7c7c7c;
	padding: 20px;
	padding-left: 256px;
	float: none;
	background-image: url(http://people.carleton.edu/~ijastram/images/header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header a {
	border-bottom: none;
}

#header h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 125%;
}

#header h1 {
	font-size: 2em;
	line-height: 20px;
	color: #FF762F;
}

#header h1 a {
	color:#FF762F;
}

#header h1 a:hover {
	color:#FF9900;
}

#header h2 {
	line-height: normal;
	font-variant: normal;
	color: #7C8A36;
}

#header h2 a {
	color:#7C8A36;
}

#header h2 a:hover {
	color:#94A97F;
}

#RightSidebar{
	position: absolute;
	right:0px;
	top: 140px;
	width: 200px;
	padding: 10px;
	padding-left: 20px;
	padding-top: 25px;
	right: 0px;
	padding-bottom: 150px;
}
#RightSidebar h3 {
	color:#8A9245;
	font-size:1.2em;
}
#RightSidebar ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 15px;
	background-image:url(Images/rightmain.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#RightSidebar ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
	list-style:;
}

#Sidebar{
	position: absolute;
	left:0px;
	top: 140px;
	width: 178px;
	padding: 15px;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 150px;
	left: 0px;
	height: 13px;

}

#Sidebar h3 {
	color:#8A9245;
	font-size:1.2em;
}

#Sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Sidebar ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
}

#Sidebar ul li a, #Sidebar ul li a:visited {
	border-bottom: none;
}

#Sidebar ul li a:hover {
	color: #94AB36;
}

#navmenu {
	font-size: 0.9em; 
	padding-bottom: 20px;
}

#navmenu ul li {
	padding: 3px 0 3px 25px;
}

#navmenu a {
	display: block;
	font-size: 1.1em;
	color: #789B51;
}

#navmenu a.c {
	display:inline;
	line-height:5px;
	margin:0;
	padding:0;
	font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif;
	color: #B9B9B9;
	letter-spacing: -1px;
}

#main{
	top: 150px;
	position: relative;
	left: 63px;
	color: #B0A77E;
	width: 340px;
	padding-bottom: 29px;
	text-align: justify;
	
}


#lselect {
	margin-bottom: 20px;
}

#lselect h3 {
	width: 196px;
	height: 40px;
}

#footer{
	text-align: left;
	padding-left: 63px;
	padding-top: 140px;
}

#footer a, #footer a:visited {
	padding: 5px;
	border: 1px solid #f4f4f4;
	background-color: #fff;
}

#footer a:hover {
	padding: 5px;
	border: 1px solid #993300;
	background-color: #D94904;
	color: #fff;
}

