
body {
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 1em;
	text-align: center;
}

#ribbonpagewidth {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
        border: solid 1 px #FFF;
}

#afwpagewidth {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* "text-align: left" was added to #afwpagewidth because, in order to center the page in IE, "text-align: center" had to be added to the body attributes.  And #afwpagewidth would have inherited that trait resulting in all paragraphs centered. */

.afwnav td {
	background : #98A3AF;
	border-left: solid 1px #98A3AF;
	border-right: solid 1px #98A3AF;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 150px;
	height: 40px;
	border-collapse: collapse;
}

.afwnav p {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	text-decoration: none;
	margin-left: 8px;
	font-size: 1.3em;
}


A:link {
	color: blue;
	text-decoration: underline;
	font-family: arial;
	font-size: 1em;
}

A:visited {
	color: 000066;
	text-decoration: underline;
}

A:active {
	text-decoration: underline;
}

A:hover {
	color: #999999;
}

h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000066;
	font: normal 2em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}
 
h2 {
	color: #333366;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 20px;
	overflow: hidden;
	padding-top: 0px;
	
}

h3 {
	color: #333366;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 0px;
	
}
 
p {
	color: 1A1A1A;
	font-family: arial;
	font-size: 1em;
}

ul {
	color:1A1A1A;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
}

li {
	margin-bottom: 1em;
}

.howto li {
	margin-bottom: 1em;
	list-style: none;
	padding-left: 30px;
	background-image: url(plane.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}

.first:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: 000033;
	background: FFFFFF;
}

#index h2 {
	color: #000033;
	font-family: arial;
	font-size: 1em;
	margin-top: 5px;
	margin-left: 2px;
	overflow: hidden;
	padding-top: 0px;
}

#index a:link {
	color: 000033;
	text-decoration: none;
}

#index a:visited {
	color: 000066;
	text-decoration: none;
}

#index a:active {
	text-decoration: none;
}

#index a:hover {
	font-weight: bold;
	color: #999999;
}

#hidespace p {
	color: #FFF;
}

#freepdg p {
	color: #990000;
	font-size: 1.1em;
	text-decoration: none;
}

#freepdg a {
	color: #990000;
	text-decoration: none;
}

.ribbon-img {
  margin:2px;
  border:1px solid #FFFFFF;
  height: 100px;
  width: 190px;
  float:left;
  text-align:center;
  }
.ribbon-img img {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
.ribbon-desc {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 90%;
  margin-top: 5px;
}

#ribbon-left-side {
	float: left;
	width: 4%;
}

#ribbon-right-side {
	float: right;
	width: 4%;
}

#ribbon-center { 
	float: left;
	width: 92%;
}




