body {
	padding: 0;
	margin: 0;
	background:#6eb4dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#site {
	text-align:center;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #fff;
}
#top_banner {
	background: #fff url(../images/topbanner_faded.jpg) no-repeat top left;
	height:170px;
	
}

#content {
	/*margin-top: 170px;*/
	background-color: #fff;
	/*width: 100%;*/
}
#main {
	background-color: #fff;
	background: url(../images/watermark.jpg) no-repeat 39% 30px;
	min-height:500px; 
	height:500px;
}
/* for Internet Explorer */
/*\*/
* html #main {
height: 500px;
}
/**/

#main td {
	padding: 0 20px 0 30px;
	font-size: 12px;
	color: #000;
}
#main p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: justify;
	width: 95%;
}
#main p a {
	color: #02369B;
	border-bottom: 1px solid #7F0F0F;
	padding-bottom: 1px;
}
#main p a:hover {
	color: #606060;
	border-bottom: 0;
}
#main p .heading {
	color: #993333;
	font-weight: bold;
}
.line {
	background: url(../images/divider.jpg) no-repeat center 15px;
	height: 50px;
	text-align: center;
}
#main p.to_top {
	font: bold 14px "Trebuchet MS", Verdana, Tahoma, Arial;
	text-align: right;
}
#main p.to_top a {
	color: #993300;
	text-align: right;
	border-bottom: 0;
}
#main p.to_top a:hover {
	color: #003399;
}
#main h1 {
	font-size: 16px;
	text-align: left;
	color: #606060;
	margin-top: 20px;
}
#main h2 {
	font-size: 14px;
	text-align: left;
	color: #14336F;
	margin-top: 20px;
}
#main .top_level_link {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}
#main .sitemap {
	width: 90%;
}
#main .sitemap td {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}
#main .sitemap td a {
	color: #02369B;
	border-bottom: 1px solid #7F0F0F;
	padding-bottom: 1px;
}
#main .sitemap td a:hover {
	color: #606060;
	border-bottom: 0;
}	
#main .sitemap ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main .sitemap li {
	background: url(../images/bullet3.gif) no-repeat left 2px;
	font-size: 12px;
	text-align: left;
	float: left;
	padding-left: 15px;
	margin-left: 10px;
}
#main .sitemap td a {
	color: #333;
	text-decoration: none;
	border-bottom: 0;
}
#main .sitemap td a:hover {
	color: #3366CC;
	text-decoration: underline;
}
#main .sitemap p {
	color: #0066CC;
}
#watermark {
	background: url(../images/watermark.jpg) no-repeat;
}
.navtd { 
	background-image:url(../images/leftback.jpg);
	background-repeat:no-repeat; 	

}
#main .data_tables {
	width: 95%;
}
#main .data_tables td {
	padding: 8px 0;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}
#main .data_tables td a {
	color: #02369B;
	border-bottom: 1px solid #7F0F0F;
	padding-bottom: 1px;
}
#main .data_tables td a:hover {
	color: #606060;
	border-bottom: 0;
}

#main .data_no_border {
	width: 95%;
	border-bottom: 1px dashed #666;
}
#main .data_no_border td {
	padding: 8px 0;
	line-height: 16px;
	text-align: justify;
}
#main .data_no_border td a {
	color: #02369B;
	border-bottom: 1px solid #7F0F0F;
	padding-bottom: 1px;
}
#main .data_no_border td a:hover {
	color: #606060;
	border-bottom: 0;
}
#main .img_caption {
  padding: 3px;
  padding-top: 15px;
  border: 1px dashed #ccc;
  font: bold 12px "Trebuchet MS", Verdana, Tahoma, Arial;
  color: #996600;
  text-align: center;
  margin-right: 15px;
  width: 100px;
}
#main .img_caption img {
  border: 1px solid #666;
}

#main  ul.bullets {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 20px;
}
#main  ul.bullets li {
	background: url(../images/bullet.gif) no-repeat left 3px;
	line-height: 18px;
	padding-left: 15px;
}
#main  ul.bullets li a {
	color: #02369B;
	padding-bottom: 2px;
	border-bottom: 1px solid #7F0F0F;
}
#main  ul.bullets li a:hover {
	color: #606060;
	border-bottom: 0;
}

#main  ul.letters {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main  ul.letters li {
	background: url(../images/bullet2.gif) no-repeat left 8px;
	padding-left: 20px;
	line-height: 25px;
	font-size: 11px;
	font-style: italic;
	text-align: left;
}
#main  ul.letters li a {
	color: #02369B;
	padding-bottom: 2px;
	border-bottom: 1px solid #7F0F0F;
	margin-right: 15px;
	font-size: 12px;
	font-style: normal;
}
#main  ul.letters li a:hover {
	color: #606060;
	border-bottom: 0;
}
#main ol {
	padding: 0;
	margin: 0;
	list-style: upper-latin;
	margin-left: 50px;
}
#main ol li {
	line-height: 18px;
}

.imagefloat {
  float: right;
  margin-left: 7px;
  margin-bottom:3px;
  padding: 2px;
  border: 1px solid #999;
}

#main td.kedar_letter {
	font-family: "Courier New", Courier, monospace;
	border-left: 1px dashed #AC6600;
	padding-left: 15px;
}

.kedar_sign {
	font: bold italic 12px "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #3366CC;
}
.imagefloatleft{
  float: left;
  margin-bottom:3px;
  margin-right: 7px;
  padding: 2px;
  border: 1px solid #999;
  font-size: 11px;
  font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
  color: #996600;
  text-align: center;
}

.imagefloatcenter {
  float: center;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom:3px;
  margin-right: 2px;
}

.imageborder{
  padding: 2px;
  border: 1px solid #999;
}

/*----------------------- Footer div --------------------*/

#footer {
	font-family: tahoma;
	font-size:10pt;
	color:#777777;
	text-decoration:none;
	font-weight:none;
	text-align:left;
	background-color: #fff;
	width: 100%;
}
#footer td {
	padding: 5px 10px 15px 5px;
}
#footer a {
	font-family: tahoma;
	font-size:12px;
	color:#777777;
	text-align:right;
	border-bottom: 1px solid #606060;
}
#footer a:hover {
	color:#606060;
	border-bottom: 0;
}
#bottom {
	height: 15px;
}
.header {
	font-family: tahoma;
	font-size:12pt;
	color:#606060;
	text-decoration:none;
	font-weight:bold;
	text-align:justify;
	margin-top:10px;
}

.breadcrumbs {
	font-family: tahoma;
	font-size:11px;
	color:#000080;
	text-decoration:none;
	font-weight:none;
	text-align:left;
}


/*------- styles for the form*------------*/



.myform {
	margin: 10px 0 10px 0;
	padding: 5px;
	/*border: 1px solid #0C415F;*/
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #960;
	width: 80%;
}

.myform form {
	width : auto; 
	margin : 0 0 1em 0; 
	padding : 0; 
}
.myform fieldset { 
	margin : 0; 
	padding : 1em;
	display: block;
	border : 1px solid #23698F;
}
						
.myform legend { 
	font-family: Arial, Helvetica, sans-serif;	 
	font-size : 12px;		
	color: #cc0000;				
	margin : 0; 
	padding : 0.5em;
	background : transparent; 
}		
.myform label {
	color: #144F6F;
	font-weight: bold;
}
.required {
	color: #996633;
	font-size: 11px;
}
.myform .textbox { 
	font-family : Arial, Helvetica, sans-serif;	 
	font-size : 1em;
	width : 200px;
	padding : 0.2em; 
	color : #000; 
	background : transparent; 
	border : 1px solid #de915d; 
}
.myform .feedback { 
	font-family : Arial, Helvetica, sans-serif;	 
	font-size : 1em;
	width : 400px;
	padding : 0.2em; 
	color : #000; 
	background : transparent; 
	border : 1px solid #de915d; 
}
					
.myform .send { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 100px;
	background-color: #F36;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 3px solid #04457d;
	border-right: 3px solid #04457d;
	color: #fff;
	background-color: #2685b5;
	padding: 2px 0;
}
						
