body 
{
	margin: 0px;
	padding: 0px;
	color: black;
	background-image:url(../images/background.jpg);
	background-position: center top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;

}

a:link, a:active, a:visited
{
	color: #000066;
	text-decoration: none;

}

a:hover
{
	text-decoration: underline;
	color: #BC943C;

}

a.footer:link, a.footer:active, a.footer:visited
{
	color: #BC943C;
	text-decoration: none;
	font-weight: bold;

}

a.footer:hover
{
	text-decoration: underline;
	color: #BC943C;
	font-weight: bold;
}


a.bold:link, a:active, a:visited
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a.bold:hover
{
	text-decoration: underline;
	color: #BC943C;
	font-weight: bold;
	
}


table.content
{
	height: 100%;
}

#leftcolumn
{
	position: relative;
	margin: 0px 10px 0px 28px;
	padding: 0px;
	border-style: dashed;
	border-color: black;
	border-width: 0px;
}

#rightcolumn
{
	position: relative;
	padding: 0px;
	margin: 0px 28px 0px 10px;
	border-style: dashed;
	border-color: black;
	border-width: 0px;
}

#fullcolumn
{

	padding: 0px;
	margin: 10px 32px 10px 28px;
	border-style: dashed;
	border-color: black;
	border-width: 0px;
}

p
{
	color: #666666;
	text-align: justify;
	margin: 10px 2px 5px 2px;
	padding: 0px;
	text-indent: 5px;
}

p.firstline
{
	text-align: left;
	text-indent: 0px;
}

#footer_top
{
	clear: both;
	color: #cccccc;
	font-size: 11px;
	line-height: 12px;
	width: 80%;
	text-align: center;	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 90%;
	margin-top: 20px;
}

#footer
{
	clear: both;
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	width: 90%;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 0px 0px;

}

b
{
	color: black;
}

img.float_right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

img.header 
{
	margin-top: 10px;
}

li
{
	text-align: left;
}

ul 
{
	text-align: left;
}