/* header items */

.header {
  background: url(gfx/grad.png) no-repeat white;
	margin	: 0px 0px 0px 0px;
  height: 80px;
  width: 800px;
	padding: 0px 0px 0px 0px;
	color: #000;
  vertical-align: top;
}

.header2 {
	 font-family: Arial, sans-serif; 
	 font-size: 8pt;
	margin	: 0px 0px 0px 0px;
   position: absolute;
   left: 200px;
   top: 30px;
}

.header3 {
	 font-family: Arial, sans-serif; 
	 font-size: 9pt;
	 font-style: italic;
	 font-weight: bold;
	margin	: 0px 0px 0px 0px;
   position: absolute;
   left: 200px;
   top: 60px;
}

/* generic stuff */

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: white; background: blue; }
a:active { color: blue; }

a {
   text-decoration: none;
   border: none;
}

A.button:visited {
  color:          #000033
}
A.button:hover  {
  color:  #dddd00;
  background:	#8888aa
}
A.button {
  text-decoration:        none;
  color:          #000033;
  background:     #ccccff
        }
.button {
  text-align:     center;
  text-decoration:        none;
  padding-left:   10pt;
  padding-right:  10pt;
  padding-top:    1pt;
  padding-bottom: 1pt;
  color:          #000033;
  background:     #ccccff;
  border-top:     2px solid #ddddff;
  border-left:    2px solid #ddddff;
  border-right:   2px solid #444488;
  border-bottom:  2px solid #444488;
  font-family:    Arial, "Comic Sans MS", sans-serif
}  

body {
	 font-family: Verdana, arial, sans-serif; 
}

/* content stuff */

.content {
   font-size: 9pt;
   width: 800px;
   border: 1px solid #444;
   background: #f8f8ff;
   padding: 10px;
   margin-bottom: 10px;
}  

.imgright {
  padding: 15px;
  float: right;
}

.imgleft {
  padding: 15px;
  float: left;
}

h1 {
   font-size: 16pt;
	 color:			#000033;
}

h2 {
   font-size: 10pt;
	 color:			#ffff66;
	 background: #222288;			
}

/* top / bottom navigation bar */

.navigation {
	 font-family: Verdana, arial, sans-serif; 
	 font-size: 10pt;
	 font-style: italic;
	line-height : 3pt;
}

/* footer - duh */

.footer {
	 font-family: Verdana, arial, sans-serif; 
	 font-size: 7pt;
	 font-style: italic;
}

/* FAQ stuff */

.question {
	 font-family: Verdana, arial, sans-serif; 
	 font-size: 9pt;
	 font-weight: bold;
	line-height : 10pt;
}

.answer {
	 font-family: Verdana, arial, sans-serif; 
	 font-size: 9pt;
	 font-style: italic;
	 line-height : 10pt;
}



