body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 800px; 
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 160%;
	text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
p {
	font-size: 12px;
	line-height: 160%;
	margin-top: 0.5em;
	padding: 0;
}
legend {
	font-size: 12px;
	line-height: normal;
	text-align: center;
	padding: 25px;
}

th {
	font-size: 12px;
	line-height: 20pt;
}
td {
	font-size: 12px;
	line-height: normal;
}
blockquote {
	font-size: 12px;
	font-style: normal;
	line-height: 18pt;
}
hr {
	color: #993300;
	background: #FFFFFF; 
}
a:link {
	color: #993300;
	background: #FFFFFF; 
}
a:hover {
	color: #FF0000;
	background: #FFFFFF;
}
a:active {
	color: #993300;
	background: #FFFFFF;
}
a:visited {
	color: #993300;
	background: #FFFFFF; 
}
small {
	font-size: 9px;
	background: none;
}
.center {
	text-align: center;
}
body {
	background-image: url('../bpgraphics/bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
	font-size: 12px;
	line-height: 160%;
}
ol.decimal {
	list-style-position: outside;
	list-style-type: decimal;
}
ul.simple {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.verse {
	list-style-type: none;
}
ul.bullet {
	list-style-position: outside;
	list-style-type: disc;
}
ul.linkMenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
	list-style-position: outside;
	line-height: 160%;
}
ul.simple{
    line-height: 160%;
}
li.button{
    margin-top: 1em;
    
}
table.contents-list {
	vertical-align: baseline;
	
}
table {
	padding: 10px;
	border-spacing: 10px;
}
td.contents-list {
	width: 50%;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	text-align: left;

}
tr.contents-list{
	width: 100%;
}
img {
	border: 0px;
}

img.thumbnail{
	border: 1px solid #993300;
}
.italic{
	font-style: italic;
}
.coverThumb{
border: 1px solid #993300;
}
#pageHeader{
    width: 100%;
}
#leftMenu{
  background: none;
  float: left;
  width: 98px;   
  text-align: right;
  padding-right: 10px;
}
#pageBody{
  background: none;
  float: left;
  width: 681px;   
  border-left: 1px solid #993300;
  padding-left: 10px;
}
#pageFooter{
  background: none;
  float: left;
  width: 100%; 
  text-align: right;
}
#bodyColumnLeft{
  background: none;
  width: 521px;
  float: left;
  padding-right: 10px;
  border-right: 1px solid #993300;
}
#bodyColumnRight{
  background: none;
  float: left;
  width: 139px; 
  padding-left: 10px;
}