/*css document */
/*Page Content*/

body{
  background-color:#FFFFFF;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  text-align:center;
  
}
#header{
  background:url(../images/headerbackground.jpg) repeat-x top;
  display:block;
  width:100%;
  height:218px;
}
.upsidedownsash{
  /*background:url(../images/sash_upsidedown.png) repeat-x top;*/
  background:url(../images/border.jpg) repeat-x top;
  display:block;
  width:100%;
  height:2px;

}
.sash{
 /* background:url(../images/sash.png) repeat-x bottom;*/
  background:url(../images/border.jpg) repeat-x top;

  display:block;
  width:100%;
  height:2px;

}
/*Footer*/
.footer{
  clear:both;
  text-align:center;
  font-family: Helvetica,sans-serif;
  color:#FFFFFF;
  font-size:10px;
  padding-bottom:10px;
  padding-top:10px;
  margin: 0px auto 0px auto; 
  width:100%;
  height:25px;
  background-color:#660000;
}
.footer a{
  padding-left:2px;
  padding-right:2px;
  color:#FFFFFF;
  font-size:11px;
}
.footer a:hover{
  color:#000000;
}

#picture{
  clear:both;
  margin-top:50px;
  margin-left:200px;
  float:left;

}
#pagelayout{
  width:100%;
  min-width:970px;

}

#content{
  width:400px;
  margin-right:50px;
  margin-top:75px;
  margin-bottom:100px;
  margin-left:50px;
  float:left;
  text-align:left;
}
#content p{
  margin-left:40px;
}
#feature{
  clear:both;
  width:100%;
  height:400px;
  text-align:center;
  background-color:#eeeeee;
  color:#000000;
  padding-top:10px;

}
#feature img{
  padding-top:10px;
  border:none;
}
.title{
  font-weight:bold;
}

/*End Footer*/
/*End Page Content*/
.clearboth{
clear:both;
}

/*Sidebar Navigation Effects*/
#Nav{
  font-family: Helvetica,sans-serif;
  font-size: 16px;
  color:#000000;
  background-color:#eeeeee;
  text-decoration:none;
  text-align:left;
  height:25px;
  width:100%;
  height:50px;
  float:left;
  background:url(../images/buttonbackground.jpg) repeat-x top;
  text-align:center;


}

#Nav ul{
 list-style-type:none;
  padding-left:0px;
  margin-left:0px;
  margin-top:20px;

}
#Nav li{
  display:inline;
  padding-top:8px;
  padding-left:10px;
  
}
#Nav a{
  color:#000000;
  text-decoration:none;

}
#Nav a:Hover{
  color:#660000;
}
/*End Sidebar Navigation Effects*/