body
{
  font-family: Verdana,Tahoma,Segoe,Sans-Serif;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  background: #DFE4E6 url(images/main-bg.jpg) repeat-x top;
  text-align: center;
}

/* general styles */

.title
{
	font-size: 14pt;
	font-weight: normal;
}
.subtitle
{
	font-size: 12pt;
	font-weight: bold;
}

.ltblue
{
  font-weight: normal;
  color: #084898;
}

.ltbluebold
{
  font-weight: bold;
  color: #084898;
}

/* div styles */

div.main
{
  background: white;
  position: relative;
  min-width: 1000px;
  border: 1px #839bc1 solid;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}

div.mainpop
{
  background: white;
  position: relative;
  min-width: 600px;
  border: 1px #839bc1 solid;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}

div.footer
{
  position: relative;
  clear: left;
  min-width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

div.footerpop
{
  position: relative;
  clear: left;
  min-width: 600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

div.floating
{
  position: relative;
  display: inline;
  float: left;
}

div.upper
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(images/upper-grad.png) repeat-x left top;
}

div.upper-logo
{
  position: relative;
  display: inline;
  float: left;
  width: 50%;
  height: 100px;
  background: url(images/logo-main.png) no-repeat left top;
}

div.upper-mbx
{
  position: relative;
  display: inline;
  float: right;
  width: 49%;
  height: 100px;
  text-align: right;
  background: url(images/upper-mb.png) no-repeat right top;
}

div.toolbar
{
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  height: 35px;
  background: url(images/upper-tool.png) no-repeat right top;
}

div.content
{
  position: relative;
  float: left;
  width: 100%;
  background: url(images/lower-mb.png) no-repeat right top;
}

div.sidespacer
{
  width: 200px;
  height: 20px;
  left: -50px;
}

div.small-logo
{
  position: relative;
  display: inline;
  float: left;
  width: 300px;
  height: 75px;
  background: url(images/logo-small.png) no-repeat left top;
}


/* tab styles */

div.tabs
{
  position: absolute;
  top: 5px;
  left: 20px;
  height: 30px;
  width: 96%;
}

a.tab-small
{
  position: relative;
  display: inline;
  float: left;
  width: 100px;
  height: 30px;
  background-position: 0 0;
}

a.tab-medium
{
  position: relative;
  display: inline;
  float: left;
  width: 125px;
  height: 30px;
  background-position: 0 0;
}

a.tab-large
{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  height: 30px;
  background-position: 0 0;
}

a.tab-small:hover
{
  background-position: 0 -30px;
}

a.tab-medium:hover
{
  background-position: 0 -30px;
}

a.tab-large:hover
{
  background-position: 0 -30px;
}

a.tab-active
{
  background-position: 0 -30px;
}

/* button styles */

a.btn-small
{
  position: relative;
  display: inline;
  float: left;
  width: 100px;
  height: 30px;
  top: -2px;
  background-position: 0 0;
}

a.btn-medium
{
  position: relative;
  display: inline;
  float: left;
  width: 125px;
  height: 30px;
  top: -2px;
  background-position: 0 0;
}

a.btn-large
{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  height: 30px;
  top: -2px;
  background-position: 0 0;
}

a.btn-small:hover
{
  background-position: 0 -30px;
}

a.btn-medium:hover
{
  background-position: 0 -30px;
}

a.btn-large:hover
{
  background-position: 0 -30px;
}

a.floating
{
  position: relative;
  display: inline;
  float: left;
}

a.sidebox
{
  width: 200px;
  height: 175px;
  left: -50px;
  background-repeat: no-repeat;
}

a:visited
{
  color: #02507d;
}
