BODY {
	margin:0px 0px 0px 0px;
}

TD, TEXTAREA, INPUT, SELECT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
}

TEXTAREA, INPUT, SELECT {
	background-color:#f0ece3;
	border:1px solid #cdc5b0;
}

.MenuItem {
	height:33px; 
	width:120px; 
	float:left; 
	text-align:center;
}

.MenuActive {
	height:33px; 
	float:left; 
	text-align:center; 
	background-image:url(images/menu-active.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

.MenuNotActive {
	height:33px; 
	float:left; 
	text-align:center; 
}

.MenuLinkDiv {
	height:33px;  
	padding-top:8px;	
}

.MenuLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight:bold;
	color:#76746f;
	text-decoration:none;
}

.todo A:link {text-decoration: underline; color:#292929 }
.todo A:visited {text-decoration: underline; color:#292929 }
.todo A:active {text-decoration: underline; color:#292929 }
.todo A:hover {text-decoration: underline; color: #ba5a05;}

.news A:link {text-decoration: underline; color:#26548f }
.news A:visited {text-decoration: underline; color:#26548f }
.news A:active {text-decoration: underline; color:#26548f }
.news A:hover {text-decoration: underline; color: #ba5a05 }

.affiliate A:link {text-decoration: underline; color:#26548f; font-weight:bold }
.affiliate A:visited {text-decoration: underline; color:#26548f; font-weight:bold }
.affiliate A:active {text-decoration: underline; color:#26548f; font-weight:bold }
.affiliate A:hover {text-decoration: underline; color: #ba5a05; font-weight:bold}

.knowledgebase A:link {text-decoration: underline; color:#26548f; font-weight:bold }
.knowledgebase A:visited {text-decoration: underline; color:#26548f; font-weight:bold }
.knowledgebase A:active {text-decoration: underline; color:#26548f; font-weight:bold }
.knowledgebase A:hover {text-decoration: underline; color: #ba5a05; font-weight:bold}

.tickets A:link {text-decoration: underline; color:#275390; font-weight:bold }
.tickets A:visited {text-decoration: underline; color:#275390; font-weight:bold }
.tickets A:active {text-decoration: underline; color:#275390; font-weight:bold }
.tickets A:hover {text-decoration: underline; color: #ba5a06; font-weight:bold}


.SectionTitle {
	border-top:1px solid #b3b2b1; 
	border-left:1px solid #b3b2b1; 
	border-right:1px solid #b3b2b1; 
	height:30px; 
	background-image:url(images/title-back.gif); 
	background-repeat:repeat-x;
	width:100%;
}

.SectionTitleOn {
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px; 
  font-weight:bold; 
  padding-top:7px; 
  padding-left:10px; 
  color:#4a6000;
}

.SectionTitleOff {
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px; 
  font-weight:bold; 
  padding-top:7px; 
  padding-left:10px; 
  color:#76746f;
}

.LeftContainer {
	float:left; 
	width:310px;
}

.RightContainer {
	float:left; 
	width:590px;
}

.SectionTitle_Left1 {
	color:#195562; 
	border-bottom:1px solid #bebca9; 
	font-weight:bold; 
	font-size:14px; 
	margin-bottom:10px;
	width:100%;
}
.SectionBox_Left1 {
	width:260px; 
	background-color:#fbf6ea; 
	border:3px solid #e9e4d7; 
	margin-left:5px;
}
.SectionInnerBox_Left1 {
	padding:12px; 
	line-height:22px;
}

.SectionBox_Left2 {
	width:260px; 
	background-color:#ded7c4; 
	border:1px solid #bcb6a6; 
	margin-left:5px;
}
.SectionInnerBox_Left2 {
	padding:12px; 
	line-height:22px;
}


.SectionBox_Left3 {
	width:260px; 
	background-color:#708e08; 
	border:3px solid #708e08; 
	margin-left:5px;
	margin-bottom:10px;
}
.SectionInnerBox_Left3 {
	padding:8px; 
	color:#FFF;
}


.SectionBox_Right1 {
	width:100%; 
	border:1px solid #b3b2b1; 
	background-color:#FFF;
}
.SectionInnerBox_Right1 {
	padding:20px; 
}