@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:url(images/hidden.png) bottom no-repeat;
}

a, a.visited
{
	color:#163d05;
	text-decoration:none;
}

a.hover
{
	color:#163d05;
	text-decoration:underline;
}

h3
{
	font-size:18px;
	color:#358d0e;
	font-weight:bold;
}

img
{
	border: 0px none;
}

.img
{
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #CCC;
}

#container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background: url(images/gradient.png) no-repeat bottom;
}

#nav
{
	height: 20px;
	background: #358d0e;
	padding-top: 10px;
	padding-left: 10px;
}

#nav a
{
	color:#FFFFFF;
}

#nav a.hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#nav ul
{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

#nav li
{
	float:left;
	padding-right: 10px;
}

#bottom_border
{
	height:10px;
	background:url(images/bottom_bg.png);
}

#header
{
}

#main
{
	padding: 10px;
	background:url(images/bg.png);
	min-height: 500px;
}

#footer
{
	padding:10px;
	text-align:right;
	background:url(images/bg.png);
}

#message
{
	padding-bottom: 200px;
	background: url(images/hidden.png) fixed bottom center no-repeat;
}

#sources
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.collapse
{
	display:none;
	margin-bottom:35px;
}

.expand
{
	font-size:14px;
}