* {margin: 0; padding: 0;}

body {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 0.6875em;
  font-weight: normal;
  word-spacing: 0em;
  letter-spacing: 0em;
  text-decoration: none;
  line-height: 1.6em;
  
  color: #fff;
  text-align:center;
}

a {
  color: #fff;
}
a img {
  border: none;
}

#container {
  width: 780px;
  margin: auto;
  text-align: left;
}

#logo {
  margin: 25px 0 13px 0;
  padding-left: 440px;
}

#lang {
	border-color: #000;
	border-style: solid;
	border-width: 0px;
  list-style:none;
}

#lang li {
	border-color: #000;
	border-style: solid;
	border-width: 0px;
  float: right;
  padding: 5px 0 0px 10px;
}

#nav1, #nav1 ul li {width: 65px;}
#nav2, #nav2 ul li {width: 130px;}
#nav3, #nav3 ul li {width: 100px;}
#nav4, #nav4 ul li {width: 85px;}
#nav5, #nav5 ul li {width: 126px;}
#nav6, #nav6 ul li {width: 97px;}

div#navBar {
  width: 721px;
  margin: 0px 0 3px 0;
  padding: 0 28px 0 31px;
  background-color: #899bb3;
  height: 25px;
  text-align: center;
}

div#navBar a{
  text-decoration: none;
}

ul#navMain li {
  list-style: none;
  float: left;
  position: relative;
}

ul#navMain li ul {
  position: absolute;
  left: 0em;
  display: none;
  background-color: #fff;
}

ul#navMain li ul li {
  float: none;
  display: block;
}

ul#navMain a{
  display: block;
  width: 100%;
  padding: 4px 0 4px 0;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
}

ul#navMain ul li a{
  display: block;
  background-color: #a1afc2;
  width: 100%;
  margin: 1px 0 0 0;
  padding: 4px 0 4px 0;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
}

ul#navMain a:hover, ul#navMain .selected {
  color: #72a5be;
  background-color: #fff;
}





#main {
	background-color: #899bb3;
  padding: 18px 28px 16px 48px;

}

#mainHeading {
  font-size: 14px;
	border-bottom-color: #b8c3d1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
  padding: 0 0 5px 0;
  width: 436px;
}

#content {
  margin: 17px 0 0 0;
  float: left;
  width: 436px;
  min-height : 500px;
  height : auto !important;
  height : 500px;
}

#content h2 {
  font-size: 1em;
  font-weight: bold;
}

#content p {
  padding: 0 0 1.71em 0;
}

#content .picSmall {
	border-color: White;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 10px;
}

#navSide {
	background-color: #a1afc2;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
  float: right;
  width: 185px;
  margin: 0 0 0 0;
  padding: 7px 7px 0px 7px;
  min-height : 300px;
  height : auto !important;
  height : 300px;
}

#navSide ul {
  list-style:none;
}

#navSide li {
  padding: 0px 0px 10px 0;
}

#navSide em {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.clearFloat {
  clear: both;
}

#footer {
	border-bottom-color: #b8c3d1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
  padding: 0 0 5px 0;
  width: 100%;
}

