html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: black;
}
a:hover {
	color: #E0D5B7;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
#print_logo{
	display: none;
}

body {
	background: #6e6e92 url(../images/background.jpg) repeat-x;
	text-align: justify;
	font: 14px verdana, arial, sans-serif;
	color: BLACK;
	padding-bottom: 10px;
	padding-top: 31px;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
  position: relative;
  background: url(../images/body_border.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 0px;
  width: 800px;
  height: 190px;
  background: url(../images/header3.png) no-repeat;)
}

#nav_bottom {
  background: url(../images/bottom_nav3.png) no-repeat;
  float: right;
  width: 181px;
  height: 32px;
  left: 16px;
  padding: 0px 0px 0px 0px;
}

#logos {
  float: right;
  width: 182px;
  
  left: 16px;
  padding: 0px 0px 0px 0px;
}


#left {
  float: left;
  width: 190px;
  top: 300px;
  padding-top: 200px;
}
#logo {
  width: 260px;
  height: 135px;
  
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 1px;
 background: #0f105b;
}

#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 160px 10px url(../images/arrow_white.jpg) no-repeat;
  padding: 7px 0 0 0px;
}


ul {
  margin-left: 25px;
  padding-left: 1px;
  padding-bottom: 1px;
}

li {
  list-style: disc;
  
  padding: 7px 0 0 0px;
}



#nav a {
  color: WHITE;
  text-decoration: none;  
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
  color: red;
}

#nav .language {
  color: #0f105b;
}


#nav .important {
  background: 160px 10px url(../images/arrow_coloured.jpg) no-repeat;
}

#nav .important_with_submenu {
  background: 160px 10px url(../images/arrow_down_coloured.jpg) no-repeat;
}

#nav .submenu {
  border-right: 1px solid #959595;
}


#nav .submenu a {
  padding-left: 10px;
  font-style: italic;
}

#nav .submenu_important a {
  padding-left: 10px;
  font-style: italic;
  color: RED;
}

#nav .submenu_important  {
  background: 160px 10px url(../images/arrow_coloured.jpg) no-repeat;
}


#nav .important a {
  color: RED;
}

#nav .important_with_submenu  a {
  color: RED;
}

#right {
  float: left;
  width: 580px;
  padding-left: 10px;
  padding-top: 200px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: BLACK;
  border-bottom: 1px solid #0f105b;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: BLACK;
  border-bottom: 1px solid #0f105b;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#spacer {
  height: 2em;
}

#copyright {
  text-align: center;
  padding: 22px 0px 5px 00px;
  font-size: 9px;
  color: black;
  font-weight: bold;
}
#footerline{
	background: url(../images/footer.jpg) no-repeat;
	height:5px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

.image{
	border-style:solid;
	border-color: #0f105b;
	border-width:2px;
}

@media print {

#print_logo{
	display: block;
	padding-top: 0px;
}

body {
	text-align: justify;
	font: 14px verdana, arial, sans-serif;
	color: BLACK;
	padding-bottom: 10px;
	padding-top: 0px;
}

  
  #left {
	display: none;
	}
#copyright {
	display: none;
	}


#right {
   float: left;
  width: 750px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 220px;
  text-align: justify;
}

a:link, a:visited, a:hover {color: black; background: white;
text-decoration: none; cursor: default;}


   }