@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--

html {
background-color:#ffffff;

}

body {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(helenImages/bgTest.gif);
	background-repeat: repeat;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #99CC33;
	font-weight: normal;

}
.main #container {
	width: 580px; 
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left; 
}
.main #header {
	background: #ffffff;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.main #header h1 {
font: 100% Georgia, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
	
}
.main #mainContent {
font: 100% Georgia, Arial, Helvetica, sans-serif;
	padding: 0 10px ; /* indents content */
	background: #FFFFFF;
	font-size: 12px
	
	
}

.main #mainContent h2 {
font: 100% Georgia, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #999999;
	font-size: 12px;
	
	font-weight: normal;
	font-style: none;
	
	
}

.main #mainContent h3 {
font: 100% Georgia, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		color: #ff00ff;
		font-size: 12px;
	
		  font-weight: bold;
}
.main #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	font-size: 12px;
	color: #ffffff;

}
.mainr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		
	
}
#minitabs {
	margin: 0;
	padding: 5px 10px 10px 0px;
 }
 
 #minitabs li{
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
  list-style-type: none;


  }
  
 #minitabs a{
  float: left;
  margin: 0 5px 4px 0px;
  text-decoration: none;
  color: #999999;
   font-weight: bold;
  }
  
  #minitabs a.active,   #minitabs a:hover {

  color: #3399ff;
  
  }
  
 
   #minitabs2 a{
  float: left;
  margin: 0 5px 4px 0px;
  text-decoration: none;
  color: #999999;
   font-weight: 100;
  }
  
  #minitabs2 a.active,   #minitabs a:hover {

  color: #3399ff;
  
  }
  
  
  
  
body,td,th {
	color: #FDFDFD;
}
.style1 {
color: #999999}

.style2 {
	font-weight: bold;
	color: #999999;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}



.dot {
  float: left;
  margin: 0px 5px 4px 0px;
  text-decoration: none;
  color: #999999;
   font-weight: bold;

}


p {
line-height: 1.8em;
	letter-spacing: 0.1em;
	}
	
-->
</style>
