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

#maincontent {
	text-align: left;
	margin: 0 20px 0 0px;
	padding: 0;
	width: 450px;
	float: left;
}

#mainpoints li {
	padding: 10px 0 10px 0;
}

#rightcol {
	float:left;
	width:280px;
	margin: 20px 0 0 0;
	padding: 0;
	height: 100%;
}

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

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

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

.clear {
	clear: both;
}

#pagecontent {
	padding:  0 40px 20px 20px;
}

#contactlogo {
	width: 265px;
	margin: 0 0 10px 0;
	background:#0C2577;
	color:#ffffff;
	text-align:center;
	font-style:italic;
	font-weight: bold;
}

#contactaddress {
	width: 280px;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
}

a {
	color: #00f;
}

a:visited {
	color: #063A75;
}

.underline {
	text-decoration: underline;
}

.numberList {
	font-size: 16pt;
	font-weight: bold;
}

.numberList p, .numberList form {
	font-size: 10pt;
	font-weight: normal;
}

.small {
	font-size: 7pt;
}

img {
	border: 0;
}

#header h1 {
	margin: 0 9px 0 0;
	padding: 0;
	position: relative;
	top: -120px;
	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", serif;
	text-align: center;
}

h2 {
	font-size: 16pt;
}

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

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

/* Header Menu */
#menu {
	clear: both;
	height: 35px;
	width: 770px;
}

/* Header Menu 1 */

.menu1 {
  padding: 0; 
  margin:0; 
  list-style-type:none;
  width: 770px;
  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 19.2px; 
  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;
  }
