/* Layout */

*
{
/*
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #000 !important;
	
	#A1DA00
	#678C00
	#D98200
	#8C5400
	#262626
	#D9D9D9
*/
}

a, a:link, a:hover, a:visited
{
	color: #000;
	text-decoration: none;
}

body, html
{
    /*background-color: #FFF;
    background-image: url('/images/top.png');
	background-repeat: repeat-x;*/
	padding: 0px;
	margin: 0px;
    font-family: "Georgia", "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 12pt;
    line-height: 150%;
    color: #424242;
    height: 100%;
}

fieldset
{
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-bottom: 10px;
	padding: 0px 6px 4px 6px;
}

legend
{
	/* Small hack for IE 6! */
	color: #000;
}

hr
{
	border: 0px;
	width: 100%;
	color: #999;
	background-color: #999;
	height: 1px;
}

img
{
	border-width: 0px;
	border-style: none;
}

p
{
	text-align: justify;
}

table
{
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

td.label
{
	text-align: right;
	font-weight: bold;
}

#page
{
	margin: auto;
	padding: 0px;
	min-width: 760px;
	height: 100%;
}

#page-left
{
	float: left;
	width: 49%;
	min-height: 100%;
	text-align: right;
}

#page-right
{
	float: left;
	width: 49%;
	border-left: 2px solid #EEE;
	text-align: left;
	min-height: 100%;
}

#content-left
{
	margin: 60px 20px 0px 0px;
	width: 340px;
	float: right;
}

#content-left p
{
	text-indent: 25px;
	margin: 0px;
}

#content-right
{
	margin: 60px 0px 0px 20px;
	width: 340px;
}

#content-right p
{
	margin-top: 0px;
}

#copyright
{
	color: #999;
	font-size: 7pt;
	line-height: normal;
	margin: 20px 0px 5px 0px;
}

.highlight
{
	color: #000;
}
