/* 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: #00F;
	text-decoration: none;
}

body
{
    /*background-color: #FFF;
    background-image: url('/images/top.png');
	background-repeat: repeat-x;*/
	padding: 0px;
	margin: 0px;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 11pt;
    color: #333;
}

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;
}

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

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

#page
{
	margin: auto;
	padding: 20px;
	min-width: 760px;
}

#header
{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 40px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	background: #EEE;
}

#content
{
	padding: 20px 25px 15px 25px;
	line-height: 130%;
	clear: both;
	max-width: 1240px;
}

#content-main
{
	float: left;
	width: 75%;
}

#content-side
{
	float: right;
	width: 20%;
	text-align: justify;
}

#footer
{
	padding: 10px;
	color: #999;
	font-size: 7pt;
}

.hidden
{
    visibility: hidden;
    font-size: 1px;
    padding: 0px;
    line-height: 0px;
    margin: 0px;
}

.navbar
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 40px;
}

.navlist
{
	position: absolute;
	bottom: 5px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	color: #222;
	line-height: 20px;
}

.navitem
{
	display: inline;
	color: #000;
}

.navitem a
{
	color: #666;
	padding: 6px 14px 0px 14px;
	font-size: 13pt;
	margin-right: 9px;
	text-decoration: none;
	vertical-align: middle;
	height: 24px;
	float: left;
}

.navitem a:hover
{
	color: #000;
}

.navitem a.active
{
	color: #666;
	font-weight: bolder;
}