/* MAIN			*/
html
	{
	min-height: 100%;
	height: 100%;
	}
body
	{
	margin: 0px auto; 
	text-align: center;
	background-color: #ffffff;
	}
img
	{
	border: 0px;
	}
form
	{
	margin: 0px;
	}

/* TEMPLATE		*/
#div-main
	{
	position: relative;
	margin: 0px auto;
	width: 955px;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid red;
	}

	#div-top
		{
		width: 955px;
		height: 151px;
		background-attachment: scroll;
		background-position: top left;
		background-repeat: no-repeat;
		border-bottom: 0px solid #ffffff;
		}
	
	#div-menu-box
		{
		width: 955px;
		height: 40px;
		background-attachment: scroll;
		background-image: url("../files/template/menu/menu-bg1.jpg");
		background-position: top left;
		background-repeat: repeat-x;
		background-attachment: scroll;
		border-bottom: 0px solid #ffffff;
		}
	#div-menu
		{
		position: absolute;
		left: 0px;
		top: 139px;
		width: 955px;
		height: 40px;
		padding: 12px 0px 0px 25px;
		z-index: 100;
		}
		.menu-item
			{
			float: left;
			text-transform: uppercase;	
			color: #ffffff;
			font-size: 10px;
			padding: 15px 9px 0px 9px;
			}
			.menu-item A, .menu-item A:visited, .menu-item A:active
				{
				color: #ffffff;
				font-size: 10px;
				TEXT-DECORATION: none;
				}
			.menu-item A:hover
				{
				color: #ffffff;
				font-size: 10px;
				TEXT-DECORATION: underline;
				}

		.menu-item-over
			{
			float: left;
			text-transform: uppercase;	
			color: #ffffff;
			font-size: 10px;
			font-weight: bold;
			background-image: url("../files/template/menu/menu-over-001.gif");
			background-position: top left;
			background-repeat: no-repeat;
			background-color: #97cbb7;
			border-left: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
			padding: 15px 8px 13px 8px;
			}
			.menu-item-over A, .menu-item-over A:visited, .menu-item-over A:active
				{
				color: #ffffff;
				font-size: 10px;
				font-weight: bold;
				TEXT-DECORATION: none;
				}
			.menu-item-over A:hover
				{
				color: #ffffff;
				font-size: 10px;
				font-weight: bold;
				TEXT-DECORATION: underline;
				}

	#div-content-outer
		{
		width: 955px;
		min-height: 500px;
		border-top: 1px solid #ffffff;		/*  This is only a dummy line tp ensure that min-height works correct in FF  */
		background-image: url("../files/template/bg-grass-1.jpg");
		background-position: bottom left;
		background-repeat: repeat-x;
		background-attachment: scroll;
		}

		#div-fp
			{
			width: 920px;
			text-align: left;
			margin: 30px 0px 0px 26px;
			padding: 0px 0px 36px 0px;
			line-height: 15px;
			border: 0px solid blue;
			}
			#div-fp-txt
				{
				width: 920px;
				/*
				height: 80px;
				*/
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 18px;
				border: 0px solid yellow;
				}
	
			#div-grass-house
				{
				position: absolute;
				left: 794px;
				top: 200px;
				z-index: 10;
				}
	
			#div-icons
				{
				position: relative;
				margin: 6px 0px 0px 0px;
				border: 0px solid purple;
				}
				.icon
					{
					float: left;
					padding-right: 9px;
					}
				.icon-jv
					{
					float: left;
					padding-left: 33px;
					}
	
			#div-fp-sitemap
				{
				margin: 26px 0px 0px 0px;
				border: 0px solid pink;
				}
				#div-fp-sitemap-top
					{
					width: 902px;
					height: 20px;
					background: url("../files/template/bg-sitemap-top2.png") no-repeat scroll top left;
					}
				#div-fp-sitemap-mid
					{
					width: 902px;
					background: url("../files/template/bg-sitemap-mid2.png") repeat-y scroll top left;
					}
					#div-fp-sitemap-links
						{
						margin: 0px 0px 0px 20px;
						padding: 0px 0px 10px 0px;
						}
						#div-fp-sitemap-links table tr td
							{
							color: #666666;
							font-size: 9px;
							}
							#div-fp-sitemap-links table tr td A, #div-fp-sitemap-links table tr td A:visited, #div-fp-sitemap-links table tr td A:active
								{font-size: 9px; color: #666666; text-decoration: none;}
							#div-fp-sitemap-links table tr td A:hover 
								{color: #666666; text-decoration: underline;}
	
				#div-fp-sitemap-bot
					{
					height: 9px;
					background: url("../files/template/bg-sitemap-bot2.png") no-repeat scroll top left;
					}
				
		#div-content
			{
			width: 900px;
			text-align: left;
			margin: 30px 0px 0px 26px;
			padding: 0px 0px 40px 0px;
			line-height: 15px;
			border: 0px solid blue;
			}

	#div-footer
		{
		width: 955px;
		height: 26px;
		border: 0px solid green;
		text-align: center;
		font-size: 11px;
		color: #333333;
		background-image: url("../files/template/bg-bot-menu1.gif");
		background-position: bottom left;
		background-repeat: repeat-x;
		background-attachment: scroll;
		}
		#div-footer-menu
			{
			padding: 6px 0px 0px 0px;
			}
		#div-footer .sep
			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #333333;
			margin: 0px 30px 0px 30px;
			}
			#div-footer A, #div-footer A:visited, #div-footer A:active
				{
				color: #999999;
				font-size: 10px;
				font-weight: bold;
				TEXT-DECORATION: none;
				padding: 0px 20px 0px 20px;
				}
			#div-footer A:hover
				{
				TEXT-DECORATION: underline;
				}

#div-bottom
	{
	width: 955px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	}
	#div-ih
		{
		padding: 18px 0px 30px 0px;
		}
		#div-ih A, #div-ih A:visited, #div-ih A:active
			{COLOR: #888888; TEXT-DECORATION: none;}
		#div-ih A:hover 
			{COLOR: #888888; TEXT-DECORATION: underline;}


/* MISC			*/
.div-clear
	{
	clear: both;
	}
	
.div-clear2
	{
	clear: both;
	padding-top: 10px;
	}


.m-over
	{
	filter: alpha(opacity=80);
	opacity: .80; 
	}
.m-out
	{
	filter: alpha(opacity=100);
	opacity: 1;
	}


#fg-docgrp-list
	{
	style=""border: 0px solid green; width: 560px;
	}
	#fg-docgrp-list A, #fg-docgrp-list A:visited, #fg-docgrp-list A:active
		{TEXT-DECORATION: none;}
	#fg-docgrp-list A:hover 
		{TEXT-DECORATION: underline;}

	.fg-docgrp-item
		{
		float: left;
		width: 150px;
		min-height: 100px;
		margin: 0px 30px 20px 0px;
		border: 0px solid silver;
		}
		

