html {
  background: ;/* #F4F7E7;                                background & font color */
  color: #666;
}
body {
	background: #fff url('../images/bg_repeat_white.jpg') repeat-x top right;
	background-position:0 100px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  color : Navy; 	
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C; /* 333333 */
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color:#27638C;
}  

a:hover,
a:active {
  text-decoration: underline;
}

/******************/
/* HEADER REGIONS */
/******************/

#header {
  background-color: transparent;  
  border: 0px solid #D6DDB9; 
  margin:0 auto;
  overflow:hidden;
  padding:0;
}

#header-wrapper {
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#header-first {
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  padding: 0;
  width: 330px;
  
}

#header-first #logo {  
background: #fff;                          /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 5px 0 0 0;
  padding:5px 0 0 0;
}

#header-first h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#header-middle {
  float: left;
  margin: 10px 20px 0 0;
  width: 230px;
}

#header-last {
  float: right;
  margin: 10px 0 0;
  width: 300px;
}

#header-bottom {
  float: right;
  margin: -37px 10px 0 0;
  width: 600px;
}

#header-bottom a{
  font-family: helvetica;
}
#main {
background:#;
  padding-bottom: 10px;
}
#main-wrapper {
background:#fff;
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
  border-top: 10px solid #999999; /* #D6DDB9 BDD63B */
  border-right: 10px solid #999999;
  border-left: 10px solid #999999;
  border-bottom: 10px solid #999999 ; /* 94CE18 */
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#main-wrapper a.active {
  color: #144A6E;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
  overflow: hidden;
}

#sidebar-last {
  background-color: #F4F7E7;
  float: right;
  overflow: hidden;
  margin: 0 0 0 10px;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;
  overflow: hidden;
  
 
}

#content-top {
  margin: 0 0 30px;
  overflow: hidden;
}

#content {
  margin: 0 0 20px 20px;
 
  /* default spacing between content regions */
   min-height:350px;
  border-bottom:1px solid #D6DDB9;
}

#content-inner {
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
  overflow: hidden;
}

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}
h1.title {
	border-bottom:0 solid #D6DDB9;
	clear:left;
	font-family:Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;	
	font-weight:600;
	line-height:2.272em;
	padding-left:8px;
	font-size: 1.79em;
}
/*****************/
/* FOOTER REGION */
/*****************/

#footer {

  color:#;
  border-top: 0px solid #D6DDB9;
  clear: both;
  display: block;
  font-size: 0.9em;
  margin: auto 0 10px 0;
  overflow: hidden;
  padding: 10px 0 10px 0;
  text-align: center;
  width: 960px;
  
}


#input-txt {
background-color:#D7EFFF;
border:1px solid #50ACED;
color:#555555;
font-size:10px;
}

img {
border:0 none;
margin:0;
padding:0;
}
/*****************/
/* FOOTER REGION */
/*****************/

#footer {
color:#;
  border-top: 0px solid #D6DDB9;
  clear: both;
  display: block;
  font-size: 0.9em;
  margin: auto 0;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  width: 960px;
}

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;
  display: inline;
  padding: 0 5px 0 9px;
}

#footer ul li.first {
  border: none;
}

#legal-notice {
  background: #F4F7E7;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  min-height:150px;
}

#legal-notice a {
  color: #6699CC;
}
#signin_details {
	width:880px;
}
.error_msgs{
	color: #F11F1F;
	font-size:12px;
	text-align: center;
}
.heading_tables{
	font: 70% arial, helvetica, sans-serif;
	font-weight: bold;
}

