body
{
  background-color:#f6fcfe;
  background-image: url('images/bodyBgTile.gif');
  background-repeat:repeat-x;
}

.container
{
  position:relative; 
  top:-10; 
}

.fixedwidth
{
  width:960px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
 }

.bannerimage
{
  position:relative;
  background-image:url('images/banner.png');
  height:418px;
}

.menubar
{
  position:relative;
  background-image:url('images/bar.png');
  background-repeat: no-repeat;
  font-family:'Tahoma';
  font-size:16px;
  font-color: #ffffff;
  float:left;
  width:107px;
  height:29px;
  text-align:center;
  vertical-align:bottom;
  padding-right:10px; 
}

.menubaractive
{
  background-image:url('images/navBgActive.png');
  background-repeat: no-repeat;
  float:left;
  width:107px;
  height:29px;
  padding-right:10px;
 }
 .menutext
 {
  position:relative;	
  font-family:'Tahoma';
  font-size:16px;
  font-color: #ffffff;
  text-align:center;
  top:50%;
  margin-top:-8px;
 }

.navbar
{
  width:960px;
  height:29px;
  position:relative; 
  background-image:url('images/navBgTile.png');
 }

.welcomehead
 {
   font-family:'Tahoma';
   font-size:24px; 
   color: #000000;
 }

.page
{
  background-color:#ffffff;
  position:relative; 
}

.pagetext
{
  font-family:'Tahoma';
  font-size:14px; 
  color: #000000;
}

.title
{
  
  font-family:'Tahoma';
  position:relative;
  font-size:24px;
  color:#569ab7;
  text-align:left;
 }

.pagecontent
{
  font-family:'Tahoma';
  position:relative; 
  padding-left:40px;
  padding-right:10px;
  width : 550px;
  float:left;
  background-color:#ffffff; 
}

.leftcontent
{
  font-family:'Tahoma';
  position:relative; 
  padding-left:40px;
  padding-right:10px;
  width : 550px;
  height:563px;
  float:left;
  background-color:#ffffff; 
}

.heading
{
  font-family:'Tahoma';
  font-size:18px; 
  color: #569ab7;
  line-height:110%; 
  
}
 
 .headtext
{
  font-family:'Tahoma';
  font-size:18px; 
  color: #000000;
  line-height:110%;
  
 }

.headcontent
{
  font-family:'Tahoma';
  font-size:14px; 
  color: #000000;
}
  
#gallerywrapper 
{
     width:530px;
     height:200px;
     border-radius:10px; 
     border:2px solid gray;
     background-color: #F0FFF0;
     position:relative;
	 font-family:verdana, arial, sans-serif;
 }

 #gallerywrapper #gallery 
 {
     position:absolute;
     left:0;
     top:0;
     height:300px;
     width:500px;
     overflow:hidden;
     text-align:center;
 }

 #gallerywrapper #gallery div
{
     width:500px; 
	 height:600px;
     padding-top:20px;
	 position:relative;
 }

 #gallerywrapper #gallery div img 
{
     position:relative;
	 float:left;
	 padding-left:20px;
 }

 #gallerywrapper #gallery div h3 
{
     position:relative;
	 font-family:'Tahoma';
      
	 font-size:14px;
 }

 #gallerywrapper #gallery div p 
{ 
      position:relative;
	  font-family:'Tahoma';
      float:right;
	  width:150;
	  padding-right:10px;
      font-size:14px;
 }

 .footerright
{
  position:relative;
  float:right;
  font-family:'Tahoma';
  font-size:12px;
  padding-top:10px;
  padding-right:30px;
}
 
 .footerleft
{
  position:relative;
  float:left;
  font-family:'Tahoma';
  font-size:12px;
  padding-left:30px;
  padding-top:10px;
}

 a.two:hover 
{
  font-size:150%;
  font-color:#000000;
  text-decoration:none;
 }

























 



