/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ccc ;
	text-align: ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 1020px;
	height: 180px;
	margin: 0px auto;
	padding: 10px 0px;
	background: url(janeheader.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #000000;
	font-size: 4em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 1020px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	line-height: 150%;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 800px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	vertical-align:text-top;
	width: 0px;
	padding: 0px 20px 40px 20px;
	color: #000000;
}

p.clear {
  clear: left;
}

.faqQ{
font-family:Arial, Helvetica, sans-serif;
font-size: large; 
font-weight:700; 
color:#ff6600;
}


.faqA{
font-family:Arial, Helvetica, sans-serif;
font-size: 200%; 
font-weight:700; 
color:#b2cc90;
}

em{
font-family:Arial, Helvetica, sans-serif;
font-size: 120%; 
font-weight: 700;
color: #d14130;
}

.special{
font-family:Arial, Helvetica, sans-serif;
font-size: 200%; 
font-weight:700; 
color:#ffe224;
}

.special2{
font-family:Arial, Helvetica, sans-serif;
font-size: 300%; 
font-weight:700; 
color:#000;
}

.big{
font-family:Arial, Helvetica, sans-serif;
font-size: 400%; 
font-weight:700; 
color:#000;
}

.small{
font-family:Arial, Helvetica, sans-serif;
font-size: 75%; 
font-weight:700; 
color:#000;
}

.xsmall{
font-family:Arial, Helvetica, sans-serif;
font-size: 50%; 
font-weight:700; 
color:#000;
}


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.figureR {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}


div.figureL {
  float: left;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}


div.figureL_440 {
  float: left;
  width: 35%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure350 {
	float: left;
	width: 30%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
  }

div.figureR p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figureL p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.textbody {
    line-height: 120%;
}



a.small_button {
width: 130px;
height: 27px;
text-align: center;
display: block;
font-size: 13px;
line-height: 24px;
position: ;
text-decoration: none;
background: #78C238;
color: #fff;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 1020px;
	margin: 0px auto;
	border-top: 0px solid #666666;
	background: url(images/.png) repeat-y center top;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	color: #333333;
}