body
{
	background: #bdcfa5 url('images/background.png') 0 0 repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}


div#layout
{
	background: transparent url('images/shadow_left.png') 0 0 repeat-y;
	margin: 1.5em auto;
	position: relative;
	text-align: left;
	width: 906px;
} 
div#layout div.shadow.bottom
{
	background: transparent url('images/shadow_bottom.png') 0 0 repeat-x;
	height: 7px;
	overflow: hidden;
	position: relative;
} 

div#layout div.shadow.top-left
{
	background: transparent url('images/shadow_top_left.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 7px;
}
div#layout div.shadow.bottom-left
{
	background: transparent url('images/shadow_bottom_left.png') 0 0 no-repeat;
	float: left;
	height: 7px;
	width: 7px;
}
div#layout div.shadow.bottom-right
{
	background: transparent url('images/shadow_bottom_right.png') 0 0 no-repeat;
	float: right;
	height: 7px;
	width: 7px;
}

div#layout div#content
{
	background: #fff;
	margin-left: 7px;
}


div#head
{
	overflow: auto;
	width: 100%;
}
div#head h1
{
	margin: 0;
	padding: 0;
}
div#head img#logo
{
	border: 0;
	display: block;
	float: left;
}
div#head img#windmills
{
	display: block;
}

ul.head-menu
{
	font-size: 12pt;
	list-style: none outside none;
	margin: 0;
	padding: 5px 0;
	text-align: right;

	position: absolute;
	top: 172px;
	right: 0;
}
ul.head-menu li
{
	display: inline;
	padding-right: 15px;
}
ul.head-menu li a
{
	color: #794;
	font-weight: bold;
	text-decoration: none;
}
ul.head-menu li.selected a
{
	color: #ad6;
}
ul.head-menu li a:hover
{
	color: #ad6;
	text-decoration: underline;
}

table#body
{
	background: #cdcdcd url( 'images/left_background.png' ) 0 0 repeat-x;
	border-collapse: collapse;
	width: 100%;
}
table#body td#left-top
{
	height: 1px !important; /* makes this the smallest cell */
	padding: 10px;
	vertical-align: top;
	width: 13em;
}
table#body td#left-bottom div.side.login
{
	color: #000;
	margin: 5px 5px 1em 5px;
}
table#body td#left-bottom div.side.login a
{
	color: #000;
	text-decoration: none;
}
table#body td#left-bottom div.side.login a:hover
{
	text-decoration: underline;
}
table#body td#left-bottom ul.menu
{
	font-size: 12pt;
	list-style: none outside none;
	margin: 0 0 1em 0;
	padding: 0;
}
table#body td#left-bottom ul.menu li
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0.35em 0;
}
table#body td#left-bottom ul.menu li a
{
	color: #794;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
table#body td#left-bottom ul.menu li.selected a
{
	color: #ad6;
}
table#body td#left-bottom ul.menu a:hover
{
	color: #ad6;
	text-decoration: underline;
}
table#body td#left-bottom ul.menu ul
{
	list-style: none;
	margin: 0;
}
table#body td#left-bottom ul.menu ul li
{
	border-bottom: 0;
}
table#body td#left-bottom ul.menu ul li a
{
	font-weight: normal;
}


table#body td#left-bottom
{
	padding: 10px;
	vertical-align: top !important;
	width: 13em;
}

table#body td#center
{
	background: #fff url('images/content_background.jpg') bottom right no-repeat;
	padding: 10px 20px;
	vertical-align: top;
}

div#foot
{
	background: #cdcdcd;
}
* html div#foot
{
	width: 100%; /* forces hasLayout in IE6 */
}
div#foot ul.menu
{
	font-size: 12pt;
	list-style: none inside none;
	margin: 0;
	padding: 0.75em;
	text-align: center;
}
div#foot ul.menu li
{
	display: inline;
	margin: 0 10px;
}
div#foot ul.menu li a
{
	color: #794;
	font-weight: bold;
	text-decoration: none;
}
div#foot ul.menu li.selected a
{
	color: #000;
}
div#foot ul.menu li a:hover
{
	text-decoration: underline;
}


div#copyright
{
	color: #464;
	font-size: 9pt;
	font-weight: bold;
}
div#copyright a
{
	color: #464;
	font-weight: bold;
}
div#copyright img
{
	border: 0;
	vertical-align: middle;
}

