/* This style sheet provides the page layout for the brochure */

body {
	width:100%;
	margin:0;
	padding:0;
	background:url(blue.gif) #058;
	}
	
#frame {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-left:12px solid #036;
	border-right:12px solid #036;
	background:#eee;
	}
	
#header {
	margin:0;
	background:#036;
	color:#EEE;
	font-weight:bold;
	font-size:small;
	text-align:center;
	letter-spacing:0.5em;
	}

#content {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	}

#menu {
	margin-top:0.5em;
	text-align:center;
	font-size:small
	}

#column-left {
	margin-bottom:2em;
	}
	
p#intro:first-letter {
	font-size:100px;
	color:#036;
	float:left;
	margin-top: -27px;
	margin-bottom: -20px;
	}
	
#column-right {
	float:right;
	width:35%;
	margin-bottom:1em;
	margin-left:2em;
	}

#quote {
	width:100%;
	margin-bottom:2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#036;
	}

#quotation {
	margin:0;
	font-size:large;
	line-height:1.5;
	}
	
#attribution {
	margin-top:1em;
	font-style:italic;
	font-size:small;
	margin-left:2em;
	margin-bottom:0;
	}

#benefits {
	width:90%;
	padding:5%;
	background-color:#058;
	color:#eee;
	margin-bottom:1em
	}
#benefits h4 {
	margin-top:0;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:0.75em;
	}

#bottomnav {
	clear:both;
	margin:0;
	background:#036;
	color:#eee;
	font-weight:bold;
	font-size:small;
	text-transform:uppercase;
	text-align:center;
	}
#bottomnav a:link, #bottomnav a:visited {
	color: #eee
	}
#bottomnav a:hover, #bottomnav a:active {
	color:#f90;
	}

#prev {
	float:left;
	}

#next {
	float:right;
	}

#footer {
	margin:1em 5%;
	color:#ddd;
	font-size:small;
	font-weight:bold
	}
#footer a:link, #footer a:visited {
	color:#fff
	}
#footer a:hover, #footer a:active {
	color:#f90;
	}
#firstgov {
	float:right;
	margin-left:1em;
	margin-top:8px;
	padding:0
	}
#navcen {
	float:left;
	margin-right:1em;
	padding:0
	}
#footer p {
	font-family: "Arial Narrow", "QuickType Condensed", sans-serif;
	font-size:small;
	padding:0;
	margin:0;            /* for compatibility */
	}



ul {
	list-style:inside;
	margin:0;
	padding:0;
	}
li {
	list-style-type:square;
	margin-bottom:0.5em
	}



.img-l, .inset-l {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	}
.img-r, .inset-r {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	}
.inset-c {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	}
.inset-l, .inset-r, .inset-c {
	background-color:#fff;
	bac/kground-color:#48b;
	padding:5px;
	}
.inset-l p, .inset-r p, .inset-c p {
	margin:0;
	padding:0;
	font-size:small;
	font-style:italic;
	}

