/**************** body and tag styles ****************/
	
body {
	margin: 0 auto;
	font: Verdana,Tahoma,Arial,sans-serif;
	background: #c0c0c0; 
	text-align: center;
}
	
#bodydiv {
	width:744px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#buttons {
	float:left;
	position:relative;
	width:218px;
	color:#ffffff;
	text-align: left;
	}
#buttons h1{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	}
	
#container {
	  position:relative;
	  width: 744px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 13px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #d5d4d4;
	  background-image: url(images/side_bg.jpg);
}
/*add this div for slidshow images*/
#mainphoto {
	float:right;
	background-image: url(images/slide1.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 526px;
}
		
h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 16px;
	  color: #000000;
	  margin-top:0px;
	  margin-bottom: 5px;
	  border-bottom:1px solid #000000;
 }
		
h2 {
	  color: #000000;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }
h3 {
	  color: #000000;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }	
h4 {
	  color: #000000;
	  font-size: 20px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  padding-bottom:3px;
	  border-bottom:1px solid #0b3218;
	  }
	  
td.words {
	font-size:12px;
	color:#666666;
	line-height:16px;
}
	
	a {
	  color: #ffffff;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: #CCCCCC;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
#content a {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: none;
	  }

#content a:hover {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  float:right;
	  width:526px;
	  height:225px;
	  }
	
/**************** menu styles ****************/
    #tabs10 {
      float:none;
      width:750px;
      font-size:93%;
	  padding-bottom: 4px;
	  border-top:4px solid #970d00;
	  border-bottom:2px solid #970d00;
      line-height:15px;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0px 30px 0px 0px;
      }
    #tabs10 a {
      float:none;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  color: #970d00;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  float: right;
	  width: 506px;
	  overflow:visible;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  background-color:#FFFFFF;
	  text-align: left;
	  }
	
	#content p {
	  padding-bottom: 10px;
	  }
	  
	  
/**************** sidebar styles ****************/

#sidebar {
	  float: left;
	  width: 218px;
	  color:#ffffff;
	  text-align: left;
	  height:auto;
	  }
		
	#sidebar p {
	  color:#000000;
	  padding-bottom: 10px;
	  margin-top: 5px;
	  }
	  
	  
/**************** footer styles ****************/
	#footer {
	  clear: both;
	  height: 85px;
	  width: 744px;  
	  background-image: url(images/foot4.jpg);
	  color:#ffffff;
	  text-align:left;
	  }
   
