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

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

#leftsidebar {
	float:left;
	margin: 0 10px 10px 0;
	/*width:240px;
	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: 6px 0 0 0;
	/*width: 490px;
	float: right;*/
}

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

.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 {
	margin: 0 9px 0 0;
	padding: 0;
	position: relative;
	top: -110px;
	z-index: 1;
	color: #ababab;
	text-align: right;
	font-size: 11pt;
	font-family: "Copperplate Gothic Bold", Verdana, Arial, sans-serif;
	font-weight: normal;
}

h1, #home h2 {
	font-size: 22pt;
	font-family: 'Times New Roman', Times, serif;
}

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

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

#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 */

.menu1 {
  padding: 0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  /*width: 800px;*/
  text-align: center;
  }
.menu1 li {
  float:left;
  background:#eee;
  min-width:75px;
  }
.menu1 a {
  position:relative;
  background:#eee;
  display:block; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-decoration:none; 
  min-width:80px; 
  float:left; 
  }
* html .menu1 a {
  width:75px;
  background:#eee;
  }
.menu1 a span {
  display:block; 
  color:#000; 
  background:#eee; 
  text-align: center; 
  padding:2px 8px; 
  cursor:pointer;
  min-width: 75px;
  }
* html .menu1 a span {
  width:80px; 
  cursor:hand; 
  w\idth:45px;
  }
.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;
  }
