
body {
  background: #f0f0f0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
}

a {
  color: #663366;
  text-decoration: none;
	border-bottom: 1px dashed #663366;
}

a:hover {
  text-decoration: none;
	border-bottom: 1px solid #663366;
}

#page {
  background: #ffffff url("i/bg.gif") repeat-y scroll top center;
  position: relative;
  width: 770px;
  left: 50%;
  margin-left: -385px;
}

#header {
  position: relative;
  margin: 0px 15px 0px 15px;
  width: 740px;
}

#headerlogo {
	position: absolute;
	z-index: 9; 
	top: 0; 
	left: 400px;
}

#headertitle {
	position: absolute; 
	z-index: 9; 
	top: 50px; 
	left: 540px;
}
	
#content {
  position: relative;
  width: 740px;
  margin-left: 15px;
  padding: 125px 0px 10px 0px;
	min-height: 300px;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content p,#content li,#content table {
  padding-left: 20px;
  padding-right: 240px;
}

#content td {
  padding-right: 0;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 545px;
  width: 220px;
  padding: 125px 0px 10px 0px;  
}

h1 {
  position: absolute;
  top: 26px;
  font-family: Univers Condensed, Arial Narrow, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
  left: 545px;
  margin: 0;
  display:none;
}

h2 {
  position: absolute;
  font-family: Univers, Arial, sans-serif;
  font-size: 24pt;  
  font-weight: normal;
  border-bottom: 8px solid #996699;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4px;
  top: 70px;
  width: 740px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:710px;  
}

h3 {
  font-family: Univers Condensed, Arial Narrow, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 10px;
}

h4 {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  margin: 0;
}

h5 {
  font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

img {
  border: 0;
}
  
p { 
  margin-top: 0;
}

menu {
  list-style: none outside none;
  margin: 0px 15px 0px 15px;
  padding: 10px 0px 15px 0px;
  text-transform: lowercase;
	line-height: 150%;
}

menu li {
  padding-bottom: 5px;
}

menu a {
  font-weight: bold;
}
menu a:hover {

}
menu a.current {
  font-weight: bold;	
  color: #000000;
  border-bottom: none;
}

address {
  position: absolute;
  font-size: 8pt;
  font-style: normal;
  white-space: pre;
  padding: 0px 0px 0px 15px;
}
