
body {
	color: #FFF;
	border-top: 20px solid #556B2F;
	font-family: arial, sans-serif;
	font-size: 1em;
	text-align: center;
}

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

/* "text-align: left" was added to #awpagewidth 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. */

A:link {
	color: blue;
	text-decoration: underline;
}

A:visited {
	color: #002200;
	text-decoration: underline;
}

A:active {
	color: darkolivegreen;
	text-decoration: underline;
}

A:hover {
	color: #999999;
}

h1 {
	color: #333300;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #003300;
	font: normal 2em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	text-align: center;
}
 
h2 {
	color: #666600;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 0px;
	
}

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



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

li {
	margin-bottom: 1em;
}

table {
	font-family: arial;
	font-size: 1em;
	color: #000000;
}



.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: blue;
	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;
}

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