* {
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #666;
	background-color: #fff;
	text-align: center;
}

a {
	color: #0077dd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* headers */
#header {
	position: relative;
	background: #004778 url('a5.gif') bottom left repeat-x;
	height: 110px;
	padding-left: 2em;
}

#header h1 {
	position: absolute;
	top: 40px;
	font-size: 30px;
	letter-spacing: -0.05em;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	font-size: 12px;



.
	top: 70px;
	padding: 5px;
	color: #E0E8EF;
	top: 80px;
}
h3,h4 {
	padding: 10px 10px 5px 5px;
	color: #545454;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	padding: 10px;		
	margin: 0;
	line-height: 150%
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}



/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 850px;
	text-align: left;
}

/* sidebar */
#sidebar {
	float: left;
	width: 19%; 
	margin: 0;	padding: 0; 
	display: inline;
	background: #fff url('../images/a1.gif') top right repeat-y;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 19%;
	padding: 0;
	margin: 0;
	background: #fff url('../images/a2.gif') top left repeat-y;
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 58%;	
}



/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(footerbg.gif) repeat-x;
	height: 60px;
	font-size: 10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }

table
{
	margin-bottom: 1.0em;
	border-collapse: collapse;
	text-align: left;
}

table th
{
	font-weight: bold;
	padding: 0.3em;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border: solid 1px #ccc;
	text-align: center;
}

table td
{
	padding: 0.3em;
	border: solid 1px #ccc;
	text-align: right;
}

table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border: solid 1px #ccc;
}

table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border: solid 1px #ccc;
	color: inherit;
}

table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border: solid 1px #ccc;
	color: inherit;
}

table td.text
{
	text-align: left;
}

table td.up
{
	color: #f33;
}

table td.down
{
	color: #33f;
}
