html, body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

body {
  font: normal 1em Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-size: .7em;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;  
}

hr {
  clear: left;
  margin-top: 10px;
}

h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 26pt;
  font-style: normal;
  line-height: 26pt;
  font-weight: bold;
  color: #999999;
}


h2 {
  font-size: 1.8em;
  font-style: normal;
  line-height: 1.8em;
  font-weight: normal;
  color: #297F87;
}
h2 sup {
  font-size: .8em;
}

h3 {
  font-size: 1.4em;
  font-style: normal;
  line-height: 1.4em;
  font-weight: bold;
  color: #000000;  
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.1em;
  font-weight: bold;
  color: #000000;
  /*margin-bottom: 14px;*/
}

p{
  line-height: 1em;
  font-size: 1em;
}

strong {
  color: #000000;
}

a:link{
  color:#990099
}

a:visited{
  color:#000066
}

#wholepage {
  float:left;
  width: 983px;
  margin-top: 16px;  
}

#header { 
  float:left;
  width:983px;  
  margin: 0;
  padding: 0;
}

#header img {
  display: block;
  float: left;
  border: none;
}

#breadcrumb {
 margin: 0 0 8px 0;
 padding-left: 213px;
 text-align: left;
 float: left;
 color: #666666;
}
#breadcrumb a:link, #breadcrumb a:visited {
  text-decoration: none;
  color: #666666;
}

/* HOT BUTTONS */
#hotbuttons ul {
  margin: 0 206px 8px 0;
  text-align: right;
}

#hotbuttons li {
  display: inline;
  padding: 0 7px 0 0;
}

#hotbuttons a:link,#hotbuttons a:visited {
  color: #666666;
  text-decoration: none;
}

#hotbuttons .levelselected a:visited,#hotbuttons .levelselected a:link{
  color: #000000;
}

/* END HOT BUTTONS */

/* FIRST LEVEL NAVIGATION */
#level1 {
  float: left;
  width: 770px;
  margin: 0 0 8px 8px;
}

#level1 ul {
  float: left;
}

#level1 li {
  list-style:none;
  display: block;
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 8px;
}

#level1 .levelselected {
  background: #FFFFCC;
}
/* END FIRST LEVEL NAVIGATION */

/* LEFT SIDE */
#lefttext {
  width: 168px;
  /*height: 173px;*/
  background: #B1953A;
  height: 201px;
  padding: 24px 8px 24px 29px;
  margin-bottom: 8px;  
  overflow: hidden;  
}

#lefttext p {  
  color: white;
  font-weight: normal;
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.3em;  
  width: 168px;
  overflow: hidden;
}
#lefttext p sup {
  font-size: .8em;
}

#lefttext p .smaller {
  font-size: 10pt;
  font-weight: normal;
  line-height: 14pt;
  margin: 8px 0 8px 0;
}

#leftside img {
   margin:0 0 8px 0;
   padding:0px;
   border:0;
   border-collapse:separate;
   border-spacing:0px; 
   float: left;
   clear: both;
}

#leftblock {
  display: none;
  /*background-color: #B1953A;
  width: 205px;
  height: 36px;
  float: left; 
  clear: both;*/
}

/* optional: #inner[id] {position: static;} */




#leftside {
  float: left;
  clear: both;
  margin: 0px 8px 0 0;
}
/* END LEFT SIDE */

/* SECOND LEVEL NAVIGATION */
#level2spacer {
  float: left;  
  width: 557px;
  height: 0px;
}
#level2spacer li {
  list-style-type: none;
}

#level2 {
  float: left;  
  width: 557px;
  height: 30px;
  background-color: #E68F1A;/*#37939B*/
}
#level2 ul {
  width: 557px;
}
#level2 li {
  list-style:none;
  display: block;
  float: left;  
}
#level2 li a {
  color: #ffffff;
  display: block;
  height: 22px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  background: #E8A713; /*#37939B*/
  text-decoration: none;
  font-weight: bold;
}
#level2 li a:hover {
  background: #E68F1A; /*#297F87*/
}

#level2 .oneitem li {
  width: 557px;
  height: 25px;
}

#level2 .twoitems li {
  width: 278px;
  height: 25px;  
}

#level2 .fiveitems li {
  width: 111px;
  height: 25px;
}

#level2 .levelselected a:link,#level2 .levelselected a:visited{
  background: #E68F1A; /*#297F87*/
}
/* END SECOND LEVEL NAVIGATION */

/* THIRD LEVEL NAVIGATION */
#level3 {
  float: left;
  clear: both;
  width: 557px;
  margin-top: 16px;
  text-align: center;
}

#level3 ul { 
  margin: 0 auto;  
}

#level3 li {
  list-style-type: none;
  margin-right: 8px;
  display: inline;
}

#level3 li a {
  color: #666666; 
  font-weight: bold;   
  text-decoration: none;
}

#level3 .levelselected a:link,#level3 .levelselected a:visited{
  color: #000000;
}

#level3 li a:hover {
  color: #000000;
}

#level3 .threeitems li {
}
/* END THIRD LEVEL NAVIGATION */

#maincontent {
  float:left;
  width: 517px;
  padding: 0 20px 0 20px;
}

#homepage #maincontent {
  width: 331px;
  padding: 0;
}

#maincontent h1 {
  margin: 0 0 30px 0;
}

#maincontent h2 {
  margin: 18px 0 14px 0;
}

#maincontent h3 {
  margin: 0px 0px 14px 0px;
}

#maincontent p {
  margin: 0 0 14px 0;
  line-height: 1.4em;
}

#maincontent p sup {
  line-height: .7em;
  font-size: .7em;
}

#maincontent a:link {
  color: #0000FF; 
}
#maincontent a:visited {
  color: #0000ff;
}

#maincontent ul {
  margin: 0 0 20px 14px;
}

#maincontent li {
  margin: 0px 0 4px 0;
}


/* DEFINITIONS */
#maincontent dl {
  margin: 0px 0px 20px 0px;
}

#maincontent dt {
  font-weight: bold;
  /*margin-bottom: 14px;*/
  /*margin-top: 20px;*/
}

#maincontent dd {
  margin-bottom: 14px;
}

#maincontent dd li {
  margin: 0;
}

#maincontent dl dl dt {
  font-weight: bold;
  color: #999999;
  margin-left: 27px;
}

#maincontent dl dl dd {
  margin-left: 40px;
}

#maincontent dl dl dl dt {
  color:  black;
  margin-left: 27px;
}

#maincontent div {
  clear: both;
}

#maincontent .listtitle {
  font-weight: bold;
}
/* END DEFINITIONS */

#centerwrap {
  float: left;
  width: 557px;
  overflow: hidden;
}
#homepage #centerwrap {
  float: left;
  width: 331px;
}
/* RIGHT SIDE CONTENT */
#rightside {
  float: left;
  margin: 0px 0 0 8px;
}

#rightside h4 {
  color: #ffffff;
}

#rightside #homepage {
  background-color:#ffffff;
  width:205px;
  height:197px;
  padding: 8px 0 0 0;
}

#rightside p {
  color:#ffffff;
  margin: 0 0 8px 8px;
  font-size:14px;
  line-height:14px;
  font-weight:bold;
}

#rightside p strong{
  float:left;
  font-size:12px;
  color:Black;
}

#rightside #logos{
  float: left;
  width:200px;
}

#rightside #logos .logo_title{
  float:left;
  font-weight:bold;
  margin: 10px 0 10px 0;
}

#rightside #logos img {
  float: left;
  clear: both;
  margin-bottom: 20px;
  border: none;
}

#rightside img {
  float: left;
  clear: both;
  margin-bottom: 8px;
  border: none;
}

#rightside span {
  float: left;
  clear: both;
  display: block;
  margin: 0 8px 0 0;
  background-color: #39939B;
  width: 205px;
  height: 36px;
  text-align: center;
}
#rightside span a {
  display: block;
  height: 26px;
  width: 205px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;  
  padding-top: 10px;
}
#rightside span a:hover {
  background-color: #297f87;
}
#rightside .rightmost {
  margin: 0 0 0 0;
}
#rightside .rightmost sup {
  font-size: .8em;
}
/* END RIGHT SIDE CONTENT */


#homenav {
  float: left;
  clear: both;
  
  width: 100%;
}

#homenav img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  border: none;
}

#homenav span {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  background-color: #39939B;
  width: 205px;
  height: 36px;
  text-align: center;
}
#homenav span a {
  display: block;
  height: 26px;
  width: 205px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;  
  padding-top: 10px;
}
#homenav span a:hover {
  background-color: #297f87;
}

#homenav .rightmost {
  margin: 0 0 0 0;
}

/* CALENDAR */
#calendar {
  float: left;
  width: 525px;
}
#calendar dt{
  float:left;
  width:125px;
  margin:0 0 5px 0;
} 

#calendar dd{
  clear:right;
  width:390px;
  margin:0 0 5px 0;
} 

/* END CALENDAR */

/* FORMS */
#subscribeform label {
  float: left;
  width: 150px;
  margin-bottom: 20px;
  clear: left;
}

#subscribeform input,button {
  float: left;
  width: 150px;
}

#subscribeform button {
  clear: both;
  }

#subscribeform {
  float: left;
  clear: both;
  margin: 0 0 20px 0;
}
/* END FORMS */

#footer {
  float: left;
  clear: both;
  width: 983px;
  text-align: center;
}
#footer ul {
  margin-top: 100px;
  margin-left: 0 auto;
  margin-right: 0 auto;
  margin-bottom: 50px;
}
#footer li {
  display: inline;
  margin-right: 5px;
}
#footer a:link,#footer a:visited {
  text-decoration: none;
  color: #666666;
}