/** BASIC */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 4em;
}

html, body {
  margin: 0px;
  padding: 0px;
  background: url(../assets/img02s.jpg) no-repeat center top;
  background-color: #D7DFE2;
  line-height: 10px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #666666;
  height: 100%;
  cursor: default;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #0077dd;
}

a:hover {
  text-decoration: none;
}

.list1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list1 a {
  background: url(../assets/img01.gif) no-repeat left 60%;
  padding-left: 12px;
}

.list2 {
  margin: 0;
  list-style: none;
}

.list2 a {
  background: url(../assets/img01.gif) no-repeat left 60%;
  padding-left: 12px;
}

.colBcontent {
  font-weight: normal;
  line-height: 18px;
}

.colBcontentheader {
  font-weight: bold;
  line-height: 18px;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 3px 8px 0px 8px;
}

img.right {
  float: right;
  margin: 3px 8px 0px 8px;
}
/** HEADER */

#header {
  width: 850px;
  margin: 0px auto;
  padding: 0px;
  height: 99px;
  color: #254360;
}

#header h1 {
  margin: 0px;
  height: 59px;
  padding: 40px 30px 12px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  float: right;
}

#header h2 {
  margin: 0px;
  height: 59px;
  padding: 40px 30px 12px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
}

#header img {
	float: left;
}
/** MENU */

#menu {
  width: 850px;
  height: 59px;
  margin: 0px auto;
}

#menu ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  background: url(../assets/img04.gif) no-repeat right 50%;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#menu a:hover {
  background: #D7DFE2;
  color: #254360;
}

#menu .active {
  background: #D7DFE2;
  color: #254360;
}


/** CONTENT */

#content {
  width: 850px;
  height: 620px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}

#columnA {
  float: left;
  width: 189px;
  padding: 8px 8px 8px 8px;
  background-color: #FFFFFF;
}

#columnA a {
  text-decoration: none;
}

#columnA a:hover {
  color: #000000;
}

#columnA h2 {
  height: 22px;
  padding: 50px 0px 0px 0px;
  border-bottom: 1px dashed #D7DFE2;
  font-size: 12pt;
  font-weight: bold;
  background-color: #FFFFFF;
}

#columnA img {
	padding: 10px 10px 10px 10px;
	border: 1px dashed #d7dfe2;
}
#columnB {
  float: right;
  width: 628px;
  overflow: auto;
  padding: 8px 8px 8px 8px;
  border-left: 1px dashed #D7DFE2;
  background-color: #FFFFFF;
}

#columnB img {
  border: none;
  padding: 8px 8px 8px 8px;
}

#columnB ul {
  margin: 0px;
  padding: 20px;
  line-height: 18px;
}

#columnB hr {
  width: 100%;
  color: #6688bb;
  height: 3px;
  background-color: #6688bb;
}

#columnB h1 {
  height: 20px;
  border-bottom: 1px dashed #D7DFE2;
  border-spacing: 2px;
  padding: 5px 0px 4px 0px;
  font-size: 12pt;
  font-weight: bold;
  background-color: #FFFFFF;
}

#columnB h2 {
  font-size: 12pt;
  font-weight: bold;
  background-color: #FFFFFF;
}

#columnB h3 {
  font-size: 11pt;
  font-weight: bold;
  background-color: #FFFFFF;
}
/** FOOTER */

#footer {
  clear: both;
  margin: 0px auto;
  width: 850px;
  height: 59px;
  background: url(../assets/img03s.gif) no-repeat center top;
  text-align: center;
}

#footer p {
  margin: 0px;
  padding: 18px 0px 0px 0px;
  font-size: 10px;
  color: #FFFFFF;
}

#footer a {
  color: #CCCCCC;
}

.clear {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
} 