a, a:link, a:visited, a:active  {
text-decoration: underline;
color:  #000000; 	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

a:hover {
color:#a98989;
}

body{
background: #312215 url(layout/bg.jpg);
background-attachment: fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
}

td {
font-family:  Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: justify;
}
 
hr {
border: 0;
width: 100%;
height: 1px;
}


/************** layout *****************/


#container{ 
width: 1000px;
margin: 0 auto;
text-align:justify;
background-color:transparent; 
border: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: small;
}

#header { 
margin-top:20px;
height:424px;
width:1000px; 
background: url(layout/header.jpg) no-repeat left top;
background-color:transparent; 
}


#main {
width:1000px;
background: url(layout/mid.jpg) repeat-y;
margin:0px;
background-color:transparent; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

#text {
margin-left: 45px;
margin-top: 0px;
width:900px;
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background-color:#ffffff;
text-align: justify;
}

#footer { 
height:31px;
width:1000px; 
background-color:transparent; 
background: url(layout/footer.jpg) no-repeat left top;
}

img {
border: 0px;

}

.pic{
margin-left:10px;
margin-right:10px; 

}


.left {	
float: left;
padding: 5px; 

}

.right {
float: right;
padding: 5px;

}

.center {
margin: 0 auto 0 auto;
}
 

	
/************** menu *****************/


#menu{ 
  height: 30px;
  text-align:center;
  border: 2px; 
margin-top:360px;
margin-left:25px;
float:left;
height:0px;
width:100%; 
background-color:transparent; 
}
#menu a{
  width: 75px;
  line-height: 25px;
  background: #a98989;
  color: #251404;
  font-size: 8pt;
  float: left;
  text-decoration: none;
  margin:1px;
  border: 2px outset #fdbee9;
}

#menu a:hover{
  width: 75px;
  line-height: 25px;
  background: #fdbee9;
  color: #000000;
  font-size: 8pt;
  float: left;
  text-decoration: none;
  border: 2px outset  #fdbee9;
}





/************** styles *****************/


h1 {
font-family: Verdana; 
font-size: 20px;
border-bottom-style:solid;
border-width:1px;
margin-bottom:20px;
border-color:#000000;
padding: 3px;
padding-top:20px;
margin-top:10px;
width: 100%;
color: #000000;
}

h2 {
padding-top:20px;
font-family: Verdana; 
font-size: 11px;
padding: 5px;
background-color: #a98989;
width: 99%;
border-style:solid;
border-width:1px;
margin-bottom:20px;
border-color:#000000;
color: #000000;
}

h4 {
font-family: Verdana; 
font-size: 11px;
padding: 5px;
width: 99%;
border-bottom:dashed;
border-width:1px;
margin-bottom:20px;
border-color:#000000;
color: #000000;
}

.style1{
	color:#FF0000;
    font-weight: bold; 
	}
	
.style2{
	color:#0000FF;
    font-weight: bold; 
	}

.style4 {
    color: #0000FF; 
    font-weight: bold; 
	}
.style5 {
	color: #FF0000;
	font-weight: bold;
	}
	
.style6 {
color: #FFFFFF
}

.style7 {
	font-size: x-small;
	color: #FFFFFF;
}

/************** location info *****************/

#location{
font: 75% Verdana,sans-serif;
padding: 0px;
color:#000000;
position:absolute;
}

A.locationlink, A.locationlink:visited, A.locationlink:active {
text-decoration: none;
color:  #000000;
text-decoration: underline;	
}

A.locationlink:hover {
color:  #b5602a;

}

#footext{
color:#FFFFFF;
font-size: 12px;
font-variant:small-caps; 
font-family: Arial, Helvetica, sans-serif; 
text-align:center;
padding-top:47px;
}


/************** box *****************/

#box{
float: right;
padding: 10px 10px;
}

fieldset
{
border: 1px solid #000000;
width: 30em;
padding:5px;
text-align:left;
}

legend
{
color: #000000;
background-color: #a98989;
border: 1px solid #000000;
padding: 2px 6px;
font-weight: bold;
}




