body {
	background-color: #000;
	text-align: center;
	font-family: Lucida, sans-serif;
	font-size: 75%;
}

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

a:hover {
	text-decoration: underline;
	color: #900;
}


h1,h2,h3 {
	font-family: Lucida, sans-serif;
	color: #333;
	font-weight: normal;
}


h1 {
	line-height: 20pt 
}


h1 a,h2 a,h3 a {
	color: inherit;
}

#main {
	background-color: #fff;
	width: 795px;
	text-align: left;
	margin: 0 auto;
}

#masthead {
	background-color: #000;
	width: 795px;
	height: 250px;
}


a img {
  border: 0;
}




img.floatRight { 
    float: right; 
    margin: 8px; 
}




#rightbar {
	float: right;
	width: 232px;
	text-align: center;
}

#leftbody {
	float: left;
	width: 530px;
}

#leftbody,
#fullbody {
	padding-top: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	line-height: 150%;
}

#leftbody img.title,
#fullbody img.title {
	padding-top: 0px;
	padding-bottom: 10px;
}

a.top {
	float: right;
	color: #999;
	font-size: 75%;
}



table {
	border: 1px solid #333;
	border-collapse: collapse;
}
td {
	border: 1px solid #333;
	padding: 4px 10px;
	font-family: Lucida, sans-serif;
	font-size: 60%;
}
th {
	text-align: left;
	background: #000;
	color: #fff;
	padding: 4px 5px;
	font-family: Lucida, sans-serif;
	font-size: 60%;
}

table.layout,
table.layout td,
table.layout th,
table.layout tr {
	margin: 0;
	border: 0;
	padding: 0;
}

#rightbar table {	
	margin: 0 auto;
}
table.rightbarstyle {
	border: 0;
	width: 185px;
}
table.rightbarstyle td {
	border: 1px solid #fff;
	padding: 2px 4px;
	text-align: center;
	background: #ccc;
}
table.rightbarstyle th {
	border: 1px solid #fff;
	padding: 2px 4px;
	text-align: center;
}



div.figure {
  	border: thin silver solid;;
  	padding: 5px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	

}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  font-family: Lucida, sans-serif;
  line-height: 125%;
  padding-top: 4px;
  padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.text_figure {
  	border: thin silver solid;;
  	padding: 5px;
	float:right; 
	margin-right:0px; 
	margin-left:15px; 
	margin-top:0px; 
	margin-bottom:5px;

	

}
div.text_figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  font-family: Lucida, sans-serif;
  line-height: 125%;
  padding-top: 4px;
  padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



div.date{
	clear: both;
	background-color: #000;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	text-align: right;
	padding: 1px 4px;
	

}


table.invisible td,
table.invisible tr,
table.invisible {
	border: 0;
	margin: 0;
	padding: 0;
}

table.form .hr {
	background: #000;
}

table.form .label {
	text-align: right;
}