body {
	margin: 0; padding: 0 20px;
	background-color: transparent;
}
html {
	background: url(/sites/ets/bottom_nugget.png) no-repeat;
	background-position: bottom left;
	background-color: #FFF;
}
body, td {
	font-family: helvetica, arial, sans-serif;
	line-height: 160%;
	font-size: 100%;
	color: #666;
}
td.body2 {
	text-align: center;
}

div.body {
	margin: 0 auto;
	width: auto !important;
	width: 800px;
	max-width: 800px;
	text-align: left;
}

div.header {
		padding-top: 20px;
		padding-bottom: 20px;
}


h1, h2 ,h3 {
	color: #AAA;
	font-weight: normal;
}



/* ------- main menu ------------------------------------- */
/* BROWN 4F3324 */
/* GREEN 7DB900 */
/* GREY 808080 */

a.main_menu {
	text-transform: lowercase;
	color: #888;
	font-weight: normal;
}

a.main_menu:visited {
	color: #888;
}
a.main_menu:hover {
	color: #62C430;
}

a.main_menu_selected, a.main_menu_selected:visited, a.main_menu_selected:hover {
	color: #62C430;
}


/* ------- breadcrumbs ------------------------------------- */

.breadcrumb, .breadcrumb:visited {
	color: #888;
}
a.breadcrumb:hover {
	color: #888;
}

.breadcrumb_selected, .breadcrumb_selected:visited, a.breadcrumb_selected:hover {
	color: #62C430;
}


/* ------- side menu ------------------------------------- */

a.side_menu_item {
	text-transform: lowercase;
	color: #888;
	font-weight: normal;
}
a.side_menu_item:visited {
	color: #888;
}
a.side_menu_item:hover {
	color: #62C430;
}

a.side_menu_item_selected, a.side_menu_item_selected:visited,  a.side_menu_item_selected:hover{
	color: #62C430;
}

td.side_menu {
	padding: 0 20px 20px 0;
	border-right: 1px #4F3324 solid;
}

a.login_button, a.login_button:visited {
	color: #EEE;
}
