body
{
	width: 100%;
/*	background: url(../gfx/backback.gif);
	background-repeat: no-repeat;*/
	background-color: #dddddd;
	font-family: calibri,tahoma;
	font-size: 10pt;
	color: black;
	margin: 0px;
	
}

h1 { display: none }
h2,h3 { font-family: arial; color: #3953a4; text-transform: uppercase; margin: 0px; padding: 0px }
h2 { font-size: 13pt }
h3 { font-size: 10pt }
hr { background-color: #3565ad; border: 1px solid #3565ad }

input,textarea { border: 1px solid black; width: 300px; padding: 5px; font-family: calibri,tahoma; font-size: 11pt; }
textarea { height: 200px; }


#header
{
	height: 50px;
	background-color: #3565ad;
	margin: 65px 10px 20px 10px;

}
#logo
{
	width: 130px;
	height: 130px;
	
	background: url(../gfx/freelogo2.png);
	position: absolute;
	top: 5px;
	right: 20px;
}

#menu,#topper,#splash,#panel,#footer,#copyright,.lastEdit
{
	display: none;

}

#content
{

	margin: 10px;
	padding: 5px; 
	background-color: white;
	
}
#content p { margin: 5px 0px 10px 0px; padding: 0px }
