/*style for faq.htm page 9.28.09*/

img {vertical-align: middle;}

body {color: #000000;
      background: #ffffcc;/*light-yellow*/
      /*background: #ffffff;*/
      font-size: small;
      font-family: verdana,arial,helvetica,sans-serif;
      margin-top: 0.1em;
      margin-right: 0.1em;
      margin-bottom: 0.1em;
      margin-left: 0.1em;
     }
a:link {color: #3a5fcd;}/*blue*/
a:visited {color: #800080;}/*purple*/
a:hover {color: #ff0000; background: #ffff00;}/*red-yellow IE only*/

h1 {color: #ff0000;/*red on teal*/
	padding: 0;
	margin-bottom: 0;
	border-top: 3px solid #3a5fcd; border-right: 3px solid #3a5fcd; border-left: 3px solid #3a5fcd;
	background: #66ffff;/*teal*/
	font-family: georgia, serif;
	font-size: 150%;/*of small*/
	text-align: center;
	}
#navtop {
	margin: 0;
	padding-bottom: 2px;
	background: #fdfde0; /*cream-lt.yellow*/
	font-size: 80%;/*of small*/
	text-align: center;
	border-top: 3px solid #3a5fcd;;/*0,r-l,b blue*/
	border-right: 1px solid #3a5fcd;
	border-bottom: 1px solid #3a5fcd;
	border-left: 1px solid #3a5fcd;
	}

p {color: #000000; /*black text*/
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 80%;/*of small*/
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	}

p.catg {color: #000000;/*black text*/
	margin-bottom: 0.1em;
	padding: 10px 10px 0 10px;
	font-family: verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	}
p.qust {color: #3a5fcd;/*navy blue text #ffff00=yellow*/
	padding: 0px 10px 0 10px;
	font-size: 110%;
	font-weight: bold;
	}
p.answ {color: #000000;/*black text*/
	padding: 0px 10px 0 10px;
	font-size: 100%;
	font-weight: normal;
	}
#navbot {
	 margin: 0;
	 padding-bottom: 2px;
	 background: #fdfde0; /*cream-lt.yellow*/
	 font-size: 80%;/*of small*/
	 text-align: center;
	 border: 1px solid #3a5fcd;/*navy blue*/
	}
#footer {
	clear: both;
	background: #000000;
	}
#footer p {color: #ffffff;/*white text*/
	margin: 0;/* 0 0 4px;*/
	padding: 5px 0 5px 0;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	}
#wrap {width: 850px; /*575px=9 5/8" wide page*/
	margin-left: auto;
	margin-right: auto;
	border-right: 0.1em solid #cccccc;/* thin right border */
	border-left: 0.1em solid #cccccc;/* thin left right */
	/*background: #cccccc url(graybgd1.jpg);*//*#cccccc; = gray*/
	background: #66ffff;/*teal*//*#fdfde0;*//*cream-lt.yellow*/
	}
