html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
  background-color: #ffff99;
  font-family: helvetica;
  font-size: 10pt;
}

h1 {
  color: #0d73bb;
  font-size:14pt;
  font-weight:bold;
  letter-spacing: -1px;
}

#container {
  width: 920px;
  position: relative;
  margin: auto !important;
  text-align: left !important;
  background-color: #fff;
}
#header {
  width: 920px;
  height: 101px;
  background-color: #1b76bd;
}
#header img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
#contact {
  position: absolute;
  top: 0px;
  left:316px;
  
}
#header ul {
width:628px;
padding:0px;
margin: 0px;
margin-top: -25px;
margin-left: 65px;
}
#header li {
display:inline;
margin-right: 40px;
}
#header li a:link, #header li a:visited, #header li a:hover {
  text-decoration: none;
  color: #000;
}
#leftnav li {
list-style: none;
margin-bottom: -6px;
text-align: right;
}
#leftnav{
  /*position: absolute;
  top: 100px;
  left: 0px;*/
  float: left;
  width: 183px;
}

#leftnav ul{
  padding: 0px;
  margin: 0px;
  margin-top: -1px;
}

#rightnav li {
list-style: none;
margin-bottom:-6px;
}
#rightnav{
  position:absolute;
  right:-64px;
  width: 65px;
}

#rightnav ul{
  margin: 0px;
  padding: 0px;
}

/*Content css for all templates*/
#content, #copy, #no_left_nav_content {
  float: left;
  font-family: helvetica;
  font-size: 12px;
  height: auto !important;
  padding: 20px;
  padding-top: 0px;
  line-height:1.4em;
}
#content {
  width: 625px;

}
#copy {
  width: 600px;
}
#no_left_nav_content {
  width: 810px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#main_pages_list li {
  list-style: none;
}

.sub_pages_list li {
  list-style: circle !important;
}


/*-----------------------*/

#footer {
  font-family: helvetica;
  color: #0d73bb;
  font-size: 14px;
  padding-bottom: 5px;
}
a:link, a:visited, a:active {
  color:#0D73BB;
}

#footer a:link, #footer a:visited,#footer a:active {
  color: #0d73bb;
  text-decoration: none;
}

.subnav_div a:link, .subnav_div a:visited, .subnav_div a:active {
  color: #000;
  text-decoration: none;
}

img {
  border:0;
}

#nasc_link {
  height:56px;
  left:504px;
  position:absolute;
  top:15px;
  width:74px;
}

#tout {
  padding-left:11px;
  padding-right:11px;
}
h3 {
  margin: 0px;
}

.subnav_link {
  background-image: url('images/subnav_background.jpg');
  width: 186px;
  height: 42px;
}

.subnav_link:hover {
  background-image: url('images/subnav_background_over.jpg');
}
.subnav_link:hover{
  color: #fff;
}
#leftnav li div {
  margin-right:32px;
  padding-top:11px;
}
.faqlinks {
  cursor: pointer;
}

.formpadding {
  padding-bottom: 25px;
}

.copystate {
  font-size: 11px;
}

/* flow player styles */
#player, div.playlist {
float:left;
margin-right:20px;
}
div.playlist {
width:150px;
}
#player, #player img {
border:0 none;
display:block;
height:272px;
width:360px;
}
div.play {
background:transparent url(../img/play.png) no-repeat scroll 0 0;
height:50px;
left:160px;
margin-bottom:-50px;
opacity:0.9;
position:relative;
top:-160px;
width:50px;
}
div.play:hover {
opacity:1;
}
div.items a {
background:transparent url(../img/block.jpg) no-repeat scroll 0 0;
color:#444444;
display:block;
height:68px;
text-decoration:none;
width:150px;
}
div.items p {
font-size:11px;
margin:0;
padding:8px 0 0 12px;
width:130px;
}
div.items p.time {
color:#777777;
margin-top:5px;
padding-top:0;
}
div.items a:hover {
background-position:0 -68px;
}
div.items a.playing, div.items a.paused {
color:#000000;
}
div.items a.playing {
background-position:0 -136px;
}
div.items a.paused {
background-position:0 -68px;
}