* { margin:0; padding:0; list-style:none; text-decoration:none; }

body { background-color:#B6C79B; text-align:center; }

.general { margin:0 auto; width:1000px; }

.top { background-image:url(images/bgTop.jpg); background-repeat:repeat-y; background-position:top right; }

.LeftMenu { background-image:url(images/leftMenu.jpg); background-repeat:no-repeat; }

.RightMenu { background-image:url(images/rightMenu.jpg); background-repeat:no-repeat; }

.MenuBar {
	background-image:url(images/bgMenu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#B5C79A;
}

.contentPane { padding-top:12px; }

.leftPane { width:470px; }

.rightPane { width:470px; }

.intContentPane { padding-top:20px; }

.WSI { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; }

.WSI a:link { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; }
.WSI a:visited { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; }
.WSI a:hover { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; text-decoration:underline; }

.Copyright { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFF; }

/*** REGULAR MENU ***/

.MainMenu_MenuIcon,.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_MenuItem td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:5px 10px;
	text-transform:uppercase;
}

.MainMenu_MenuItemSel {
	background-color:#5A8327;
}

.MainMenu_MenuItemSel td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E4DE3C;
	padding:5px 10px;
	text-transform:uppercase;	
	background:transparent;
}

.separator {
	font-size:12px;
	color:#FFF;
}

.MainMenu_MenuBreak {
	border:none;
	background:transprarent;
}

.MainMenu_SubMenu {
	background-color:#B5C79A;
}

.MainMenu_SubMenu td {
	border:none;
	height:15px;
	text-transform:none;
	padding:3px 5px;
}

.ActiveMenu {
	color:#E4DE3C;
}

.topLeft
{
	background: url(images/topleft.jpg) no-repeat top right;
	width: 16px;
	height:20px;
}

.topMiddle
{
	background: url(images/top.jpg) repeat-x top left;
	width: 10px;
	height:20px;
}

.topRight
{
	background: url(images/topRight.jpg) no-repeat top left;
	width: 16px;
	height:20px;
}

.middleLeft
{
	background: url(images/leftRounded.jpg) repeat-y top right;
	width: 16px;
}

.middleRight
{
	background: url(images/rightRounded.jpg) repeat-y top left;
	width: 16px;
}

.BottomLeft
{
	background: url(images/bottomLeftRounded.jpg) no-repeat top right;
	width: 16px;
	height:20px;
}

.BottomMiddle
{
	background: url(images/bottom.jpg) repeat-x top left;
	width: 10px;
	height:20px;
}

.BottomRight
{
	background: url(images/bottomRightRounded.jpg) no-repeat top left;
	width: 16px;
	height:20px;
}
