/* nl.css started july 2010 for the Blencowefamilies.com newsletters */

/* reset from css missing manual */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul { /* keep */
	margin-left:1.4em;
	list-style: none;
}
img { /* keep */
	border: 0;
}
	
/* blencowe body */
body { /* keep */
	font-family: "Times New Roman", Times, serif;
	background-color: #ff9;
}

#wrapper { /* keep */
	background: url(../images/sidecoat.png) repeat-y left top;
}

#banner { /* keep */
	background-color: #FFFFCC;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: url(../images/backhead.png) repeat-x left top;
}

#banner p { /* keep */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar { /* keep */
	float: left;
	width: 210px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#main {  /* keep */
	margin-left: 230px;
	padding: 10px;
}

#update { /* keep */
	float: right;
	font-size: small;
	font-style: italic;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
#side {
	color: black;
}

h1 {
	color:#00bb00;
	font-size:2em;
	text-align: center;
}

h2 { /* keep */
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
}

h3 {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

p { /* keep */
	margin-top: 1em;
}

strong.person { /* keep */
	font-weight: bold;
	color: maroon;
}

strong.contact { /* keep */
	font-weight: bold;
	color: maroon;
	padding-left: 2em;
}

a { /* keep */
	color:#224422;
	text-decoration: none;
}

a:visited { /* keep */
	color: #336633;
}

a:hover { /* keep */
	color: #FFF;
	background-color: #446644;
	border-bottom-color: #446644;
}

#nav { /* keep */
	list-style: none;
	padding: 0;
	margin: 0;
}

li { /* keep */
	padding-top: 10px;
    font-weight: bold;
}

#nav li a ( /* keep */
	display: block;
	text-decoration: none;
	width: 8em;
	border: 1px dashed #999;
	border-bottom: none;
	padding: 227px 5px 7px 30px;
	background-color: #e7e7e7;
}
address {
	padding-left: 20em;
	margin-top: 10em;
	color:red;
}
