body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#000000;
  background-color: #E0E0E0;
}

A:link {
	COLOR: #0080B4; text-decoration: none;
}
A:visited {
	COLOR: #A64992; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #EF9C00; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
# background: #F8F8F8;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
# background: #4E7DD1 url('../images/menu_bg.gif') bottom left repeat-x;
# background: #503070;
# background: #000070;
  background: #600051;
  margin:0px; padding:0px;
}

#header {
  height: 60px;
  padding:15px;
# background: url('../images/header_bg.gif') top right no-repeat;
# background: url('../images/GangaLogo.png') center right no-repeat;
  margin:5px;
  margin-right:10px;
}

#header h1 {
  margin:0px;
  margin-top:10px;
  margin-bottom:2px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
# letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 160px;
# background: #F1F6FE url('../images/side_bg.gif') bottom left repeat-x;
  background: #F8F8F8
}

#right_side {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  width: 160px;
# background: #F1F6FE url('../images/side_bg.gif') bottom left repeat-x;
  background: #F8F8F8
}

#left_side p, #right_side p {
  margin:5px;margin-top:5px;margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
# background-color: #2153AA;
# background-color: #022F55;
# background-color: #000070;
  background-color: #000000;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
  color: #006A25;
  color: #009337;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

#content td {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

#content li {
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

#content h2,h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
# color: #2153AA;
# color: #DF0024;
  color: #009337;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#footer {
#  height: 40px;
# background-color: #4E7DD1;
  background-color: #000070;
  background-color: #707070;
  clear: both;
  text-align: center;
#  padding-top:1px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}


#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
# background: #2153AA url('../images/tab_bg.gif') bottom left repeat-x;
  background: #2153AA
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}
