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

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

#videoinset {
	float: left;
	margin-right: 15px;
}

#videocta {
	border: dashed 2px #000;
	width: 325px;
	margin: 15px auto;
	height: 90px;
}

#videocta_text {
	 text-align: center;
	 font-size: 16pt;
	 padding-top: 5px;
	 font-weight: bold;
}

#content {
	width:757px;
	margin: 10px 0 0 10px;
	padding: 6px 0 0 0;
}

#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;
}

.sidebox {
	float: right;
	width: 300px;
	background: #ddf;
	border: solid 1px #000;
	padding: 5px;
	margin-left: 15px;
}

.boxheader {
	width: 100%;
	text-align:center;
	color: #000;
	font-weight: bold;
	font-size: 16pt;
	border-bottom: #000 solid 1px;
	margin-bottom: 10px;
}

.boxlist {
	list-style: none;
	padding-left: 5px;
	margin: 0;
	font-size: 14pt;
}

.boxsublist {
	list-style: disc;
	font-size: 10pt;
	margin-bottom: 15px;
}

.small {
	font-size: 7pt;
}

img {
	border: 0;
}

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

a:hover {
	color: #f00;
}

a:active {
	color: #009;
}

#header h1 {
	text-align: right;
	font-size: 12pt;
	margin: 0 9px 0 0;
	padding: 0;
	position: relative;
	top: -130px;
	z-index: 1;
	color: #999;
	font-weight: normal;
}

h1, #home h2 {
	font-size: 22pt;
}

h2, #home h3 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
	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;
}

textarea {
	overflow: auto;
}

.inputarea {
	margin-bottom: 20px;
}

.underline {
	text-decoration: underline;
}
.numberList {
	list-style-type: decimal;
	list-style-image: none;
	margin-left: 20px;
	font-size: 15pt;
}
.numberList p, .numberList form {
	font-size: 10pt;
}
.checkMark {
	list-style-image: url(images/checkmark.gif);
	padding: 0 0 10px 0;
	margin-left: 20px;
}
#header {
	height: 120px;
	width: 767px;
	margin-top: 10px;
}

#menu {
	clear: both;
	height: 25px;
}

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

.answer {
	background-color: #FFFFCC;
}

.question {
	margin-left: 20px;
}

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

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

/* Header Menu 1 */

.menu {
  padding: 0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  text-align: center;
  }
.menu li {
  float:left;
  background:#eee;
  min-width:80px;
  }
.menu a {
  position:relative;
  background:#eee;
  display:block; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-decoration:none; 
  min-width:85px; 
  float:left;
  }
* html .menu a {
  width:80px;
  background:#eee;
  }
.menu a span {
  display:block; 
  color:#000; 
  background:#eee; 
  text-align: center; 
  padding:2px 8px; 
  cursor:pointer;
  min-width: 80px;
  }
* html .menu a span {
  width:87px; 
  cursor:hand; 
  w\idth:45px;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #073b89;
  padding: 0 2px;
  }
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#073b89;
  }
.menu a:hover span {
  color:#fff; 
  background:#073b89;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #073b89; 
  border-color:#073b89 #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
