BODY{
  margin: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: black;
  font-size: 12px;
  background-image:  url(navigation.gif);
  background-repeat: repeat-y;
  background-color: White;
 }
      
/* links */
A:LINK {
  color: #000066;
  text-decoration: none;
  background-color: White;
}

A:VISITED {
  color: #000066;
  text-decoration: none;
  background-color: White;
}

A:HOVER {
  text-decoration: underline;
}

A:ACTIVE {
  color: #000066;
  background-color: White;
}

TD {
  font-size: 12px;
}

.small {font-size: 11px;}

.smaller {font-size: 10px;}

.smallest {font-size: 9px;}

.strikout {
  font-size: 9px;
  text-decoration: line-through;
  background-color: Silver;
}

/* here the header section begins */
.MyHeader {
  background-image:  url(file://///Srv209/d_drive/Inetpub/wwwroot5/images/HeaderBG.gif);
  background-repeat: repeat-x;
  background-color: White;
  height: 100px;
  margin-left: 0px;
  margin-right: 20px;
}

.MyHeaderLeft {
  float: left;
  margin-top:0px;
  margin-left: -3px;
}

.MyHeaderMiddle {
  position: absolute;
  top: 0px;
  left: 102px;
}

.MyHeaderEnd {
  float: right;
  margin-right: -3px;
}

.QuestionMark{
  position: absolute;
  left: 530px;
  top: 11px;
  width: 26px;
  height: 26px;
}
	
.HomeMark{
  position: absolute;
  left: 500px;
  top: 7px;
  width: 21px;
  height: 21px;
}
 
.MyGreetings{
  position : absolute;
  left : 270px;
  top : 65px;
  font-family : "Times New Roman", Times, serif;
  font-size : 30px;
  font-weight : bold;
  color : #34434B;
  background-color: transparent;
  FILTER: DropShadow(color=#CCCCCC,offx=2,offy=2,positive=1);
}
     
/* The navigation on the left side,positioned absolutely */
.NavigationBar {
  position: absolute;
  top: 187px;
  left: 2px;
  width: 98px;
  height: auto;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-align: center;
}

/* some button-like boxes for the left-side navigation */
.Navbox {
  font-size: 10px;
  font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
  letter-spacing: 1px;
  background-color: #000066;
  border: 1px outset #A1ACCA;
  line-height: 180%;
}

/* now follow the section links in the navigation bar on the left side */
A.NAV:LINK {
  color: White;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  background: transparent;
  display: block;
  width: 96px;
}

A.NAV:VISITED {
  color: White;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  background: transparent;
  display: block;
  width: 96px;
}

A.NAV:HOVER {
  color: Black;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  background: #0066FF;
  display: block;
  width: 96px;
}

A.NAVTOT {
  color: Black;
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
  background: #BB9050;
  display: block;
  width: 96px;
}

.butt {
  background: #34434B;
  font-size: 9px;
  font-weight: bold;
	line-height: 200%;        
	width : 60px;
	height : 22px;
  border-color: #A1ACCA;
  border-width : 1px;
	border-style : outset;
  display: inline-block;
  color: white;
}

/* Buttons Green */
.ButtonsGreen {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;  
	font-weight : bold;    
	text-align: center;    
	line-height: 200%;        
	width : 60px;
	height : 22px;
	margin-left: 0px;
	border-color : #A1ACCA;
	border-width : 2px;
	border-style : outset;
  display: inline-block;
}
 
A.ButtonsGreen:link {
  color: white; 
  font-weight: 600; 
  text-decoration : none; 
  background: #34434B;
}
A.ButtonsGreen:visited {
  color: white; 
  font-weight: 600; 
  text-decoration : none; 
  background: #34434B;
}
A.ButtonsGreen:hover { 
  color: black; 
  font-weight: 600; 
  text-decoration : none; 
  background: #C58342;
}

/* Buttons Green 2 */
.ButtonsGreen2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;  
	text-align: center;    
	line-height: 160%;        
	width : 110px;
	height : 22px;
	margin-left: 0px;
	border-color : #5C6485;
	border-width : 2px;
	border-style : outset;
  display: inline-block;
}
 
A.ButtonsGreen2:link {
  color: white; 
  font-weight: 500; 
  text-decoration : none; 
  background: #006371;
}
A.ButtonsGreen2:visited {
  color: white; 
  font-weight: 500; 
  text-decoration : none; 
  background: #006371;
}
A.ButtonsGreen2:hover { 
  color: black; 
  font-weight: 500; 
  text-decoration : none; 
  background: #C58342;
}

.Content {background: #FFFFFF;
  position: absolute;
  color: black;
  left: 110px;
  right: 100px;
  top: 187px;
  padding: 5px;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
}

.MyFooter {
  font-size:10px;
  text-align: center;
  left: 130px;
  right: 130px;
}


