		@charset "UTF-8";
HTML,
BODY
	{
		margin:0px;
		padding:0px;
		height:100%;
		background-color:#ededed;
		background-image:url(_GFX/bg.jpg);
		background-position:center;
		background-repeat:repeat-y;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 16px;
		color:#333;
		text-align:center;
	}

TD
	{
		padding:0px;
		margin:0px;
		border-collapse:collapse;
		vertical-align:top;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height: 18px;
		color:#333;
text-align:left;
	}
		
TABLE {
	padding:0px;
		margin:0px;
		border-collapse:collapse;
		text-align:left;
}

TBODY {
	padding:0px;
		margin:0px;
		border-collapse:collapse;
}	

#Menuf4988f2 {
	text-align:left;
}

.menu
{
		color: #333;
		text-align:left;
}

a:link.menu
{
		color: #333;
		text-decoration: none;
}

a:hover.menu
{
		color: #900;
		text-decoration: none;
}

a:visited.menu
{
		text-decoration: none;
}

.menu-selected
{
		color: #900;
		font-weight: bold;
}

a:hover.menu
{
		color: #900;
		text-decoration: none;
}

a:visited.menu
{
		text-decoration: none;
}

a:link.menu-selected
{
		color: #900;
		text-decoration: none;
}

a:hover.menu-selected
{
		color: #900;
		text-decoration: none;
}

a:visited.menu-selected
{
		text-decoration: none;
}
		
#menuDiv
	{
		padding: 20px 40px 4px 0px;
		font-size:16px;
	}
		
.mainTbl
	{
		width:100%;	
		padding:0px;
		margin:0px;
		border-collapse:collapse;
	}

.topLeftTd
	{
		background-color:#ededed;
		height:20px;
	}

.topMidTd
	{
		background-color:#FFF;
		/*background: url(_GFX/menu_bg.jpg);*/
		height:20px;
		text-align:right;
		width:845px;
		vertical-align:top;
	}
	
.topRightTd
	{
		background-color:#ededed;
		height:20px;	
	}
	
.midLeftTd
	{
		background-color:#234A2F;
		background-image:url(_GFX/green_left.jpg);
		background-position:right;
		background-repeat:no-repeat;
	}

.midMidTd
	{
		background-color:#234A2F;
		height: 254px;
	}
	
.midRightTd
	{
		background-color:#234A2F;	
		background-image:url(_GFX/green_right.jpg);
		background-position:left;
		background-repeat:no-repeat;
	}
	
.midLeftTdSmall
	{
		background-color:#234A2F;
		background-image:url(_GFX/green_left_small.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:98px;
	}

.midMidTdSmall
	{
		background-color:#234A2F;
		height: 98px;
	}
	
.midRightTdSmall
	{
		background-color:#234A2F;	
		background-image:url(_GFX/green_right_small.jpg);
		background-position:left;
		background-repeat:no-repeat;
		height: 98px;
	}	
	
.bottomLeftTd
	{
		background-color:#ededed;	
		background-image:url(_GFX/white_left_1.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}

.bottomMidTd
	{
		background-color:#FFFFFF;
		vertical-align:top;
		height:392px;
	}
	
.bottomRightTd
	{
		background-color:#ededed;	
		background-image:url(_GFX/white_right_1.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
#mainContentDiv
	{
		background-color:#FFF;
		width:603px;
		padding: 10px 7px 0px 10px;
	}
#spacerDiv
	{
		background-color:#CCC;
		width: 1px;
		
	}
#rightContentDiv
	{
		background-color:#FFF;
		padding: 10px 0px 0px 10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		max-width:241px;
		/*white-space:pre-wrap;*/
		
	}
	
.tbl_blank
	{	
		margin:0px;
		padding:0px;
		border-collapse: collapse;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height: 16px;
		color:#333;
		vertical-align: top;
	}
	
	#container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -98px;
		
	}
	
	#footerContainer {
		width:100%;
		height:98px;
		background:url(_GFX/footer_bg.jpg);
		
	}
	
	.push {
		width:100%;
		height:98px;
	}
	
	
	#footer {
		
		margin-left:auto;
		margin-right:auto;
		width:1015px;
		
	}
	
	#footerLeft {
		width:85px;
		height:98px;
		float:left;
		background:url(_GFX/footer_left.jpg) bottom no-repeat;
	}
	
	#footerMid {
		width:845px;
		min-height:20px;
		float:left;
		padding:78px 0px 0 0px;
		background:url(_GFX/footer_mid_bg.jpg);
		text-align:center;
		color:#FFF;
	}
	
	#footerRight {
		width:85px;
		height:98px;
		float:left;
		background:url(_GFX/footer_right.jpg) bottom no-repeat;
	}
		
	/*
	#rightContentDiv P {
		background:#c0e7cc;
		width:90%;
		margin: 5px;
		padding: 5px;
		
		-moz-box-shadow: 0px 0px 3px #000;
		-webkit-box-shadow: 0px 0px 3px #000;
		box-shadow: 0px 0px 3px #000;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}*/
