body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
       	background: white url(/Images/logo2.gif) bottom right no-repeat;
       	background-attachment: fixed;
       	background-position: bottom right;
}
.content, #top {
	margin-left: 121px;
}
#bo {margin-right: 25em;
}

.content a:hover {
	border-bottom: 1px red dashed;
}
.content img {
	float: right;
	margin: 1.5em;
	margin-top: 0em;
	border: 1px black solid;
}
.content p, .content li, .content .b, .content #bo {
         font-size: 1.29em;
         margin: 15px;
	line-height: 1.5em;
}
.content ul li {
line-height: 1.25em;
}
.content #bo {
line-height: 1.3em;
border-right: 1px #C42F2F solid;
padding: 0;
width: 17em;
}
h2 {
margin: 10px;
}
h3 { margin: 12.5px;
}
h1 {
	color: white;
	background-color: #900;
	font-size: 2em;
	margin: 0;
	margin-left: -2px;
	margin-bottom: 0.5em;
	padding: 0.25em;
	letter-spacing: 0.3em;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #c00;
}
a {
	text-decoration: none;

	color: #C42F2F;
}

strong {
	font-weight: bold;
	color: #C42F2F;
}
table {
	background-color: #ccc;
}
#navigation {
position: absolute;
left: -1px;
top: 0;
width: 120px;
line-height: 0px;

}
body > div#navigation {
	position: fixed;
}

#navigation img {
	background-color: #a00;
	border-bottom: 2px #C42F2F solid;
	left: 0;
	padding-left: 0.5em;
}
#navigation a:hover,#navigation .bottom a:hover, #navigation .here:hover {
	background-color: rgb(234,234,236);
}
#navigation a, #navigation .here {
	display: block;
	font-size: 20px;
	border-bottom: 2px #C42F2F solid;
        background: white;
	padding: 0.15em 0.5em;
	font-family: arial, helvetica, sans-serif;
	border-right: 2px #C42F2F solid;
        font-weight: bold;
	margin: 0;
	line-height: 1.5em;
}

#navigation .here {
color: #6D2323;
cursor: default;
}

li {
   list-style-position: outside;
   
}

#navigation .bottom a, #navigation .bottom .here {
	background: white url(/Images/curve1.gif) bottom right no-repeat;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0;
}
#navigation .here a {
	color: #AA2828;
}
#form {
  position: absolute;
  left: 35em;
  margin-right: 10em;
  top: 7em;
  width: 21em;
}
#form input, #form textarea {
  position: absolute;
  right: 0;
}
#form em input {
 position: relative;
}
.content .b dl {
  line-height: 1.25em;
}