/* CSS stylesheet for Understanding Social Statistics, 2nd edition site */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #f0f0e1;
}

#header {
	clear: both;
	margin: 20px;
	height: 140px; 
	background: transparent url(resources/FieldingandGilbert-small.jpg) no-repeat top left;
}

#header h1 {
	margin-left: 60px;
	font-size: x-large;
	font-weight: normal;
	text-align: center; 
	letter-spacing: 1pt;	
	padding: 30px;
	color: #039;
}

#header p.frontheading {
	font-size: x-large;
	font-weight: normal;
	text-align: center; 
	letter-spacing: 1pt;	
	padding: 30px;
	color: black;
}

#topnavbar {
	text-align: right;
}

#topnavbar ul {
	list-style-type: none;
}

#topnavbar li, #topnavbar p {
	display: inline;
	padding-left: 1em;
	font-size: small;
}

#topnavbar a {
	text-decoration: underline;
	color: black;
}

#topnavbar a:hover { 
	background-color: silver;
}

#leftnavbar	{
	float: left;
	width: 130px;
	height: 900px;
	border-right: 1px solid #663300; 
	margin-right: 30px;
}

#leftnavbarContent	{
	width: 110px;
	font-size: medium;
	text-align: left; 
	margin: 5px;
}

#leftnavbar a {
	color:#039;
	text-decoration: none;
	font-weight: bold;
	}
#leftnavbar a:hover { 
	color: #039; 
	text-decoration: underline;
	font-weight: bold;
	}
#leftnavbar p	 {
	color: black; 
	margin-left: 10px;
	}

#main	{
	padding: 0px 30px 0px 160px;
}

#mainContent	{
	font-size: medium;
	color:#666;
	line-height: 1.5;
}
#mainContent a {
	color:#039;
}
#mainContent .table {
	width: 700px;
	padding: 0;
	margin: 0;
}
#mainContent .table td {
	font-size: 12px;
	line-height: 1.0;
}
#mainContent .small {
	font-size: small;
	line-height: 1.0;
}

img {
	border: 0;
}

#footer	{
	clear: both;
	background: #999; 
	text-align: center;
	height: 30px;
	border-top: 2px solid black;
	padding: 10px;
}
#footer	p {
	font-size: small;
	color: white;
	letter-spacing: 1px;
}
#footer	a {
	color: white; 
	text-decoration: none;
}
#footer	a:hover {
	color: white; 
	text-decoration: underline;
}


