body {
	text-align: center;
	background-color: #000000; /*#B5CEA8*/
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	color: #000000;
	background-attachment: fixed;
}

#tooltip {
	display: none;
	position: absolute;
	border: 1px solid #266900;
	color: #266900;
	background-color: #FFFFFF;
	z-index: 300;
}

hr { background-color: #266900; height: 1px; width: 80%; border: 0px;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 10px 0px 5px; color: #266900; }

h1 { font-size: 32px; margin-bottom: 0px;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; margin-bottom: 0px;}

.green,a {
	color: #266900;
}

.small {
  font-size: 80%;
}

.alternate {
  background-color: #E8F1E1;
}

.bigLink {
	color: #266900;
	font-size: 20px;
}

a {
	text-decoration: none;
}

.bold {
  font-weight: bold;
}

a:Hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

#darken {
  background-color: rgb(0, 0, 0);
  opacity: 0.7; /* Safari, Opera */
  -moz-opacity:0.70; /* FireFox */
  filter: alpha(opacity=70); /* IE */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat:repeat;
  position:fixed;
  top: 0px;
  left: 0px;
  display: none;
}

#popup {
  position: relative;
  left: 250px;
  top: 0px;
  width: 450px;
  background: #FFFFFF;
  z-index: 30;
  border: 2px solid #266900;
  display: none;
  text-align: center;
  padding: 5px;
}

#popupTitle {
  color: #266900;
  width: 100%;
  font-size: 20px;
  text-align: left;
}

#popupMsg {
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}

#popupBtnContainer {
  vertical-align: top;
  background-color: none;
}


#popupBtn {
  width: 450px;
  height: 20px;
  font-weight: bold;
  z-index: 100000;
}


input {
  background-color: #FFFFFF;
  font: normal 90% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
  color: #000000;
  border: 1px solid #266900;
}

.wide {
  display: block;
  width: 100%;
}

.hdr {
	padding: 5px;
	/*background-color: #266900;*/
	background-image: url(img/hdrGradient.png);
	background-repeat: repeat-x;
	color: #123000;
}

#header {
	background-image: url(img/headerBg.png);
	width: 950px;
	height: 76px;		background-color: transparent;
}


#greenGrej {
	background-image: url(img/greenGrej.jpg);
	width: 950px;
	height: 200px;
	margin: 0px;
}

#imgLogo {
	position: relative;
	left: 25px;
	top: 25px;
}

#headerText {
	position: relative;
	top: 0px;
	text-align: right;
	width: 100%;
}


#contentWrapper {
  background-image: url(img/contentGradient.png);
	background-repeat: repeat-x;
	position: relative;		background-color: #FFFFFF;
	
}

#contents {
	margin-top: 0px;
	margin-left: 5px;
}

#loading {
	margin-top: 40px;
	margin-left: 5px;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 30;
	display: none;
}

#heightFix1 {
    height:400px;
    float:right;
    width:1px;
}

#heightFix2 {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
  
#footer {
	background-image: url(img/footerBg.gif);
	width: 950px;
	height: 67px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

#menu {  list-style-type: none; list-style-image: none; float: left; margin-top: 10px; margin-left: 0px; padding: 0 0px 0 0; display: block;}
#menu li {
float: left;


}

#menu li a
{
  text-align: center;
	float: left;
	color: #000000;
	display: block;
	padding: 6px;
	margin-top: 6px;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 1px 1px #FFF
}
#menu li a:Hover {
  color: #006600;
}

.hover {
  background-color: #E2E2E2;
}
