body
	{
	margin:0 0 0 0; padding:0 0 0 0;
  	color:rgb(11,0,82); font-family: Arial; font-size:9pt;
  	background-image:url("../images/daVinci4.jpg"); background-repeat:repeat;
  	background-attachment:fixed;
	}

a:link		{ color:#007000; text-decoration:none; }
a:active		{ color:#007000; text-decoration:none; }
a:visited	{ color:#007000; text-decoration:none; }
a:hover		{ color:#ff0000; text-decoration:none; }

/* Divisions */

div.center
	{
	text-align:center;
	padding:0;
	}

div.mainborder
	{
	width:70%;
	margin-left:auto; margin-right:auto;
	margin-top:3px; margin-bottom:3px;
	background-color:white;
	border-style:solid; border-color:black; border-width:0 2px 0 2px;
	padding-left:3px; padding-right:3px; padding-top:6px; padding-bottom:6px;
	}

div.main
	{
	margin-top:0; margin-bottom:0; margin-left:1%; margin-right:1%;
	padding-top:1em; padding-bottom:1.5em; padding-left:0; padding-right:0;
	background-color:#fff7e7;
	}

div.side
	{
	position:absolute;
	left:66.2%; top:0;
	width:14.5%; min-height:100%;
	padding: 1em 0 3em 1em;		
	background-color:#ccc4b4;
	}
div.pic
	{
	text-align:center;
	width: 100%
	}		

table.cols
	{
	width:100%;
	background-color:transparent;
	border-width:0 0 0 0;
	margin:0 0 0 0;
	padding: 1em 0 3em 1em;
	}
td.main
	{
	background-color:#fff7e7;
	padding:0 0.8em 0 0.4em;
	}

td.side
	{
	background-color:#ccc4b4;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

/* POSITIONING TOOLS */

.b 	{ vertical-align:bottom; }
.m		{ vertical-align:middle; }
.t		{ vertical-align:top; }

.l		{ text-align:left; }
.c		{ text-align:center; }
.r		{ text-align:right; }

.indent 	{	margin-left:2.0em; }	

/* GENERAL TEXT */

h1
	{
	font-size:1.8em;
	margin: 0em 0em 1.7em 0em;
	}

h2
	{
	font-size:1.1em;
	margin: 0.5em 0em 0em 0em;
	}

h3 { 	font-size:1.0em; }
h4	{	font-size:0.9em; }

p,ul,ol,td
	{
	font-size:0.9em;
	line-height:1.4;
	}

thead
	{
	font-weight:bold;
	text-align:center;
	}

/* Links */

a.strong		{ font-weight:bold; }		

/* Widgets */

.thinline
	{
	color:rgb(165,218,196);
	size:1px; height:1px
	}

.thinredline
	{
	color:red;
	size:1px; height:1px
	}


