body {
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: Black;
    margin: 0;
    padding: 0;
	text-align: center;

}

TD {font-size: 10pt;  }

p { font-size: 10pt;  margin-bottom: 7px; margin-top: 0; }

a{ color: #76DEFC; text-decoration: none; }

a:hover{	text-decoration: underline;  color: White;   }

form{	margin:0;}



#header {
	width: 780px;
	height: 150px;
	line-height: 125px;
	margin: 0 auto;
	text-align: left;

}

#header-back-left
{
	background-image: url(style_images/fatos_headback_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header-back-right
{
/*
	background-image: url(style_images/fatos_headback_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	*/
}

#header-back-right
{

}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {

	float: left;
	width: 100%;
	height: 24px;
	text-align:center;
}
#topbar
{
   background: #5B7444;
   height: 24px;
   width: 780px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
}
#topbar #currdate
{
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	float: left;
	width: 180px;
	text-align:center;
	white-space: nowrap;
	padding-left: 8px;
}

#siteactions
{
	float:right;
	margin-top:2px;
	white-space: nowrap;
	padding-right:4px;
}

#menu {
	width: 780px;
	margin: 0 auto;
	font-size: 95%;

	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#container-main
{
	width: 780px;
	clear: both;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#navigation
{
	width:780px;
	text-align:center;
	height: 22px;
	background-color: #484848;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#content
{
	width: 780px;
/*	padding: 8px 4px 20px 4px; */
	background: black;
	color: white;
	text-align: left;
	font-size: 10pt;
	min-height: 500px;
}

#content td
{
	font-size: 10pt;
}

* html #content
{
	height: 500px; /* IE bug */
}

#content ul
{
	margin-left : 5px;
	padding-left : 0;
	list-style: none;
	margin-top : 5px;
	margin-bottom : 5px;
}

#content ul li
{
	padding-left: 16px;
	background-image: url(style_images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content ul ul li
{
	padding-left: 12px;
	background-image: url(style_images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#content ul ul ul li
{
	padding-left: 12px;
	background-image: url(style_images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	color: white;
	letter-spacing: 0.15em;
	background-color: black;
	font-size: 8pt;
	    border-top: 6px solid #484848;
}



#counter
{
	font-family: "Courier New", Courier, monospace;
	background-color: Black;
	color:yellow;
	font-size: 8pt;
	margin-top:12px;
	padding-left:4px;
	padding-right:4px;
}

/* Block */
#content .bkBlock
{

}

#content .bkBlockHead
{
    margin: 0;
    padding: 24px 0 7px 40px;
    font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
    font-weight: normal;
    letter-spacing: .005em;
    color: White;
    font-size: 15pt;
}

#content .bkBlockActions
{
	white-space: nowrap;
	float: right;
}

#content .bkBlockActions img
{
	margin-left: 2px;
	margin-right: 2px;
}

#content .bkBlockContent
{
    padding: 35px 40px 35px 40px;
    border-bottom: 1px solid #484848;
    border-top: 1px solid #484848;
    background-color: #222222;
}

#pagenavig
{
padding-top: 4px;
}

/* clearfix for floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { /*display: inline-block */ }

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/* form styles */

.bkForm
{
	width: 400px;
}

.bkFieldLabel
{
	text-align: right;
	color: white;
}

.bkFieldLabel .bkRequired
{
	font-weight: bold;
	color: white;
}
.bkFieldContent
{

}

.bkFieldContent .bkTextControl
{
	width: 100%;
	background-color: transparent;
}

.bkFieldContent .bkTextAreaControl
{
	width: 100%;
	height: 120px;
	background-color: transparent;
}
