@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#ffffff;
	height: 100%;
}
#frame {
	width:824px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
	/*background-image: url(../images/shadow.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	padding-left: 30px;
	

}
#header1 {
text-align:center;
  margin-top:0px;

  background: #dddddd;
 
}
#header2 {
width:824px;
  margin-top:0px;
  text-align:right;
  background: #bbbbbb;
  margin-left:auto;
	margin-right:auto;
}
#headers {
  margin-top:0px;
  text-align:center;
  background: #bbbbbb;
}
#footer {
  width:800px;
 
  background: #FFFFFF;
   color:#000000;
  float:left;
  
   text-align:center;
}
.address{
float:left;
clear:right;

text-align:center;
color:#000000;

width:272px;
}
.addresswrap{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
 
#footer a{
  text-align:center;
  color:#000000;
}
#footer a:hover{
  text-decoration:underline;
}
#main{
  width: 800px;  /*full width (no left/right column) use 560px*/
  background: #ffffff;
  padding: 0px;
  margin:0px;
}
#main p{
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;
	
}
#main h1{
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align:center;
}
#main h2{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.3em;
}
#main li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 30px;
	
}

#main a{border:none;}
#main a:hover{border:thin;
border-color:#000000;}

.highlight1 {background-color: #FFFFFF;
width:600px;
height: 160px;
padding-left: 100px;
		border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #eeeeee;

  


}
.highlight1 p{margin-right: 10px;}
.highlight2 {background-color: #F9FFAA;
height: 100px;
padding-right: 140px;}
.highlight2 p{margin-right: 10px;}

.highlight1UNUSED {background-color: #F9FFAA;
width:600px;
height: 105px;
padding-left: 140px;
  border-right-width: thin;
	border-right-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #666666;


}


