

/* Layout Stylesheet */ 

	 
#hdr{
background-image: url(Images/Title8.jpg);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
width:92%;
padding-top: 150px;
padding-bottom: 0px;
margin-left: 40px;
margin-right:0px;

}

#hdr-img{
position: absolute;
right:20px;
top: 70px;
}

#navbar {
font-family: arial, verdana, helvetica, sans-serif;
font-size: .8em;
text-align: center;
background-color: #344d9f;
padding: 15px}

#navbar a:link, #navbar a:visited {
text-decoration: none;
font-weight: bold;
color: #fdfbcf;
margin-top: 4px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
display: inline}

#navbar a:hover, #navbar a.current {text-decoration: none;
border-bottom: 5px #cecce6 inset}

body {
margin: 10px;
border: 1px #344d9f solid;
font-family:  arial, verdana, helvetica, sans-serif;
background-color: #ffffff;
text-align:justify;

}	 

#c-block {
 width:100%;
 z-index:5;
 background:#ffffff;
 height:80%;
 padding: 0 0 50px 0;
 }
 
 #lh-col{
 position:relative;
 padding: 0 15px 0 15px;
 left:4%;
 width:90%;
 z-index:3;
 background:#cecfe7;
 color: #333333;
 background-image: url(Images/base2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;}

/*TABLE*/

#table
{ width:100%;  font-family:Trebuchet, Arial, sans-serif;  
}
table, tr, th, td {border-collapse: collapse;}

caption { padding:0;	background: #f3f3f3;	height: 40px;	line-height: 40px;	text-indent: 28px; font-size: 14px;	font-weight: bold;	color: #555d6d;text-align: center;letter-spacing: 3px;	border: dashed 1px #c2c2c2; }

/* Head */
thead {	background-color: #FFFFFF;
	border: none;}
thead tr th {	height: 32px;	line-height: 5;	text-align: center;	 border:solid 1px #FF9900; border-collapse: collapse;}

/* Body */

tbody tr {background: #dfedf3;font-size: 13px;}

tbody tr.odd {background: #F0FFFF;}
tbody tr:hover, tbody tr.odd:hover {background: #ffffff;}
tbody tr th, tbody tr td {padding: 6px; border: solid 1px #326e87; text-align: left;}
tbody tr th  {	background: #1c5d79;	font-size: 12px; padding: 6px;	 font-weight: bold; color: #FFFFFF; border-bottom: solid 1px white;}


/* Footer */
tfoot {background: #f3f3f3;	height: 24px;	line-height: 24px;	font-size: 12px;	font-weight: bold;	color: #555d6d;	text-align: center; letter-spacing: 3px;	border-top: solid 1px #326e87; border-bottom: solid 1px #c2c2c2;}
tfoot tr th, tfoot tr td { /*padding: .1em .6em;*/	}
tfoot tr th td{	text-align: center; }


/*Table end*/

 
#ftr {
 clear:both;
 width:100%;
 height: 35px;
 margin:0;
 padding: 20px 0 30px 0;
 background-color: #344d9f;
 background-image: url(Images/dove.gif);
 background-repeat: no-repeat;
 background-position: 60% 40%;
 text-align: center;
 font-size: .6em; 
 color: #333333;

 }
 
#ftr a:link, #footer a:visited {color: #990000;font-weight: bold; text-decoration: none;}

#ftr a:hover {color: #900000; border-bottom: 1px #900000 solid; font-weight: bold;}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #900000;
}

a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: 2px #900000 solid;
}


 h1 {
  font-size: 17px;
	text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 27px;
  padding-right: 0;
  font-weight: bold;
  color: #FDFBCF;
	background-color: #344D9F;
}

h1 a:hover {text-decoration: none;
font-weight: bold;
border-bottom: 2px #FDFBCF solid;
}




h2 {
font-size: 12pt;
font-weight: bold;
color: #344d9f;
margin: 0.5em;
padding-top: 5px;
padding-bottom: 5px;
border: 3px #6699cc double;
padding-right: 1%;
padding-left: 1%;
text-align: center;
font-family: arial, verdana, helvetica, sans-serif;}

ol, ul {margin-left: 15px;
        margin-bottom: 10px;}
li {margin-bottom: 5px;
    text-align: left;}