/* bfc css file
/* global */
html
{
  height: 100%;
}

body
{
  background: #000000 url(../graphics/background5.jpg) repeat;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#main
{
	left:0px; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	text-align:left; 
	top:0px; 
  width: 780px;
}

#content
{
  background: url(../graphics/body.jpg) repeat-y;
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	text-align:left; 
	top:0px; 
  width: 780px;
  padding-left: 20px;
  padding-right: 50px;
}

#logo
{
	background-image:url('../graphics/header.jpg');
	background-repeat:no-repeat; 
	height:174; 
}

/* navigation menu */
#menu
{
	background: transparent;
	float:left; 
	height: 100%;
	padding: 3px;
	position:relative;
	top: 3px;
	width:150px;
	left: -20px;
	margin:0 0 0 0;
}

#menu ul
{
  list-style-type: none;
}

#footer
{
  background-image: url(../graphics/footer.jpg);
  background-repeat:no-repeat;
  position:relative;
  height: 45px;
}

#clock
{
	goright;
	position:absolute;
	right:15;
	top:113; 
}

p
{
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  margin: 0px;
  color: #0000ff;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

h1
{
  font-weight: normal;
  font-size: 50pt;
  padding-bottom: 10px;
  margin: 0px;
  color: #000000;
  font-family: Monotype Corsiva;

}

h2
{
  font-weight: normal;
  font-size: 20pt;
  padding-bottom: 10px;
  margin: 0px;
  color: #000000;
  font-family: Monotype Corsiva;

}

h3
{
  font-weight: strong;
  font-size: 12pt;
  padding-bottom: 10px;
  margin: 0px;
  color: #000000;
  font-family: arial;
}

h4
{
  font-weight: strong;
  font-size: 12pt;
  padding-bottom: 10px;
  margin: 0px;
  color: #0000ff;
  font-family: arial;
}

h5
{
  font-weight: strong;
  font-size: 12pt;
  padding-bottom: 0px;
  margin: 0px;
  color: #ffffff;
  font-family: arial;
}

textarea
{
  font-family: arial;
  font-size: 10pt;
}

.treeview ul
{ /*CSS for Simple Tree Menu*/
  margin-top:0;
  margin-bottom:0;
  list-style-position:outside;
}

.treeview li
{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  padding: 3px;
  list-style-type:none;
  margin:0 0 0 -20;
}


.treeview li.submenu
{ /* Style for LI that contains sub lists (other ULs). */
  background: transparent left 1px;
  cursor: hand !important;
  cursor: pointer !important;
}


.treeview li.submenu ul
{ /*Style for ULs that are children of LIs (submenu) */
  display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li
{ /*Style for LIs of ULs that are children of LIs (submenu) */
  cursor: default;
  margin-left: -30px;
  padding: 3px;
}

.treeview a,li
{
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-style: arial;
  text-decoration: none;
}

.black
{
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  font-style: arial;
  text-decoration: none;
}

.contact
{
  color: #000000;
  font-face: arial;
  font-size: 12px;
  font-weight: bold;
}

