/* index.css */

.backbutton a:link, .backbutton a:visited {
	display: block;
	padding: .2em .5em;
	background-color: #8B475D;
	color: #fff;
	border: 1px solid #006;
	width: 8em;
	text-decoration: none;
	text-align: center;
}
		
.backbutton a:hover, .backbutton a:active {
	background-color: #fff;
	color: #006;
}
		
body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #F4F4F4;
}
		
a:link { color: #000080; } 
a:visited { color: #000080; } 

/* a:hover must come after a:link and a:visited. And a:active must come after a:hover */	
	
a:hover, a:active {
	color: gray;
	text-decoration: none;	
}

#cursor {
	color: white;
	background-color: #333;
	border: 1px solid #333;
	font-size: 25px;
	font-weight: bold;
}
		
div#header {
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #000;
}
		
div#header h1 {
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.2em;
	font-weight: normal;
}
		
div#outerShell {
	background-image: url('../images/leftnav_backdrop.jpg');
	background-repeat: repeat-y;
}
		
div#innerShell {
	background-image: url('../images/rightnav_backdrop.jpg');
	background-repeat: repeat-y;
	background-position: right;
	/* height: 700px; */ /* adjust for pages with more content */
}
		
div#nav {
	float: left;
	width: 150px;
	padding-top: 2em;
}
		
div#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
		
div#nav ul li { margin-top: 4px; }
		
#nav ul li a {
	display: block; 
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
	background-image: url('../images/link_backdrop.jpg');
	background-repeat: repeat-y;
}
		
#nav ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-image: url('../images/link_hover.jpg');
	background-repeat: repeat-y;
}
		
div#right {
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
}
		
div#right h3 {
	margin-top: 0;
	color: #fff;
	padding: .2em;
	background-image: url('../images/rightlink_backdrop.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

div#right div {
	text-align: center;
}

div#right div a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

div#right div a:hover {
	color: silver;
	text-decoration: none;
}

div#right div ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 140px /* make hover work in IE over non-text in link */
}

div#right div ul li a {
	display: block; 
	text-decoration: none;
	color: #cae1ff;
	font-size: 14px;
	margin: 1px;
	padding: 3px;
	margin-left: 10px;
	text-align: left;
	background-color: #7d7d7d;
	border: 1px solid #000;
	width: 140px /* make hover work in IE over non-text in link */
}

div#right div ul li a:hover {
	color: #fff;
	background-color: #000;
}
		
div#main {
	margin-left: 190px;
	margin-right: 200px;
}

div#main p {
	font-size: 105%;
}
		
div#main h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}
		
div#main { line-height: 150%; }
		
#clear {
	clear: both;
	height: 1em;
}
		
div#footer {
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;		
}
		
div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;			
}
		
div#footer li {
	display: inline;
	margin-right: 1em;			
}
