body 		{
		background-color: white;
		padding:0px;
}

a:link 		{
		color:#666666;
} 

a:visited 	{
		color:#666666;
}
 
a:hover 	{
		color:#333333;
}
 
a:active 	{
		color:#666666;
}

p.main 		{
		font-family: Arial Rounded MT Bold, sans-serif;
		color: #666666;
		text-align: justify;
}

p.menu 		{
		font-size: 12pt;
		font-family: Arial Rounded MT Bold, sans-serif;
		color: #666666;
		text-align: left;
}

p.text 		{
		font-size: 14pt;
		font-family: Arial Rounded MT Bold, sans-serif;
		color: #666666;
}

h1 		{
		font-size: 36pt;
		color: #666666;
		font-family: Arial Rounded MT Bold, sans-serif;
		text-align: center;
}

#sidemenu 	{
		position: absolute;
		
		width: 100px;
		left: 20px;
		top: 300px;
		padding:0px;
		margin:0px;
}

#topbanner 	{
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		padding:0px;
		margin:0px;
}

#topmenu 	{
		
		position: absolute;
		width: 100%;
		left: 0px;
		top: 93px;
		padding: 0px;
		margin: 0px;
		margin-top: 0px;
}

#content 	{
		position: absolute;
		width: 60%;
		top: 150px;
		margin-left: 140px;
		background-color: white;
		padding: 0px 5%;
		text-align: center;
}

#innerblock 	{
		position: absolute;
		width: 90%;
		background-color: white;
		text-align: left;
		padding: 5px;
		height: auto;
}
