@charset "UTF-8";
/* CSS Document for Literature Volunteers Serving Adults */

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Candara, Verdana, sans-serif;
	font-size: 0.8em;
}
h1 {
	color:#06C;
	font-size:1.8em;
	font-weight: normal;
}
h2 { color:#600; font-size:1.2em; }
h3 { color:#C00; font-size:1.2em; }
h4 {
	color:#600;
	font-size:1.4em;
}
h5 { color:#000; font-size: 1em; }
.twoColFixLtHdr  #container{ width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; 
} 
#container  #header{
	background-color: #C00D24;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#header h1 {
	color: #FFF;
	margin-bottom: -0.5em;
}
.twoColFixLtHdr #mainContent {
	padding-left: 20px;
	width: 760px;
}
#navbar {
	background:#000;
}
#navbar ul { /* this and following header styles affect the horizontal navigation */
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar li {
	background-color: #000;
	float: left;
}
#navbar a:link, #navbar a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 20px;
	font-family: Candara, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#navbar a:hover, #navbar a:focus, #navbar a:active {
	color: #BB1027;
	background-color: #FFF;
}

.toprule { border-top-width: 1px; border-top-style: solid; border-top-color: #1F2D7A;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.fltrt, .partner_logo { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both;}
.red { color: #C00D24; }
.smallgrey { font-size: 0.88em; color: #999; }
