 body, html {
  color: #000; 
  font-family: Verdana, sans-serif;
  background-color: #ffffff; 
  text-align: center; /*** Centers the design in old IE versions ***/
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

body {
	font-size: .8em;
}

img{
  border: 0px;
} 

#parent{
  width: 750px;
  height: 100%;  
  margin-left: auto;
  margin-right: auto;  
}

td{
  text-align: left;  
}  

#header{
	height: 85px;
	border: 0px solid #333333;
}

#header ul{
  list-style: none;
  padding: 0;
  margin: 0;  
}
#header li{
  float: left;
  margin: 0em;  
}  

#footer{
  height: 13px;
  padding-left: 99px;
  border: 0px solid #333333; 

}

#footer ul{
  list-style: none;
  padding: 0;
  margin: 0;  
}
#footer li{
  float: left;
  margin: 0em;  
}  


#content_space{
	height: 85%;	
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu_top{  
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px solid #333333;
	padding: 0px;
}	

#menu_bar_top{
  height: 30px;
	width: 700px;
	border: 0px solid #333333;
	padding: 0px;
	text-align:left;	
}	

#menu_bar_bottom{
  height: 27px;
	width: 700px;
	border: 0px solid yellow;
	clear: both;
	padding: 0px;
}

#content{
	width: 440px;
	float: left;
	border:0px solid yellow;
	padding-top: 50px;
	padding-bottom: 90px;
	padding-left: 38px;
}

#right_col {
  float: right;
  width: 250px;
  padding: 0px;
  border: px solid #333333;  
}
#right_col p{
  margin-left: 22px;
}

* html #menu {
  position: relative;  /*** IE needs this  ***/
}

.section_header{
  clear: both;
  border: 0px solid #333333;
  //height: 0px;
  display: inline;
  
}
.header_graphic {	
  // float: left;
  clear: both;
}
.back_to_top{
  float: right;
  top: -10px;
  //position: relative;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #99cc00;
}

ul{
  clear:both;
}  

p{
 clear:both;
}

#headlines strong{
  font-weight : normal; 
  color : #ff6600;
}

.headlines:link { font-weight : bold; text-decoration : underline; color : #000000;  } 
.headlines:visited { font-weight : bold; text-decoration : underline; color : #000000; } 
.headlines:hover { color : red ; text-decoration: underline;  color : #1b808a; }	

.msg{
  color: red;
  font-weight : bold;
 }  
  