body, html {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, Verdana;
  font-size: 13px;
  line-height: 20px;
  height:100%;
  width: 100%;
  background: url(../images/body_bg.png) repeat-x;
}

.cufon-active, .cufon-ready{
  width: 100%; 
  height:100%; 
  display: block;
}

a {
  outline: none;
  text-decoration: none;
  color:#003d65;
}

div#footer{
  width:990px;
  margin: 0 auto;
  height: 10px;
  background: url(../images/wrapper_bg.png) repeat-y;
}
#footer #copyright{
  margin-left: 830px;
  color: #456275;
  font-size: 0.92em;
}

div.mainWrapper{
  width:100%;
  margin: 0 auto;
  height: 100%;
  background: url(../images/wrapper_bg.png) repeat-y top center;

}

div#backgroundWrapper{
  background:url(../images/shadow_bg.png) no-repeat top center;
}

div#aboutWrapper{
  background: url(../images/about_wrapper_bg.png) repeat-y;
}

div #contentWrapper{
  width: 990px;
  margin: 0 auto;
  height: 790px;
}

div #header{
  background: url(../images/header.jpg);
  width: 990px;
  height: 250px;
}

div.left{
  background: url(../images/left_bg.png) no-repeat top right;
  height: 791px;
  width: 118px;
  float: left;
}

div.right{
  background: url(../images/right_bg.png) no-repeat top left;
  height: 791px;
  width: 118px;
  float: right;
}

div#top{
  height: 98px;
  width: 990px;
  margin: 0 auto;
  background-color: white
}

#topShadow{
  background: url(../images/topShadow.png) repeat-x;
  height: 104px;
  width: 100%;
  position:absolute;
  z-index: 50;
}

#top #topMenu{
  list-style: none;
  padding: 78px 0px 0px 820px;
  margin: 0px;
  width:300px;
  height: 12px;
}

div .content{
  width: 990px;
  height: 328px;
}

#top div#logo{
  width: 133px;
  height: 60px;
  margin:  18px 0px 0px 28px;
  background: url(../images/logo.png);
  float:left;
}

div#top #topMenu .topItem a{
  float: left;
}

div#top #topMenu .topItem{
  display: inline;
}

#top #topMenu #about:hover,
#top #topMenu #contact:hover,
#top #topMenu #about:active,
#top #topMenu #contact:active{
  background-position: 0px 0px;
}

#topMenu .separator{
  float: left;
  height: 8px;
  width: 3px;
  text-align: center;
  padding: 0px;
  margin: 0px 10px 0px 13px;
  display: block;
  background: url(../images/topMenu_separator.png) no-repeat;
}

#topMenu .topItem a{
  font-size: 0.85em;
  color: #000;
}

#topMenu .topItem a:hover,
#topMenu .topItem #active{
  color: #005288;
}

.content div.fadeDiv{
  width: 990px;
  height: 328px;
  position: absolute;
  display: none;
}

#participantContent {
  /* visibility: visible; */
}

.content div.leftColumn{
  margin-top: 40px;
  float: left;
}

.content div.rightColumn{
  float: right;
  margin-top: 40px;
}

/* home */
div#homeContent{
  background: url(../images/home_content_bg.png) repeat-x; 
  height: 326px;
}
#homeContent div.leftColumn{
  width: 410px; 
  margin-left: 25px;
}
#homeContent div.rightColumn{ 
  width: 470px;
  margin-left: 60px;
  margin-right: 25px;
  font-size: 0.9em;
  visibility: hidden;
}
#homeWrapper{
  height:100%;
}

/* about */
div#aboutContent{
  background: url(../images/about_content_bg.jpg) no-repeat top left; 
  height: 692px;
}

#aboutContent div.leftColumn{
  width: 410px; 
  margin-left: 50px;
}
#aboutContent div.rightColumn{ 
  width: 377px;
  font-size: 0.9em;  
}
#aboutContent div.column{
  margin: 40px 0px 0px 50px; 
  width: 590px; 
  float:left;
}

#aboutMenu{
  list-style: none;
  padding: 50px 0px 0px 30px;
  margin: 0px;
  float: left;
}

#aboutMenu .menuItem a{
  display: block;
  margin: 0px 0px 12px 0px;
  padding: 0px;
  display: block;
  color: #4b4b4b;
  font-size: 1.23em;
}

#aboutMenu .menuItem a:hover,
#aboutMenu .menuItem a:active,
#aboutMenu .menuItem a#active{
  color: #005288;
}

.aboutImage{
  margin:107px 0px 0px 50px;
}

h1{
  font-size: 2.0em; 
  margin:0px; 
  padding:13px 0px 0px 0px; 
  font-weight: normal; 
  display:block;
}

h2{
  font-size: 1.08em; 
  margin:3px 0px 20px 2px; 
  padding:0px; color:#3b3b3b; 
  font-weight: normal;
}

h3{	
  font-size: 1.1em;
}

.clear{
  clear:both;
}

.blueText{
  color:#003d65;
}

.visitWebsite{
  width: 95px;
  height: 10px;
  display: block;
  margin-left: 3px;
  background: url(../images/btn_visitWebsite.png) no-repeat;
}