/* CSS Document */

body{
margin:0px;
padding: 0px;
background-image:url(images/bg.gif);
font-family:"Trebuchet MS";
font-size:12px;
color:#342F2F;
line-height:16px;
text-align:justify;
}
ul.menu{
width:133px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
list-style-type:none;
}
ul.menu li{
margin:0px 0 9px 0px;
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
color:#494949;
line-height:14px;
background-image:url(images/bullet_add.png);
background-repeat:no-repeat;
padding:0px 0px 9px 12px;
display:block;
text-decoration:none;
border-bottom: 1px solid #B5B5B5;
text-decoration:none;
}
ul.menu li a{
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
color:#494949;
line-height:14px;
text-decoration:none;
}
ul.menu li a:hover{
background-color:#F7D355;
}
.top_bg{
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
height:125px;
}

ul.link{
width:498px;
padding:0px;
margin:0px 0 0px 12px;
list-style-type:none;

}
ul.link li{
float:left;
margin:5px 0 5px 0;
}
ul.link li a{
font-family:"Trebuchet MS";
font-size:14px;
color:#362C08;
font-weight:bold;
line-height:25px;
padding:0 12px 0 12px;
display:block;
text-decoration:none;
background-color:#B89D40;
border-left:9px solid #E3C55B;
}
ul.link li a:hover{
background-color:#8F7004;
}
.footer{
font-family:"Trebuchet MS";
font-size:11px;
color:#E4C55B;
font-weight:bold;
text-decoration:none;
}
.footer a{
font-family:"Trebuchet MS";
font-size:11px;
color:#E4C55B;
font-weight:bold;
text-decoration:none;
}
.footer a:hover{
font-family:"Trebuchet MS";
font-size:11px;
color:#F7EBC2;
font-weight:bold;
text-decoration:underline;
}
.top_right_bg{
background-image:url(images/top_right_bg.jpg);
background-repeat:no-repeat;
background-position:top right;
}


