html {
 height: 100%;
overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  background: #dedef6;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #464646;
  height: 100%;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #181818;
}
h1 {
  font-size: 3em;
  color: #1e6ea5;
  border-bottom: 2px dashed;
  margin: 0px 10px 20px 0px;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
p, ul, ol {
  margin-top: 0;
  line-height: 180%;
}
ul, ol {
}
a {
  color: #1e6ea5;
}
a:hover {
  color: #094e55;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 850px;
  /*background: transparent url(images/topbar.jpg) repeat-x scroll left top;*/
  background-color: white;
}
#header-wrapper {
}
#header {
  margin: 0 auto;
  background: transparent url(images/test.png) no-repeat scroll center center;
  height: 150px;
}
#logo {
  margin: 0;
  padding: 0px;
  float: left;
  height: 150px;
  color: #ffffff;
}
#logo h1, #logo p {
  margin: 0;
  padding: 0;
}
#logo h1 {
  padding-left: 10px;
  color: #e3295b;
  padding-top: 40px;
  letter-spacing: -1px;
  font-size: 4.6em;
}
#logo h1 a {
  color: #e3295b;
}
#logo p {
  padding: 12px 0 0 10px;
  font-weight: normal;
  font-stretch: normal;
  margin-top: -10px;
  font-size: 14px;
  font-style: italic;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  color: #ffffff;
}
#logo a {
  border:  none;
  background: transparent url(none) repeat scroll 0% 50%;
  text-decoration: none;
  color: #464646;
}
#menu {
  padding: 0;
  background: #119955;
  height: 30px;
}
#menu ul {
  margin: 0;
  padding: 7px 0px 0px 25px;
  line-height: normal;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
#menu li {
  float: left;
}
#menu a {
  font-weight: bold;
  border:  none;
  padding: 0px 40px 0px 0px;
  text-transform: none;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: 3px;
  text-decoration: none;
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  font-size: 14px;
  color: #ffffff;
}
#menu a:hover, #menu .current_page_item a {
}
#menu .current_page_item a {
  padding-left: 0;
}
#menu a:hover {
  text-decoration: underline;
}

#page {
    background: url("images/column.png") repeat-y; 
   /* min-height: 100%;
    height: 400px;*/
    background-color: white;
}

#horizontalspacer {
  height: 10px;
 background-color: #dedef6;
clear:both;
}

#singlecontent {
  margin: 10px 0px;
  padding: 5px;
  width: 840px;
  background-color: white;
}

#content {
  margin: 0px 0px 0px 150px;
  padding: 10px;
  background: white;
}
#sidebar {
  background: transparent url("images/column.png") repeat-y; 
  padding: 5px;
  float: left;
  width: 130px;
}
#sidebar ul {
 
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
  margin: 0;
  padding: 0;
}
#sidebar li ul {
  padding-bottom: 30px;
}
#sidebar li li {
  margin-right: 10px;
  border-bottom: 1px dashed white;
  line-height: 35px;
}
#sidebar li li span {
  padding: 0;
  display: block;
  font-size: 11px;
  font-style: italic;
}
#sidebar h2 {
  padding: 12px 0 0 0px;
  height: 38px;
  letter-spacing: -0.5px;
  color: #181818;
}
#sidebar p {
  margin: 0 0px;
  padding: 0px 20px 20px 0px;
  text-align: justify;
}
#sidebar a {
  color: white;
  border:  none;
  font-weight: bold;
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}

#footer {
  
 /* margin: 0 0 50px; */
  padding: 0px;
  background: #119955;
  font-family: Arial,Helvetica,sans-serif;
  height: 50px;
  color: #dddddd;
}

#footer p {
  margin: 0;
  padding: 10px 0px 0px 0px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  font-size: 9px;
}

* html #footer {
		height:1px;
	}

#footer a {
  color: #dddddd;
}
#footer-menu {
  font-style: italic;
  margin: 0;
  padding: 5px;
  text-align: center;
  
}
#footer-menu a {
  border:  none;
  color: #dddddd;
  text-decoration: none;
  background-repeat: no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 8px;
  font-weight: normal;
}
#footer-menu a:hover {
  text-decoration: underline;
}

#keywords {
	padding: 20px 0px;
	background-color: #dedef6;
 	text-align: center;
	font-size: 10px;
       color: #999999;
}

p.question {
	 font-weight: bold;
	 margin: 0px;
}
p.anwser {
	font-style: italic;
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
}

table tr {
	height: 30px;
}

table td {
	text-align: center;
}

.tickyestd {
	background:#ffffff url('images/green_tick.png') no-repeat center center
}

.ticknotd {
	background:#ffffff url('images/red_x.png') no-repeat center center
}


.redtexttd {
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
}

.greentexttd {
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
}

.greentexttd {
	font-weight: bold;
	font-size: 16px;
	color: #00aa00;
}

.headertd {
	background: #dddddd;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.firsttd {
	background: #dddddd;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

#catalogueExample{
        margin: 0px auto;
	width: 400px;
	height: 100px;
	padding: 2px;
	border: 1px solid #555555;
}

#catalogueExample ul {
  padding: 0px;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
#catalogueExample li {
  text-align: center;
  margin: 0px 0px 0px 2px;
  width: 96px;
  height: 96px;
  float: left;
  border: 1px solid #555555;
}

