/*
-----------------------------------------------
CYTANET Screen Master
Version:  2006
----------------------------------------------- */

/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; background:#fff  url("../img/bodybg.gif") top left repeat-y; font:80% Trebuchet MS, Verdana,Tahoma,sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}

li
{margin:0 0 8px 25px; text-align:justify;}

a
{color:#606060; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 0px 0px 0; padding:12px; background:#ffffff; border:0px solid #d0d0d0;}

p
{line-height:1.4em; font-size:1em;}
.hide {display:none;}

/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:0px; left:0; width:258px; height:100%; overflow:auto; background:#e0e0e0 url("../img/sidebarbg.gif") top right repeat-y; text-align:right;}

body > #sidebar
{position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#fff; font-size:1.5em; letter-spacing:1px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#navigation {
	text-align:left;
	margin:0px 0px 0px auto;
}

#navigation {
	margin:0 0px 0 0;
	padding:0;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#navigation li a {
	padding:px px 2px 5px;
	margin:0 7px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #c00;
}

#navigation li a:hover {
	color:#C00;
	border-bottom:1px solid #ddd;
}

#menu a
{display:block; width:240px; padding:5px 18px 5px 0; color:#606060; background:#e0e0e0 url("../img/sidebarbg.gif") top right repeat-y; font-size:1.3em; font-weight:normal; text-decoration:none; letter-spacing: 0px;}

#menu a:hover 
{color:#303030; background:#f0f0f0 url("../img/sidebarbg.gif") top right repeat-y;}

#menu a.active
{padding:5px 18px 5px 0; background:#fff; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;}

#menu a.active:hover
{color:#505050; background:#fafafa;}

/**************** Content area styles ****************/

#content
{width:553px; margin:0 0 0px 278px; padding:0px 0; background:#fff;}

#content p
{margin:0 0 20px 0; line-height:1.5em; text-align:justify; }

#content h1
{margin:1px; color:#000; font-size:3em;  font-family: Avante; letter-spacing:0px; text-align:right;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:  -2px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#BC9418; font-weight:normal; font-size: 2em; letter-spacing:-1px;}

.table1 {
	width:100%;
	border:0px;
	spacing:3px;
}
.table1 th {
	background-color:#E7E8E4;
	color:#000;
}
.table1 td, tr.border td {
	border-bottom:1px solid #ddd;
	padding:5px;
	font:80%;
	}
	
/* Extras. */

hr {
height: 1px;
width: 100%;
color: #999999;
}