
body{
	background-color : #e1dabb;
}

.container{position:absolute;
	left:0;
	top:0;
	}

table.header{
	
	background-image : url(../images/jpegs/bg.jpg);
	border-bottom:2px groove #CFA058;
	border-right:2px groove #CFA058;
	text-align:center;

}

.men-cell{
	width:172px;
	background-color : #E0D4B1;
	border-right:2px groove #CFA058;
	border-bottom:2px groove #CFA058;
}
.menu{
	background-image: url("../images/jpegs/menu-main.jpg");
	height:45px;
	background-position : center;
	background-repeat : no-repeat;
	margin-left:10px;
	text-align:center;
	
}
.menu a:link,.menu a:visited,.menu a:active{
padding-top:15px;
width:120px;
height:44px;
font-family:arial,sans-serif;
font-size:10pt;
font-weight:bold;
text-decoration:none;
color:#275037;
border-bottom:2px groove #CFA058;
}
.menu a:hover{
background-color:#E0D4B1;
width:120px;
height:44px;
padding-top:15px;
border-bottom:2px groove #CFA058;
}

.content{
border-right:2px groove #CFA058;
border-bottom:2px groove #CFA058;
	background-color : #ffffff;
padding:10px;
font-family:arial,sans-serif;
font-size:10pt;
}
.lead{
color:#275037;
text-align:center;
}
.floatr{
	float: right;
}

.out{
padding:5px;
margin-right:5px;
color:#275037;
width:400px;
border:2px groove #CFA058;
background-color:#E0D4B1;
}

.out_r{
padding:5px;
margin-right:5px;
color:#275037;
float:left;
border:2px groove #CFA058;
background-color:#E0D4B1;
float:right;
}
.out_l{
margin-bottom:5px;
padding:5px;
margin-right:5px;
color:#275037;
float:left;
border:2px groove #CFA058;
background-color:#E0D4B1;
float:left;
}

.matte1{
width:320px;
padding:10px;
margin-right:5px;
color:#275037;
border:2px groove #CFA058;
background-color:#E0D4B1;

}
.matte2{
width:300px;
padding:10px;
margin-right:5px;
color:#275037;
border:2px groove #CFA058;
background-color:#E0D4B1;

}
.right{
font-size:9pt;
font-weight:bold;
text-align:right;
}

.footer{
color:#275037;
text-align:center;
font-size:9pt;
font-family:arial,sans-serif;
}

.footer a:link,.footer a:visited,.footer a:active
{
color:#275037;
text-decoration:none;

}
.footer a:hover{
color:#669999;
}

.sub_menu{
background-color:#e1dabb;
text-align:center;
text-decoration:none;
font-size:9pt;
color:#275037;
border:1px solid #CFA058;

}
.sub_menu a:link,.sub_menu a:visited,.sub_menu a:active
{
color:#275037;
text-decoration:none;
width:100%;
}
.sub_menu a:hover{
color:#669999;
text-decoration:none;
width:100%;
background-color:#E0D4B1;
}
.italic{
	font-style : italic;
	color:#275037;
	
}
.border{
border:2px groove #CFA058;
}