/* Style sheet for home page  stylesdoor.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%;
		}
		#menuarea {
			background-color: #cccccc;
			line-height: 18px;
		}
		.menuitem {
			text-align: left;
			font-size: 12px;
			position: relative;
			left: -15px;
			color: #88aaff;
		}
		.logo	{
			margin-left: 30px;
		}
		.textbold {
			text-align: center;
			font-weight: bold;
			border-width: 1px;
			border-style: dotted;
			margin: 10px;
		}
		a {
			color: #8822aa;
			text-decoration: none;
			font-weight: bold;
		}		
		a:hover {
			background-color: #d5ebff;
			color: #aa11aa;
		}
		.targets 	{
			line-height: 20px;
			font-size: 14px;
			font-weight: bold;
		}
	
		
	/* Items for main page */
		#homepage {
			background-color: #ffffdd;
			border-style: solid;
			border-width: 2px;
			border-right-width: 10px;
			border-color: #c69f44;
			position: absolute;
			left: 20%;
			top: 0px;
			font-family: verdana,sans-serif;
			width: 76%;
			text-align: left;
			padding: 10px;
		}
		#homepage div {
			width: 98%;
			text-align: center;
		}
		h1	{
			text-align: center;
		}
		h2	{
			text-align: center;
		}
		h3	{
			text-align: left;
			font-weight: bold;
		}
		h4	{
			text-align: left;
			font-weight: bold;
			color: blue;
		}
		
	
	




