/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;*/}
	.body {
	font-size:1.2em;
	}
	.header a{
	color:#000;
	font-size:1em;
	margin-left:20px;
	margin-right:0px;
	text-align:left;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration:none;
}
.header a:hover{
	color:#000;
	font-size:1em;
	margin-left:20px;
	margin-right:0px;
	text-align:left;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration:underline;
}
	
	/*	Begin Headers */
h1 {
font-size:1.2em;
font-weight:bold;
font-stretch:extra-expanded;
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
	.small {margin-left:0px;
	margin-right:0px;}

	.small a {
	font-size:1em;
	color:#000000;
	text-decoration: none;

	}
	
	.small a:hover {
font-size:1em;
	color: #000;
	text-decoration: underline;

	}
	a {
	font-size:1.1em;
	color:#000000;
	text-decoration: none;
	margin-left:0px;
	margin-right:15px;
	font-weight:bold;
	}
	

	h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
font-size:1.1em;
	color: #147;
	text-decoration: underline;
	margin-right:15px;
	margin-left:0px;
	font-weight:bold;
	}
	
	a img {
	border: none;
	}
	
	.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}