
body
{
	color: 	   	white;
	font-family: 		tahoma;
	background: 		black url(./tie.gif) repeat-y 190px 0;
	margin: 		0 0 0 0;

}

.pagehead
{
	margin: 		10px 0px 10px 10px;
	border: 		6px solid white;
	border-right:		0;
	padding: 		0.5em;
	background: 		black;
	font-size: 		160%;
	font-weight: 		bold;
}

.side
{
	margin-left: 		10px;
	margin-top: 		5px;
	float: 		left;
	width: 		170px;
	//DEBUG//border: 	1px solid white;
	padding: 		0.5em;
	text-align:		center;
}

.main
{
	margin-left: 		225px;
	margin-top: 		15px;
	margin-right: 	10px;
	//DEBUG//border: 	1px solid white;
	position: 		relative;
	min-height: 		100%;
	height: 		auto !important;
	//padding:		0.5em;
	padding-bottom: 	100px;

}

.item
{
	margin-left:		5px;
	margin-right:		5px;
	background-color:	white;
	border:		4px solid red;
	color:			black;
	padding:		0.5em;
}

.item img
{
	margin-top:		20px;
}

.item p
{
	text-align:		justify;
	color:			black;
}

.side a
{
	color:			white;
	text-decoration:	none;
}

.item a
{
	color:			blue;
	text-decoration:	underline;
}

a:hover
{
	color:			red;
}

.footer
{
	color:			red;
	position: 		absolute;
	bottom: 		0 !important;
	bottom: 		-1px;
	height: 		90px;
	width:			100%;
}

.footer a, .footer p
{
	text-size:		80%;
	color:			red;
	text-align:		center;
	text-decoration:	none;
}

.footer a:hover
{
	color:			white;
	text-decoration:	underline;
}


label
{
 	font-size:		105%;
}

.item form
{
 	margin-left:		10px;
}

.item form select
{
 	margin-left:		15px;
}

img
{
	background-color:	white;
}

.item h1, .item h2, .item h3, .item h4, .item table
{
	color:			black;
       text-align:		left;
}

iframe
{
	border:		0;
}

table.list
{
	background-color:	white;
	width			100%;
}

.central
{
	text-align:		center;
}
