/* CSS Document */

/* GENERAL ELEMENTS
**************************************************************
*/
body {
	margin:0px 0px 0px 0px; 
	padding:0px;
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	text-align:justify;
}

form {
	padding:0;
	margin:0;
}

body,table,tr,td {
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#6d6d6b;
	text-decoration:none;
}
 
p {
	margin:0; 
	padding:0 0 10px 0;
}

ul {
	padding:0px 0px 10px 15px; 
	margin:0px 0px 10px 15px;
}

/*LINK STYLES*/
A { color:#398ba3;text-decoration:underline; } 
A:hover {color:#398ba3 ;text-decoration:underline;} 
A:visited { color:#398ba3;text-decoration:underline; } 
A:active { color:#398ba3;text-decoration:underline; } 
A:visited:hover {text-decoration:underline;}

/* LAYOUT CONTROL STYLES
**************************************************************
*/
#container {
	margin-right:auto;
	margin-left: auto;
	text-align: justify;
	padding: 0px 0px 0px 0px;
  	width: 778px;
	background-color: #fafaf8;
	border-left: 1px solid  #E5E5E5;
	border-right: 1px solid #E5E5E5;
	
}

#header {width: 778px; height: 250px;background-color: #FFFFFF;}

#header1 {
	width: 778px;
	height: 115px;
	background-color: #FFFFFF;
}

#buttons {width: 778px; height: 38px; float:left;}


#leftNav {width: 213px; float:left; background-color: #f1f2ec;}


#contentarea {
	padding: 32px 21px 0px 28px;
  	width: 515px;
	float: left;
	background-color: #fafaf8;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	clear:both;
	width: 737px;
	height:15px;
	background-color: #fafaf8;
	padding: 12px 21px 8px 20px;	
	border-top: 1px solid #ecece8;
	border-left: 1px solid  #E5E5E5;
	border-right: 1px solid #E5E5E5;
	
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {color:#6d6d6b; text-decoration:none;}
#footer a:hover {color:#6d6d6b; text-decoration:none;}

/* Design
**************************************************************
*/
.left_plain {
  	width: 171px;
	padding: 32px 21px 15px 21px;
	float:left;
}

.left_varkha {
  	width: 180px;
	padding: 32px 12px 0px 21px;
}

.left_press {
	padding: 11px 12px 0px 21px;
  	width: 180px;
	height: 113px;
	float:left;
	background-color: #deded6;
}

.left_press_inner {
	padding: 11px 12px 11px 21px;
  	width: 180px;
	float:left;
	background-color: #deded6;
}

.mid_area{
	width:234px;
	padding: 12px 10px 0px 10px;
	height:205px;
	background-color:#f1f2ec;
	float:left;
}
.mid_area1{
	width:232px;
	padding: 12px 10px 0px 10px;
	height:205px;
	background-color:#f1f2ec;
	float:left;
	border-left:#fafaf8 solid 1px;
}
	
.topspace10{padding-top:10px;}
.topspace15{padding-top:15px;}
.topspace25{padding-top:25px;}	
.topspace20{padding-top:20px;}	
.topspace30{padding-top:30px;}	

.ritespace5{padding-right:5px;}
.ritespace12{padding-right:12px;}
.ritespace365{padding-right:365px;}



.leftspace5{padding-left:5px;}
.leftspace10{padding-left:10px;}
.leftspace12{padding-left:12px;}
.leftspace15{padding-left:15px;}
.leftspace25{padding-left:25px;}	
.leftspace20{padding-left:20px;}	
.leftspace328{padding-left:326px;}	

.bottomspace5{padding-bottom:5px;}
.bottomspace10{padding-bottom:10px;}
.bottomspace15{padding-bottom:15px;}
.bottomspace15{padding-bottom:18px;}
.bottomspace25{padding-bottom:25px;}	
.bottomspace20{padding-bottom:20px;}	
.bottomspace125{padding-bottom:125px;}
	
.bluemain{
	background-image:url(../images/blue_main.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 43px 10px 2px 20px;
	width:367px;
	height:148px;
	float:left;
	}

.green{
	background-image:url(../images/green_bg.gif);
	background-repeat:no-repeat;
	padding: 22px 10px 2px 14px;
	width:166px;
	height:169px;
	float:left;
	}
	
.blue{
	background-image:url(../images/blue_bg.gif);
	background-repeat:no-repeat;
	width:164px;
	height:169px;
	float:left;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 14px;
	}
	
.links {
	font-size: 11px;
	color: #398ba3;
	text-decoration: underline;
}

	
.bullet {
  list-style: none;
  margin: 0px 18px 0px 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}	
	
.bullet li {
	padding-left: 10px;
    background: transparent url(../images/bullet.gif) no-repeat 0 0.7em ;
	margin-left:0px;
	padding-top:1px;
	padding-bottom:5px;
}


.bulletleft {
  list-style: none;
  margin: 0px 18px 0px 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}	
	
.bulletleft li {
	padding-left: 22px;
    background: transparent url(../images/bullet_left.gif) no-repeat 0 0.7em ;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:3px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:12px;
}

.bulletleft a, .bulletleft a:link, .bulletleft a:visited, .bulletleft a:active {
	color:#6d6d6b;
	text-decoration:none
}
.bulletleft a:hover {text-decoration:none;}

.bulletwhite {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}	
	
.bulletwhite li {
	padding-left: 15px;
    background: transparent url(../images/bullet_top.gif) no-repeat 0 0.7em ;
	margin-left:0px;
	padding-top:4px;
	padding-bottom:5px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#808080;
}

.bluehighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#398ba3;
}

.smalltxt{
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:13pt;
	color:#6d6d6b;
	text-align:left;
	text-decoration:none;
	}

.leftheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	font-weight: normal;
	color:#362126;
	line-height:13px;
}

.homeheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	font-weight: bold;
	color:#362126;
	line-height:12px;
	text-align:left;
}
.homeheading a, .homeheading a:link, .homeheading a:visited, .homeheading a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	font-weight: bold;
	color:#362126;
	line-height:12px;
	text-decoration:none
}
.homeheading a:hover {text-decoration:none;}


.whitetxt .whitetxt a, .whitetxt a:link, .whitetxt a:visited, .whitetxt a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration:underline;
	color:#ffffff;
}

.whitetxt a:hover {text-decoration:underline;}


.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration:none;
	color:#ffffff;
}

.style2 {font-size: 11px}

.bluehighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#398ba3;
}

.bullet2 {
  list-style: none;
  margin: 0 0px 10px 0px;
  padding-bottom: 12px;
  padding-left: 2px;
}	
	
.bullet2 li {
	padding-left: 14px;
  background: transparent url(../images/green_bullet.gif) no-repeat 0 0.7em;
	margin-left:0px;
	padding-top:1px;
	padding-bottom:8px;
}

.bulletnum {
  
  margin: 0 0px 10px 0px;
  padding-bottom: 12px;
  padding-left: 30px;
}	
	
.bulletnum li { 
	padding-top:1px;
	padding-bottom:8px;
}

a.txtnormal:link {
    font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#808080;
	text-decoration:none;
}

a.txtnormal:hover {
    font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#808080;
	text-decoration:none;
}

a.txtnormal:visited {
    font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#808080;
	text-decoration:none;
}

a.txtnormal:active {
    font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#808080;
	text-decoration:none;
}


.footertxt {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color:#6e6f6a;
	text-decoration:none;
	}
	
/* form*/

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#606060;
	padding-left:1px;
	font-weight: normal;
	border: 1px solid #CCCCCC; 
}	

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	padding-left:4px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

.formButtons {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border: 1px outset #c4c6cb;
	background: url(../images/buttonImg.gif);
}
	
	
/* text field for date*/
.dd_mm{width:47px;}
.yyyy{width:60px;}


/*
#footer {color:#5088a0;padding:20px 0px 10px 535px;float:left;font-size:10px;}
#footer a, #footer a:link, #footer a:visited, #footer a:active {color:#5088a0}
#footer a:hover {color:#d2611b; text-decoration:underline;}
*/
