﻿* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: 200;
	line-height: 15px;
	margin: 0px auto 0px auto;
	background-color: #f0f0f0;  /*  white  */
	background-image: url('images/background.gif');	
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	
	}

#wrapper {
	width: 788px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 3px;
	border-top: 1px #bbbbbb solid;	
	border-left: 1px #bbbbbb solid;	
	border-right: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;	
	padding: 0px;
	background-color: #ffffff;  /*  white  */
	text-align: left;
	position: relative;
	}

#content {
	padding: 0px 10px 10px 10px;
	}

h1 {
	font-size: 18px;
	font-weight: 600;
	padding: 6px 0px 6px 0px;
	}

h2 {
	font-size: 16px;
	font-weight: 500;
	padding: 6px 0px 6px 0px;
	}

h3 {
	font-size: 14px;
	font-weight: 500;
	padding: 6px 0px 6px 0px;
	}
	
p {
	font-weight: 200;
	font-size: 11px;
	padding: 4px 0px 4px 0px;
	}	

small {
	font-weight: 200;
	font-size: 10px;
	padding: 6px 0px 6px 0px;
	}
	
/* ----------   Main Text Block   ----------- */
#main {
	background-color: #ffffff;  /*  white  */	
	float: left;
	width: 400px;
	margin: 30px 20px;
	padding: 0px 5px 0px 10px;
	}
	
#main p {
	color: #000000;
	}	
	
#main a, a:visited {
	color: #414445; 	/* dark grey  	*/
	}

#main a:hover {
	text-decoration: underline;
	}
	
#main h1 {
	color: #555555;		/*  grey  */
	}
	
#main ul {
	margin: 5px;
	list-style: circle;
	padding: 0 15px;
	line-height: 12px;
	}

#main li {
	margin-bottom: 10px;
	}

/* ----------   Side Text Block   ----------- */
#sidebar {
	position: absolute;	
	top: 362px;
	right: 10px;	
	background: #dddddd; 	/* light grey  	*/
	float: left;  
	width: 250px;
	margin: 0 0 0 0;
	padding: 0px 15px 10px 10px;
	}
	
#sidebar p {
	color: #000000;
	}	

#sidebar h1 {
	color:  #444444 ;  /*  green-grey  */	
	}
	
#sidebar a, a:visited {
	color:  #414445; 	/* dark grey  	*/
	text-decoration: none;
	}	

#sidebar a:hover {
	text-decoration: underline;
	}	

#sidebar ul {
	margin: 5px;
	list-style: circle;
	padding: 0 15px;
	line-height: 12px;
	}

#sidebar li {
	margin-bottom: 10px;
	}
	
/* ----------   Tooltips   ---------- */

a:hover {
	background: #ffffff; 
	text-decoration: none;
	}

a.tooltip span {
	display: none; 
	padding: 2px 3px; 
	margin-left: 8px; 
	width: 400px;
	}

a.tooltip:hover span{
	display: block; 
	position: relative; 
	top: -200px;
	left: 15px;
	background: #fafafa; 
	border: 3px ridge #cccccc; 
	color: #6c6c6c;
	}



/* ----------   Header Menu Block   ----------- */
#header {
	position: absolute;
	top: 0px;
	right: 10px;
	background: #ffffff; 	/* white  	*/
	width: 80px;
	height: 100px;
	margin: 10px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #000000;	/*  black  */
	}

#header a, a:visited	{
	color: #000000;
	text-decoration: none;
	}

#header a:hover	{
	color: #3a613a;	/*  dark green  */
	background-color: #dddddd; 	/* light grey  	*/
	}	
	
/* ----------   Footer   ----------- */
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 70px;
	}
	
#footmenu {
	position: relative;
	top: -40px;
	right: 10px;
	float: right;
	background: #ffffff; /* white  	*/
	width: 80px;
	height: 40px;
	margin: 10px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #000000;	/*  black  */
	}
	
#footer a, a:visited	{
	color: #000000;	/*  black  */
	text-decoration: none;
	}

#footer a:hover	{
	color: #000000;	/*  black  */
	background-color: #dddddd; 	/* light grey  	*/
	}	
