/* CSS Document */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #000000;
	margin: 0px;
}

a {
	color: #003063;
	text-decoration: none;
}

a.footer {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;

}
	
ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #325A1E;
	background: #FFFFFF;
	padding: 5px 5px 5px 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

li:hover ul, li.over ul { 
	display: block; 
}

#header {
	background: #FFFFFF url(../images/background.jpg);
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headercolor {
	background-image: url(../images/header_color2.jpg);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
  width: 100%;
  background: #ffffff;
  float: right;
  margin-left: -200px;
}

#sidebar {
  width: 200px;
  float: left;
}

#footer {
	background: #610200;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 10.5px;
}

#content {
  background: #FFFFFF;
  margin-left: 210px;
  margin-right: 20px;
  text-align: left;
  padding-bottom: 10px;
}

#picture {
	background: #FFFFFF;
	margin-left: 210px;
	margin-right: 20px;
	text-align: left;
	padding-top: 2px;
	padding-left: 40px;
}

h2 {
	margin-top: 0;
	color: 325A1E;
	text-align: left;
	text-indent: 50px;
}

h2.performance {
	margin-top: 0;
	margin-bottom: 0;
	color: 325A1E;
	text-align: left;
}

h2.performance2 {
	margin-top: 0;
	color: 325A1E;
	text-align: left;
	text-indent: 90px;
}

.last {
	margin-bottom: 0;
}

#wrapper {
  background: #FFFFFF;
}

.clearing {
  height: 0;
  clear: both;
}

#contentindex {
  background: #FFFFFF;
  margin-left: 210px;
  margin-right: 150px;
  text-align: left;
  padding-bottom: 10px;
}

ol.image {
	list-style-image: url(../images/listitem.png);
	padding: 10px;
	margin: 5px;
}

.question {
	font-weight: bold;
	color: #610200;
}

.answer {
	font-weight: bold;
	color: #610200;
}

#logo {
	padding-left: 2px;
}

body.privacy {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}