@charset "UTF-8";

@media screen, projection
{
	*
	{
		margin: 0;
		padding: 0;
	}

	html, body, #page
	{
		height: 100%;
	}

	body > #page
	{
		height: auto;
		min-height: 100%;
	}

	body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 90%;
		background-color: #004900;
		color: #ffffff;
	}

	body:before
	{
		content: "";
		height: 100%;
		float: left;
		width: 0;
		margin-top: -32767px;
	}

	a
	{
		color: #ffffff;
		text-decoration: none;
	}

	a:hover
	{
		color: #f8ea91;
	}

	h1, h2, h3
	{
		margin: 5px 5px 5px 0px;
	}

	h1
	{
		display: none;
	}

	h2
	{
		font-size: 1.2em;
	}

	h3
	{
		font-size: 1.1em;
	}

	h4
	{
		font-size: 0.9em;
	}

	tr
	{
		vertical-align: top;
	}

	#page
	{
		width: 100%;
	}

	#header
	{
		text-align: left;
		margin: 0 auto;
		width: 1000px;
		background-color: #005F01;
	}

	#main
	{
		overflow: auto;
		padding-bottom: 50px;

		text-align: left;
		margin: 0 auto;
		min-width: 1000px;
		max-width: 1000px;
	}

	#main-content
	{
		background: #005F01 url(./../../images/menu-line.png) top left repeat-y;
	}

	#main p
	{
		margin: 10px 0px 5px 0px;
	}

	#menu
	{
		background-color: #004101;
		height: 30px;
	}

	#menu-content
	{
		text-align: left;
		margin: 0 auto;
		min-width: 1000px;
		max-width: 1000px;
	}

	#menu ul
	{
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		width: 1000px;

	}

	#menu ul li
	{
		display: inline;
		float: left;
		font-size: 1.0em;
		line-height: 30px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 124px;
		text-align: center;
		border-left: 1px #ffffff solid;
	}

	#menu ul li.last
	{
		border-right: 1px #ffffff solid;
		width: 123px;
	}

	#menu a,
	#menu strong
	{
		padding: 0 10px;
		float: none !important;
		float: left;
		display: block;
		color: #EBEBEB;
		font: normal 1em/22px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		height: 30px;
	}

	#menu strong
	{
		background-color: #005f01;
		color: #f8ea91;
	}

	#menu a:hover,
	#menu li:hover a,
	#menu li.iehover a
	{
		background-color: #005f01;
		color: #f8ea91;
	}

	#col1
	{
		width: 200px;
	}

	#col1_content
	{
		padding-top: 10px;
		background: url(./../../images/menu-cross.png) top no-repeat;
	}

	#col1_content ul
	{
		list-style: none;
	}

	#col2, #col2_content
	{
		display: none;
	}

	#col3
	{
		margin-left: 200px;
		margin-right: 0;
	}

	#col3_content
	{
		padding: 10px 10px 10px 10px;
		background-color: #dcf2dd;
		color: #004900;
	}

	#col3_content a
	{
		color: #000000;
		font-weight: bold;
	}

	#footer
	{
		position: relative;
		margin-top: -50px; /* negative value of footer height */
		height: 50px;
		clear: both;
		background-color: #004101;
	}

	#footer-content
	{
		width: 1000px;
		margin: 0 auto;
		padding: 5px 5px 5px 5px;
		text-align: center;
	}

	.float_left
	{
		float: left;
		display: inline;
	}

	.float_right
	{
		float: right;
		display: inline;
	}

	.center
	{
		display: block;
		text-align: center;
	}

	div.left
	{
	        float: left;
	        margin: 15px 15px 0 0;
	        text-align: center;
	}

	div.right
	{
	        float: right;
	        margin: 15px 0 15px 15px;
	        text-align: center;
	}

	img.left
	{
	        float: left;
	        margin: 4px 4px 0 0;
	}

	img.right
	{
	        float: right;
	        margin: 4px 0 4px 4px;
	}

	div.person-item
	{
		margin: 2px;
		border: 0;
		height: auto;
		width: auto;
		float: left;
	}

	div.person-item img
	{
		float: left;
		margin: 3px;
		border: 1px solid #ffffff;
	}

	div.person-item .desc
	{
		width: 370px;
		margin: 2px;
	}

	div.gallery div
	{
		float: left;
		width: 120px;
		height: 100px;
		margin: 5px 5px 5px 5px;
		text-align: center;
	}
}

@media print
{
	body
	{
		font-size: 12pt;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		page-break-after: avoid;
	}

	#header,
	#menu,
	#col1,
	#footer
	{
		display: none;
	}
}
