/* DG_CSS Document */

h1,h2,h3,h4,h5,h6,th {
	margin:0px;
	padding:2px;
}

form,hr {
	padding:0px;
	margin:0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
p {
	padding:5px 0 5px 0;
	margin:0px;
	text-align:justify;
}
select {
	padding:2px;
	margin:0px;
	font-family:verdana;
	font-size:11px;
	border:0px;
}
input,textarea { 
	padding:2px; 
	margin:0px; 
	border:1px solid #093054;
	font-family:verdana;
	font-size:11px;
}
a:link,a:visited,a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2f96d9;
}

/*DG_ID*/

#layoutBody {
	background-color:#FFFFFF;
}
#top {
	display:block;
	width:100%;
	padding:2px 0 2px 0;
	height:88px;
}
#newsletter {
	background:url(newsletter-bg.jpg) center center no-repeat; 
	padding:45px 20px 10px 0; 
	margin:5px 0 5px 0; 
	text-align:right; 
	font-weight:bold; 
	color:#890303;
}
#search {
	background:url(search-bg.jpg) center center no-repeat; 
	padding:37px 20px 17px 0; 
	margin:5px 0 5px 0; 
	text-align:right; 
	font-weight:bold; 
	color:#890303;
}
#WelcomeCont {
	height:330px;
	#overflow:hidden;
	padding:5px;
}
#bottom {
	background-color:#66999a;
	color:#FFFFFF;
	font:12px helvetica;
}
#copyright {
	width:220px;
	text-align:right;
}

/*DG_Class*/
.TxtGray, a.TxtGray {
	color:#5e5e5f;
}
.TxtDarkGray, a.TxtDarkGray {
	color:#1f1f1f;
}
a.TxtDarkGray:hover {
	color:#0707f2;
}
.TxtBlue,a.TxtBlue {
	color:#40608c;
}
.TxtDarkBlue, a.TxtDarkBlue{
	color:#0f5586;
}
a.TxtDarkBlue:hover{
	color:#a86700;
	text-decoration:none;
}
.TxtOrange,a.TxtOrange {
	color:#fc7e0d;
}
a.TxtOrange:hover, a.TxtMaroon:hover  {
	color:#FF3300;
}
.TxtMaroon, a.TxtMaroon {
	color:#9b0303;
}
.TxtRed, a.TxtRed {
	color:#FF3300;
}
.TxtWhite, a.TxtWhite {
	color:#FFFFFF;
}
a.TxtWhite:hover {
	color:#f9ff48;
	text-decoration:none;
}
.LefttxtGreen, a.LefttxtGreen{
	color:#6c6405;
	display:block;
}
a.LefttxtGreen:hover {
	color:#0e89d0;
	text-decoration:none;
}
.txtLightGray{
	color:#bbbbbb;
}
.txtLightGray2, .txtLightGray2 a{
	color:#999999;
}
.TxtlightBlue {
	color:#e4f0fc;
}
.TxtYellow {
	color:#fbff83;
}
.smfont {
	font-size:10px;
}
a.Topmenu {
	color:#ffffff;
	padding:0 20px 0 20px;
}
a.Topmenu:hover {
	color:#dd5704;
}
a.Leftmenu {
	color:#000078;
	font:bold 11px verdana;
	display:block;
	
}
a.Leftmenu:hover {
	color:#0000f0;
}

/*DG_Class : Padding */
.PadTopBotTwo {
	padding:2px 0 2px 0;
}
.PadFive {
	padding:5px;
}
.PadTwo {
	padding:2px;
}
.PadFiveTop {
	padding-top:5px;
}
.PadTopTen {
	padding-top:10px;
}
.PadFiveBot {
	padding-bottom:5px;
}
.PadTopBotFive {
	padding:5px 0 5px 0;
}
.PadTopBotTen {
	padding:10px 0 10px 0;
}
.PadLeftRightTen {
	padding:0 10px 0 10px;
}
.PadLeftTopTen {
	padding:10px 0 0 10px;
}
.PadLeftTwenty {
	padding-left:20px;
}
.PadLeftTen {
	padding-left:10px;
}
.PadTen {
	padding:10px;
}
.SubCat {
	padding-left:8px;
	border-bottom:1px dotted #b4c0cb;
}
.PadLeftRightTopTen {
	padding:10px 10px 0 10px;
}

/* Border Style */
.topbotborder {
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	padding:5px;
}
.LeftRightborder {
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	padding:5px;
}
.borderm {
	border:1px solid #e8e8e8;
	border-collapse:collapse;
}
.ImgBorder {
	border:1px solid #b9b9b9;
}
.leftborder {
	border-left:1px dotted #eeeeee;
}
.borderBottom{
	border-bottom:1px solid #eaeaea; 
}
.borderBottomDark{
	border-bottom:1px solid #bbbbbb; 
}
.border {
	border:1px solid #eeeeee;
	padding:5px;
}
.borderdot {
	border:1px dotted #000000;
	padding:2px;
}
.borderRightDashed{
	border-right:1px dashed #2a6d6e; }

/*Background Style */
.bullet {
	list-style-image:url(li2.gif);
	text-align:justify;
}
.bulletblue {
	list-style-image:url(bullet-blue.gif);
	text-align:justify;
}
.LightgrayBg {
	background-color:#f6f6f6;
}
.GrayDotH {
	background:url(dot.gif) center left repeat-x;
}
.GrayDotV {
	background:url(dot_v.gif) center center repeat-y;
}
.TopLink {
	background:#66999a url(topmenu-bg.gif) bottom center repeat-x;
	padding:10px 0 10px 0;
	color: #ffffff;
	width:100%;
	font:bold 12px arial;
}
.Btn {
	background-color: #FFCC00;
	font-weight:bold;
	border:0px;
	text-transform:uppercase;
	font-variant:small-caps;
	font-family:Helvetica;
	font-size:12px;
	padding:2px 9px 0px 0px;
	color:#990000;
	background:url(bullet2.gif) right center no-repeat;
	text-align:right;
}

/* General */
.right{
	float:right;
}
.left {
	float:left;
}
.block {
	display:block;
}
.bold {
	font-weight:bold;
}
.pageHeading{
	font:bold 18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:33px;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #204790;
	padding:10px 0px 4px 0px;
}

.head2 a{
	color: #204790;
}
.plus-minus {
	background-color:transparent;
	border: 0px ;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	height: 17px;
	width:17px;
	background-color: transparent;
}


.tabIndex{
	display:block;
	padding: 3px;
	border-bottom:1px solid #dadada;
	width: 96%;
	text-align: center;
	clear:right;
	margin: 10px 0px;
}

.tabIndexBottom{
	display:block;
	padding: 3px;
	width: 96%;
	text-align: center;
	clear:both;
	margin: 10px 0px;
	border-top: 1px solid #dadada;
}
.index{
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
.navBarTxt {
	width:16px; border: 1px solid #dddddd; font: bold 10px Arial, Helvetica, sans-serif; color: #333333; text-decoration: none; padding:1px 4px; }
	
.navBarTxt:hover {
	width:16px; height:15px; background-color:#666666; font: bold 10px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; padding:1px 4px; border: 1px solid #666665; 
}
.active {
	width:16px; height:15px; background-color:#666666; font: bold 10px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; padding:1px 4px; border: 1px solid #666665; 	
}
.main_index{
	width:99%;
	display:block;
	margin-bottom:10px;
	padding:3px ;
	clear: both;
	border-bottom:1px solid #ff9900;
}
.absmiddle {
	vertical-align:middle;
}
.nostyle {
	font-weight:normal;
	font-style:normal;
	border:0px;
}
.Description_Table {
	display:table;
	height:200px;
}
.Description_Table_lg {
	display:table;
	height:220px;
}

/* My Class */

.bluebold{
       font-weight:bold; color:#3580a6; text-transform:uppercase;
}

.TxtBlack, a.TxtBlack {
	color:#000;
}
a.TxtBlack:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.left-cate a{
font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000078;
padding:7px 0 7px 12px; display:block; background:url(arrow.gif) no-repeat left 10px;
}
.left-cate a:hover{
color:#0000f5;
}
.border_new{
border-left:solid 1px #66999a;
}