/* Style sheet for home page  styleshome.css */
		body {
			font-family: verdana,arial;
			font-size: 13px;
			text-align: justified;
			background-color: white; /*#f0f8ff;*/
		}
	/* Items for menu column */
		#sidecolumn {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 20%;
		}
/*		#largecolumn {
			left: 20px;
			top: 20px;
			margin-left: 40px;
			width: 50%;
		}
		.feedback	{
			background-color: #b2d9ff;
		}*/
		#menuarea {
			background-color: #b2d9ff;
			line-height: 18px;
		}
		#adsarea {
			background-color: #dd8833;
			line-height: 18px;
		}
		.menuitem {
			text-align: left;
			font-weight: bold;
			font-size: 14px;
			position: relative;
			left: -15px;
			color: #88aaff;
		}
		.logo	{
			margin-left: 30px;
		}
		.textordin {
			font-family: Arial, Verdana;
			text-align: center;
		}
		.textbold {
			text-align: center;
			font-weight: bold;
			border-width: 1px;
			border-style: dotted;
			margin: 10px;
		}
		div.advert	{
			position: relative;
			left: 20px;
		}
		a {
			font-family: Arial, Verdana;
			color: #8822aa;
			text-decoration: none;
		}		
		a:hover {
			background-color: #d5ebff;
			color: #aa11aa;
		}
	
		
	/* Items for main page */
		#homepage {
			border-style: solid;
			border-width: 2px;
			border-right-width: 10px;
			position: absolute;
			left: 20%;
			top: 0px;
			border-color: #88bb22;
			font-family: arial,verdana,sans-serif;
			width: 76%;
			text-align: center;
			padding: 10px;
		}
		#homepage table {
/*			margin: 10px;*/
			border-spacing: 6px;
			position: relative;
			left: 1%;
		}
		#homepage div {
			width: 98%;
			text-align: center;
		}
		#homepage div.text4 {
			width: 70%;
		}
		#homepage td.limited {
			width: 20%;
			font-weight: bold;
			font-size: 16px;
			background-color: #bbbb44;
			border-style: solid;
			border-width: 1px;
			border-color: #c69f44;
		}
		#homepage td.full {
		}
		
		.text1 {
			margin-top: 20px;
			font-family: arial, sans-serif;
			color: blue;
			font-size: 15px;
			font-style: italic;
			font-weight: bold;
		}
		.text2 {
			margin-top: 20px;
			font-family: arial, sans-serif;
			color: green;
			font-size: 15px;
			font-weight: bold;
		}
		.text3 {
			margin-top: 8px;
			font-family: arial, sans-serif;
/*			line-height: 20px;*/
			color: darkred;
			font-size: 18px;
			font-style: italic;
			font-weight: bold;
		}
		.text5	{
			margin-left: 7%;
			margin-right: 7%;
		}
		.text4 {
			margin-top: 20px;
			margin-left: 14%;
			font-family: arial, sans-serif;
			color: #222222;
			font-size: 14px;			
			line-height: 20px;
			border-style: solid;
			border-width: 1px;
			border-color: brown;
			text-align: center;
		}
		.text4 ul	{
			text-align: left;
		}
		.text4 h4 {
			font-style: italic;
			font-size: 16px;
			color: blue;
		}
/*		.text4 h5 {
			text-weight: bold;
			font-size: 15px;
		}*/
		.limited {
			text-align: center;
			font-weight: bold;
			font-size: 18px;
			line-height: 18px;
			border-style: solid;
			border-width: 1px;
			border-color: #c69f44;
			background-color: white;
			margin: 10px;
		}
		.limited p	{
			font-size: 12px;
		}
		.limited p2	{
			font-size: 10px;
		}
		.adver {
			text-align: center;
			font-size: 18px;
			margin: 10px;
		}
		.adver a 	{
			background-color: #ffbb66;			
		}
		.adver img 	{
			border-width: 0px;
		}
		/*Derived from limited */
		.dolphin	{
			text-align: center;
			font-weight: bold;
			font-size: 18px;
			line-height: 18px;
			border-style: solid;
			border-width: 1px;
			border-color: #c69f44;
			background-color: white;
			margin: 10px;
			padding: 6px;
		}
		.dolphin mediumName	{
			font-size: 12px;
			line-height: 20px;
			color: green;
		}
		.dolphin small	{
			font-size: 10px;
			line-height:10px;
		}




