a:link		{color: #666;
		text-decoration : none}
a:visited	{color: #666;
		text-decoration : none}
a:hover		{color : #600;
			text-decoration : none}


body		{
		background-color: #cc9;
		scrollbar-base-color: #cc9;
 		scrollbar-track-color: #fc6;
		scrollbar-face-color: #f93;
		scrollbar-highlight-color: #f93;
		scrollbar-3dlight-color: #f93;
 		scrollbar-darkshadow-color: #fc6;
		scrollbar-shadow-color: #fc6;
 		scrollbar-arrow-color: #fc6;
 		font-family: arial, tahoma, verdana;
 		font-size: 12pt;
 		text-align: justify;
 		line-height: 15pt;
		}
		
H1			{
		font-family: arial, tahoma, verdana;
		font-size:16pt;
		font-weight: bold;
		color: #999;
		}


textarea	{
		border-width:2;
		font-size:12;
		font-family:Arial;
		background-color:#c99;
		}
		
input		{
		border-width:2;
		font-size:10;
		font-family:Arial;
		background-color:#c99;
		color: #603;
		}

.mainbox	{
		margin-top: 3px;
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 3px;
		height: 280px;
		background-color: #fc6;
		color: #603;
		border-width: 2px;
		border-style: double;
		border-color: #600;
		}

.topbox		{
		margin-top: 0px;
		margin-left: 0%;
		margin-right: 0%;
		height: 180px;
		background-image: url('solarbanner.jpg');
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fc6;
		color: #c99
		}
		
.menuarea	{
		position: relative;
		top: 0px;
		left: 0%
		margin-top: 0px;
		margin-left: 0%;
		margin-right: 0%;
		height: 100%;
		width: 20%;
		background-color: #f93;
		color: #c99;
		float: left;
		}
		
.menucontent	{
		position: relative;
		margin-top: 15%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
		color: #fff;
		}
		
.contentarea	{
		position: relative;
		top: 0px;
		left: 0%;
		margin-top: 0px;
		margin-left: 20%;
		margin-right: 0%;
		width: 90%;
				}

.content	{
		position: relative;
		margin-top: 5%;
		margin-left: 5%;
		margin-right: 5%;
		color: #999;
		}

#title		{
		font-family: "formal script";
		font-size: 36pt;
		color: #c99;
		text-align: center;
		}
