@charset "utf-8";
body {
	background:url(../images/bg.gif) repeat-x top #3c746b;
	text-align:center;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:1.4em;
color:#29736B;
}

h2 {
font-size:1.2em;
color:#000;
}

p {
color:#777;
}

a:link, a:visited {
	color: #45918C;
	text-decoration:none;
}

a:hover {
	color: #45918C;
	text-decoration:underline;
}

hr {
	border: 0px;
	border-top: 1px dashed #666;
	margin: 20px 0;
}

#outercontainer {
	width:970px;
	margin:30px auto 0 auto;
	text-align:left;
	min-height:700px;
}



#topcurve {
height:34px;
background:url(../images/wb_01.gif) no-repeat;
}
#headerimage {
height:177px;
background:url(../images/wb_02.gif) no-repeat;
}
#headerspacer {
height:55px;
background:url(../images/wb_03.gif) repeat-y;
}
#topmenu {
font-size:1.2em;
height:44px;
background:url(../images/wb_03.gif) repeat-y;
}

#tabs {
  float:left;
  width:100%;
  font-size:1.2em;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("../images/btnleft.gif") no-repeat left top;
  margin:0 0 0 5px;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("../images/btnright.gif") no-repeat right top;
  padding:5px 15px 7px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#3c746b;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }


#tabs li.active a {
  background-position:0% -42px;
}

#tabs li.active a span {
  background-position:100% -42px;
  color:#777;	
}






#maincontent {
background:url(../images/wb_06.gif) repeat-y;
text-align:center;
}

#innermaincontent {
width:850px;
text-align:justify;
margin:0 auto;
padding:20px 0;
}

#leftcolumn {
text-align:justify;
padding-right:15px;
width:400px;
float:left;
}

#rightcolumn {
text-align:justify;
padding-left:15px;
width:400px;
float:right;
}

#leftcolumn p {
padding:0.5em 0;
}

#rightcolumn p {
padding:0.5em 0;
}

.imgblock {
text-align:center;
}

.imgblock img {

}

#basecurve {
height:40px;
background:url(../images/wb_07.gif) no-repeat;
}

#basetext {
	padding-top:0.5em;
	text-align:center;
	font-size:0.8em;
	color:#FFF;
	letter-spacing:0.2em;
}


div.image_inline {
	float: left;
	margin: 10px;
	padding: 5px;
	padding-top: 10px;
	background-color: #efefef;
	text-align:center;
	font-size:0.85em;
}

.mandatory {
	color: red;
}