body {
	font-family: Tahoma,Verdana,sans-serif;
	font-size: small;
	color: rgb(120,100,100);
	margin: 0;
	padding: 2em 2em 0 2em;
	background: rgb(255,250,252) url(background.png) repeat-x top left;
	min-width: 780px;

	/* By default, mozilla hides absolute elements with z-index below zero. 
	 * Setting a relative position and z-index to 0 of the body element, avoids that.
	 */
	position:relative; left: 0; top: 0; z-index:0;
}
#leftcol{
float: left;
width:40%;
padding-top: 1em;
position: absolute;
}
#leftcolb{
float: left;
width:40%;
text-align:left;
position: absolute;
padding-top: 2em;
}

#rightcol{
float:right;
width:40%;
text-align:center;
position: relative;
padding-left :20px;
align: center;
}

#rightcolb{
float:right;
width:40%;
text-align:left;
position: relative;
padding-left :20px; 
}
.right{
align:right;
text-align:right;
}
.left{
align:left;
text-align:left;
}
#cont{
width:100%;
}

#banner {
	background: url(bglefttop.png) repeat-x top right;
	z-index: -1;
	position: absolute;
	width: 476px;
	height: 428px;
	left: 0;
	top: 0;
}

h1 {
	font-size: x-large;
	text-align: right; margin: 0 0 0.7em 0; padding: 0 0 0.2em 0;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: large;
}


a {
	text-decoration: none;
	color: rgb(120,100,100);
	border: none;
}

a:hover {
	background: rgb(255,240,250);
	border-top: 1px solid rgb(120,100,100);
	border-bottom: 1px solid rgb(120,100,100);
	text-decoration: none;
}

#nav {
	background: transparent;
	width: 7em;
	text-align: center;
	float: left;
	padding: 1em 0 0 0;
	line-height: .5em;
}

#nav a, #nav span.lnsection {
	display: block;
	padding: 0.5em 1em 0.5em 0;
	font-size: small;
	text-decoration: none;
	border: none;
	background: transparent;
	font-size: 0.85em;
}
#nav span.lnsection {
	padding-top:  2em;
	text-decoration: underline;
}

#nav a:hover {
  background: rgb(255,240,250);
	border-top: 1px solid rgb(120,100,100);
	border-bottom: 1px solid rgb(120,100,100);
	font-style:italic;
	color: rgb(0,0,0);
	font-size:0.85em;
}

li{
  list-style-type: circle;
}
#options {
	width: 7em;
	float: right;
	padding: 1em;
	margin: 1em;
	border: 1px solid rgb(120,100,100);
}

#content {
	margin: 0 0 0 8em;
	padding: 1em 0 0 2.5em;
	min-height: 60ex;
}
.contents{
padding:5px;
}

p, ul, dl {
	margin: 1em 0 2em 0;
	line-height: 1.5;

}
p:first-letter {
 font-weight: bold;
 } 

dt { text-decoration: underline; }

dd { text-align: justify; }

p { text-align: justify; }

em {
	 font-style: italic;
}
strong {
	font-weight: bold;
}
#footer {
	margin: 2em 0 2em 0;
	text-align: center;
	border-top: 1px solid rgb(120,100,100);
	padding: 10px;
	font-size: x-small;
}
#footer a {
	font-weight: normal;
}
#center{
text-align: center;
/*border-left: 1px inset rgb(120,100,100);
border-right: 1px inset rgb(120,100,100);
margin-left: 5.2%;
margin-right: 5.275%; */
}
.red{
color:red;
}
.small{
font-size: small;
}

