/**
 * Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
 */
	
*, HTML, BODY
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

HTML
	{
	height: 100%;
	}

BODY
	{
	/** background: #DEEBD6; **/
	
	color: #FFF;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	height: 100%;
	background: url(baby_bg.gif) top left;
	}

H1
	{
	color: #96BF55;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
	/** background-image: url(../images/accordion_toggle.gif) top left no-repeat; **/
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right;
	}

H1 SPAN
	{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	text-align: left;
	}

.description
	{
	font-size: 12px;
	line-height: 18px;
	color: #ffff99;
	padding: 5px 0 15px 0;
	}

#page-header
	{
	height: 198px;
	}
#container
	{
	margin: 10px auto 10px auto;
	width: 700px;
	/** border: 1px dotted #14b432; **/
	}

#top_container
	{
	width: 700px;
	height: 130px;
	margin: 10px auto 10px auto;
	}
	
#bottom_container
	{
	clear: both;
	width: 700px;
	}
	
/**
 .page-top
	{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #09f;
	border-bottom: 5px solid #444444;
	}

.page-sidebar
	{ 
	position: fixed; 
	top: 30px; 
	left: 20px;	
	width: 250px; 
	}
**/

* HTML .page-sidebar
	{ 
	top: 30px; 
	left: 20px;	
	width: 250px; 
	position:absolute; 
	}

/**
.page-title
	{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	}

.page-title H1
	{
	margin: 0 0 5px 0;
	}
	
.page-title H2
	{
	clear: both;
	font-size: 100%;
	color: #FF9;
	font-weight: normal;
	margin: 0;
	}

.page-body
	{
	margin: 0 10% 0 315px;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
	}
**/

.page-footer
	{
	width: 700px;
	color: #96BF55;
	background: White;
	margin-bottom: 0px;	
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #14b432;
	border-right: 1px solid #14b432;
	border-left: 1px solid #14b432;
	border-bottom: 1px solid #14b432;

	}

.page-footer P
	{
	padding: 5px;
	}

.page-body UL, .page-body OL
	{ 
	color: #ffffff;
	margin: 10px 0 30px 25px; 
	}

.page-body UL LI, 
.page-body OL LI
	{ 
	padding: 0; 
	margin: 0 0 5px 0; 
	color: #cccccc;
	line-height: 140%;
	font-size: 100%;		
	}

.page-title H1 SPAN
	{
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	color: #ffffff;
	margin: 5px 0 15px 0;
	}



A,
A:link,
A:visited
	{
	text-decoration: none;
	color: #090;
	}

A:hover
	{
	text-decoration: underline;
	color: #070;
	}

H2
	{
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #090;
	margin: 5px 0 15px 0;
	}

H2 SPAN
	{
	clear: both;
	font-size: 70%;
	color: #FF9;
	}

.notice
	{
	border: 3px solid #ffff99;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
	}
	
.notice P, 
.notice P A, 
li a
	{
	color: #ffffff;
	text-decoration: none;
	}

.navigation
	{ 
	list-style: none; 
	margin: 10px 0 30px 0; 
	width: 200px;
	}

.navigation LI
	{ 
	padding: 0; 
	margin: 0; 
	}

.navigation A, 
.navigation A:visited
	{
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	border-bottom: 3px solid #171B20;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	}

.navigation A:hover
	{
	color: #000000;
	background-color: #a9d06a;
	}

A.page-options
	{
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
	}

A.page-options:hover, 
A.page-options:focus
	{
	color: #fff; 
	background: #09F;
	}		

P small, 
LI small
	{
	color: #09F;
	font-size: 100%;
	}
	
p em, 
em
	{
	color: #ffffff;
	}

.hidden
	{
	display : none;
	}

PRE
	{
  	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial;
  	padding: 5px;
  	background: #FFFF99;
  	border-top: 1px solid #14b432;
  	border-bottom: 1px solid #14b432;
	
  	overflow: auto;
	margin: 10px 0px 0px 0px;
	}

