body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0;
	text-align: center;
}

#outer {
	text-align: left;
	width: 757px;
	margin: 0 auto;
}

#content {
	position: relative;
	width:757px;
	padding: 0;
	margin: 0;
}

#leftsidebar {
	float:left;
	width:240px;
	clear: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.sidebar_subhead {
    width: 235px;
    background: #063A75;
    background-position: bottom left;
    font-size: 11px;
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
    border: 1px #AAAAAA solid;
    padding: 2px 0;
    margin-top: 10px;
}

.sidebar_content {
	background: #ffffee;
    width: 220px;
    padding: 5px 7px;
    border: 1px #AAAAAA solid;
    border-top: 0;
    font-size: 12px;
	text-align: center;
	color: #666666;
}

/* Main Content styles */

#maincontent {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	width: 480px;
	float: right;
}

#maincontentfull {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
}

#footer {
	width: 757px;
	float: left;
	font-size: 9pt;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: Arial, sans-serif;
	border-top: solid #000099 1px;
}

#footer a {
	color: #063A75;
}

#footer a:hover {
	color: #3c6fa9;
}

img {
	border: 0;
}

a:link, a:visited {
	font-weight : bold; 
	color: #00f;
	background: transparent; 
}

a:hover {
	color: #f00;
}

a:active {
	color: #009;
}

h1 {
	font-size: 22pt;
	font-family: Times New Roman, serif;
	font-style: normal;
	margin-top: 13px;
}

h2 {
	font-size: 16pt;
	margin-top: 13px;
}

h3 {
	font-size: 13pt;
	font-style: italic;
	margin-bottom: 0;
}

h4 {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

form{
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.numberList {
	list-style-type: none;
	list-style-image: none;
}
.checkMark {
	list-style-image: url(images/checkmark.gif);
	padding: 0 0 10px 0;
}
#header {
	height: 120px;
	width: 760px;
	margin-bottom: 10px;
}

#header img {
	margin: 0 auto;
	clear: both;
	padding-bottom: 0px;
	padding-left: 2px;
}

#menu {
	clear: both;
	height: 35px;
	width: 760px;
}

.center {
	text-align: center;
}

.faq li {
	list-style-type: decimal;
}

.answer {
	background-color: #FFFFCC;
}

.question strong {
	text-decoration: underline;
	cursor: pointer;
}

.question strong:hover {
	color: #3c6fa9;
	cursor: pointer;
}

.myths {
	margin-left: 0;
	padding-left: 0em;
}

.myths li {
	list-style-type: none;
}

.myths h3 {
	font-style: normal;
}

ol li {
	padding: 10px 0px 10px 0px;
}

.testimonials li {
	height: 230px;
	list-style-type: none;
	padding-bottom: 0em;
	padding-top: 0em;
	clear: both;
}

.testimonials li h3 {
	border-bottom: 1px black solid;
}

.testimonials li img {
	padding-top: 5px;
	padding-left: 10px;
	float: right;
}

.testimonials p {
	margin-right: 1em;
}

.testimonials {
	padding-top: 0;
	margin-top: -1em;
	padding-bottom: 4em;
}

/* Header Menu */

.menu {
	margin: 0 0 0 0px;
	padding: 0;
}

.menu span {
	height: 100%;
	display: block;
	border:1px solid #063A75; 
	border-width:2px;
	padding: 2px 2px 0px 2px;
	background:#eee;
}

.menu span a {
	color:#000;
	text-decoration: none;
}

.menu span a:hover {
	color: #000;
	text-decoration: underline;
}

.menu span a:visited {
	color: #000;
	text-decoration: none;
}

/* Header Menu 1 */

.menu1 {
  padding: 0; 
  margin:0; 
  list-style-type:none;
  width: 800px;
  text-align: center;
  }
.menu1 li {
  float:left;
  background:#eee;
  }
.menu1 a {
  position:relative;
  background:#eee;
  display:block; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-decoration:none; 
  float:left; 
  }
* html .menu1 a {
  background:#eee;
  }
.menu1 a span {
  display:block; 
  color:#000; 
  background:#eee; 
  text-align: center; 
  padding:2px 8px; 
  cursor:pointer;
  }
* html .menu1 a span {
  cursor:hand; 
  }
.menu1 a b {
  display:block; 
  border-bottom:2px solid #06a;
  }
.menu1 a em {
  display:none;
  }
.menu1 a:hover {
  background:#3c6fa9;
  }
.menu1 a:hover span {
  color:#fff; 
  background:#3c6fa9;
  }
.menu1 a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#06a #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
