/** BASIC */

body {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #666666;
  background-color: #737373;
}

#container {
  background-color: #FFF;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 790px;
}

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(images/img01.gif) no-repeat left 60%;
  padding-left: 12px;
}

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

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

.list3 {
  margin: 0;
  list-style: none;
  margin-left: 150px;
}

.list3 li {
	background: url(/images/img01.gif) no-repeat left 60%;
	padding-left:10px;
}

img {
  border: none;
}

img.left {
  float: left;
  border: 1px solid #101010;
  margin: 5px 20px 0px 0px;
}

img.right {
  float: right;
  border: 1px solid #101010;
  margin: 0px 0px 0px 20px;
}

/** HEADER */

#header {
  width: 778px;
  margin: 0px auto;
  padding-top: 1em;
  color: #2F3193;
}

#header h1 {
  margin: 0px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  float: right;
  letter-spacing: 4px;
}

#header h2 {
  margin: 0px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  float: right;
}

#header h3 {
  margin: 0px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  float: right;
}

#header img.headLeft {
  float: left;
}

#header img.headRight {
  float: right;
}

/** MENU */

#menu {
  text-align: right;
  margin-top: 5px;
}

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

#menu li {
  display: inline;
}

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

#menu a:hover {
  color: #FFF;
  text-decoration: underline;
}

#menu .active {
  color: #000;
}

#menu a.last {
  background: none;
}

#submenu {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
}

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

#submenu li {
  display: inline;
}

#submenu a {
  background: url(/images/img04.gif) no-repeat right 50%;
  padding: 0px 10px 0px 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #2F3193;
}

#submenu a.first {
  background: url(/images/img04.gif) no-repeat right 50%;
  padding-left: 0;
}

#submenu a.last {
  background: none;
}

#submenu a:hover {
  color: #2e3092;
  text-decoration: underline;
}

#submenu .active {
  color: #000;
}

/** MENU LEFT */

#menuLeft {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 20px;
}

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

#menuLeft li {
  display: block;
  padding: 5px;
}

#menuLeft a {
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #2F3193;
  background: url(/images/bullet_menu.gif) no-repeat left 60%;
}

#menuLeft a:hover {
  color: #2e3092;
  text-decoration: underline;
  background: url(/images/bullet_menu_hover.gif) no-repeat left 60%;
}

#menuLeft .active {
  color: #000;
}

/** CONTENT */

#page {
	float: right;
}

#content {
  width: 778px;
  margin: 0px auto;
  clear: both;
}

#columnA {
  width: 778px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #737373;
  height: 31px;
}

#columnA h2 {
  height: 22px;
  border-bottom: 1px dashed #EEEEEE;
  font-size: 12pt;
  font-weight: bold;
}

#columnB {
  width: 200px;
  background-color: #E6E7E8;
  border-right: 1px solid #2F3193;
  border-bottom: 1px solid #2F3193;
  vertical-align: top;
}

#columnB h3 {
  height: 22px;
  border-bottom: 1px dashed #EEEEEE;
  border-spacing: 2px;
  font-size: 11pt;
  font-weight: bold;
}

#columnC {
  width: 555px;
  background-color: #FFF;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  vertical-align: top;
}

#columnC h2 {
  color: #2E3092;
  padding-top: 0px;
}

/** FOOTER */

#footer {
  clear: both;
  margin: 0px auto;
  width: 778px;
  height: 35px;
}

#footer p {
  margin-left: 5px;
  padding: 18px 0px 0px 0px;
  font-size: 10px;
  color: #CCC;
  text-align: center;
}

#footer a {
  color: #CCC;
  text-decoration: none;
}

.clear {
  clear: both;
}

.contentLeft1 {
	float: left;
}

.contentLeft2 {
  float: left;
  margin-left: 20px;
}

.contentLeft3 {
  float: left;
  width: 230px;
}

.contentLeft4 {
  float: left;
  width: 300px;
}

.contentLeft5 {
  float: right;
  width: 370px;
}

.contentLeft6 {
  float: left;
  width: 270px;
}

.floatRight {
  float: right;
}

div.blockListLeft {
	width: 70px;
	float: left;
}

div.blockListRight {
  float: left;
}

.floatLeft {
	float: left;
}

.floatRight {
  float: left;
}

.error {
	color: #FF0000;
}

table.images {
	width: 100%;
}

table.images img {
	border: 1px solid #101010;
}

#contact {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
	margin: 25px;
	width: 100%;
}

table.body {
	width: 778px;
}
