/* General CSS Document */
html{
	height: 100%;
}
a {
	font-size: 9px;
	color: #FFFFFF;
	
}
	
a:hover {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

a.tax {
	font-size: 10px;
	color: #000000;
	
}

p {
	padding-top:10px;
	margin:0px;
}	
body {
	margin:10px;
	background-color: #ffffff;
}
table {
	border:0px;
}	
td, div {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D2D2D;
}
ul{
	margin:0;
	margin-left:15px;
	padding:0;
}
li {
  margin: 0;
  padding: 0;
  list-style-image:url('/images/li-bullet.gif');
  list-style-position:outside;
  font-family:Tahoma;
  font-size:9px;
  line-height:14px
}
li a{
  font-family:Tahoma;
  font-size:9px;
  color:#4A412A;
}
li a:hover{
  color:#4F4F4F;
}
#externalcontainer {
	width:800px;
	height:100%;
	background-color:#ffffff;
	margin:0px auto 0px auto;
}
.width100per {
	border:0px none;
	width:100%;
}		
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}

/* Left Part starts */
.leftpanel{
	width:205px;
}
.logo{
	background-image:url('/images/logo-bg.gif');
	background-repeat:repeat-x;
	background-color:#E7E7E7
}
.logo img{
	margin-top:56px;
	margin-bottom:25px;
}
#news-tbl{
	width:179px;
}
.news-cont{
	padding-left:15px;
	padding-right:14px;
	padding-bottom:12px;
}

input.buttons { 
 font-size: 12px;
 font-weight: bold;
 background-color: #99080D; 
 color: #FFFFFF; 
 border: 1px solid #000000;
 padding: 2px;
 margin-right: 5px; 
}

/* Left Part ends */
/* Right Part starts */

.rightpanel{
	width:51px;
	background-image:url('/images/corner.gif');
}

.topmenu{
	background-image:url('/images/topmenu-bg.gif');
	background-repeat:repeat-x;
	background-color:#E7E7E7
}
#navtbl{
	width:302px;
	float:right;
}
.topnav{
	background-image:url('images/topnav-bg.gif');
	background-repeat:repeat-x;
	background-color:#D0D0D0
}
.banner-bg{
	background-image:url('images/banner-bg.gif');
	background-repeat:repeat-x
}
.body-cont{
	padding:5px;
	padding-bottom:0px;
	border-left:1px solid #DDDDDD;
}
.gray-panel{
	width:239px;
	background-color:#F3F3F3;
}
#gray-cont{
	width:217px;
	margin-left:12px;
	margin-top:15px;
	margin-bottom:7px;
}
.bdr-right{
	border-right:1px solid #dddddd;
}
.bdr-top{
	border-top:5px solid #ffffff;
}
.bdr-left{
	border-left:5px solid #ffffff;
}
#body-menu{
	height:66px;
	background-color: #99080D;
}
#body-menu td{
	border-right:1px solid #ffffff;
}
.bdy-rght-cont{
	border-right:5px solid #ffffff;
}
.button-bg{
	background-image:url('images/link-btn-bg.gif');
	background-repeat:repeat-x;
	height:16px
}
.bot-banner{
	background-image:url('/images/bot-banner-bg.gif');
	background-repeat:repeat-x;
	background-color:#2279B4
}
.cont-pad{
	padding:17px;
}
/* Right Part ends */
/* footer style starts here */
#footer-tbl{
	height:92px;
	width:527px;
	margin-left:10px;
}
/* footer style ends here */
/* text style starts here */
.normaltext{
	color: #2D2D2D;
}
.bluetext{
	color: #1D6DA9;
}
/* text style ends here */
