@charset "utf-8";

/** Common Pages CSS **/
body {
	
	background-repeat:repeat-x;
	background-color:#9C8A73;
}
.topmenubg
{
	background-image: url(images/Top_Menu_Bg.gif);
	background-repeat: repeat-x;
}
.highlighttxt
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fc9600;
}
.headtxt
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fc9600;
}
.Main_Bg {
	background-image: url(images/Main_Bg.gif);
	background-repeat: repeat-x;
}
.Main_border {
	border: 1px solid #ab9e90;
}
.HeaderBg {
	background-image: url(images/Header_Top_Bg.gif);
	background-repeat: repeat-x;
}

/** Main Menu CSS **/
.MainMenuBg {
	background-image: url(images/Header_Menu_MainBg.gif);
	height: 23px;
}
.MainMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20190e;
	line-height: 18px;
}
.MainMenuText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #423420;
	text-decoration:none
}
.MainMenuText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #785f3c;
	text-decoration:none;
}
.MainMenuTexthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none
}

/** Left Panel CSS **/
.StripBg {
	background-image: url(images/Strip_Left.gif);
	background-repeat: repeat-y;
}
.clientText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding:10px;
}
.clientTxtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-right:10px;
}
#MidContent
{
	padding-left:6px;
	padding-right:6px;
}

.MainContextTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	text-align:justify;
}
.MainContextHTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#d38612;
}
.MainContextHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d38612;
}

.LinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #aa6a0b;
	height: 25px;
	background-image:url(images/Strip_head.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.LinkText a {
	color: #aa6a0b;
	text-decoration:none;
}
.LinkText a:hover {
	color: #aa6a0b;
	text-decoration:underline;
}
.LinkTextHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
}

.StripHeadBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b0a595;
	padding: 3px;
}

/** RightPanel CSS **/

#RightPanel
{
padding-left:6px;

}
.boxBorder {
	border: 1px solid #857979;
}

.RightHeadBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #857979;
	padding: 3px;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding-top: 5px;
	text-align:justify;
}
.newsText a {
	color: #000000;
 	text-decoration:none;
 	text-align:justify;
  
}
.newsText a:hover {
 	color: #000000;
	text-decoration:underline;
  
}
.newstextdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
	
}
.newstextdate a {
	color: #FF9900;
 	text-decoration:none;
  
}
.newstextdate a:hover {
	color: #FF9900;
	text-decoration:underline;
  
}

/** Footer CSS **/
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding: 5px;
}
.FooterText a {
	color: #000000;
	line-height: 20px;
	padding: 5px;
	text-decoration:none;
}
.FooterText a:hover{
	color: #000000;
	text-decoration:underline;
}

.FooterCopyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	
}
.PartnerText {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}
.HStrip {
	background-image: url(images/Horizontal_Strip.gif);
	background-repeat: repeat-x;
	height: 3px;
	margin-top: 10px;
}
.txtboxbg {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #dbd4c8;
}
.downLink {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #F90;
}
.downLink a
{
	text-decoration:none;
}
.downLink a:hover
{
	text-decoration:underline;
}