a, a:link, a:visited, a:active  {
text-decoration: underline;
color:  #000000; 	
font-weight: bold;
}

a:hover {
color:#b5602a;
}

body{
background: #000000 url(layout/bg.jpg);
background-attachment: fixed;
font: bold 11px 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: 976px;
margin: 0 auto;
text-align:justify;
background-color:transparent; 
border: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: small;
}

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

#menubg{ 
height:30px;
width:976px; 
background: url(layout/menu.jpg);
background-color:transparent; 
}

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

#text {
margin-left: 35px;
margin-top: 5px;
width:910px;
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
background-color:#ffffff;
text-align: justify;
}

#footer { 
height:25px;
width:976px; 
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{
text-decoration: none;
float:right;
position:static;
visibility: visible;
text-align: center;
padding-top: 10px;
padding-right:18px;
}
  

A.menulink, A.menulink:visited, A.menulink:active {
text-decoration: none;
font-variant:small-caps;
text-align: center;
border:solid;
border-width:1px;
border-color: #000000; 
font-family: Helvetica, sans-serif;
font-weight: bold;
font-size:12px;
padding:5px;
color: #000000; 
background: #cc9966;
background-image: url(layout/btn.jpg);
}


A.menulink:hover {
color: #cc9966;
background-color: #f1e5c8;
background-image: url(layout/btnd.jpg);
}




/************** 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: #cc9966;
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:#666;
color: #666;
}

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

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

/************** 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: #cc9966;
border: 1px solid #000000;
padding: 2px 6px;
font-weight: bold;
}



