
body{
font-family:'Trebuchet MS',Verdana,sans-serif;
background:#B69CB5;
}

/*td{border:1px solid red;}*/

body,td,div,span,p{
font-size:13px;
}

td,p{
line-height:20px;
}

h1,h2,h3{
margin-left:0px;
font-weight:bold;
color:#6F5146;
}

h1{
font-style:normal;
font-size:22px;
padding:4px;
margin:0px;
margin-top:5px;
margin-bottom:10px;
}
h2{font-size:15px;margin-top:5px;margin-bottom:10px;}
h3{font-size:13px;margin:0px;margin-bottom:5px;}
h4{
margin-left:10px;
margin-right:10px;
line-height:20px;
font-size:11px;
font-weight:normal;
border-bottom:1px solid #aaa;
color:#666;
}

hr{
color:#CAC0BC;
background-color:#CAC0BC;
clear:both;
}

a{color:red;}
a:hover{color:black;}

td.header{
background-image:url(../images/header.gif);
height:147px;
}

td.left_side{
width:20px;
background-image:url(../images/left_shadow.gif);
}
td.right_side{
width:20px;
background-image:url(../images/right_shadow.gif);
}

td.page{
background:white;
}

td.footer{
height:80px;
background:#CFC3BF;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
}

div.footer_box{
width:700px;
margin:15px;
font-size:11px;
text-align:left;
}

td.menu{
background-color:#E4D9D5;
background-image:url(../images/menu.gif);
background-position:top right;
background-repeat:no-repeat;
width:200px;
}
div.menu_box{
margin:10px;
}

td.content{
background-image:url(../images/page.gif);
background-position:top left;
background-repeat:repeat-x;
border-left:1px solid #B6AEAA;
}
div.content_bg{

background-position:bottom right;
background-repeat:no-repeat;
width:100%;
height:100%;
}
div.content_box{
margin:20px;
margin-top:10px;
}

/* MENU LINK STYLES */

a.menulink{
font:normal normal bold 13px 'Trebuchet MS',Verana,sans-serif;
display:block;
width:180px;
height:36px;
line-height:36px;
padding-left:10px;
background-image:url(../images/menulink.gif);
border-left:1px solid #CAC0BC;
border-right:1px solid #CAC0BC;
color:#333;
text-decoration:none;
}
a.menulink_selected{
background-image:url(../images/menulink_selected.gif);
text-decoration:underline;
}

a.menulink:hover{
background-image:url(../images/menulink_selected.gif);
text-decoration:underline;
}


/* CMS GENERATED LAYOUT ELEMENTS */

table.spec{
background-color:#F7F7F7;
border:2px solid #ededea;
width:400px;
margin-left:20px;
}
table.spec td{
font-size:11px;
}
table.spec td.title{
border-bottom:1px solid #ddd;
padding-right:20px;
width:40%;
}

table.infotable{
background:#F7F7F7;
border:2px solid #ededea;
}
table.infotable td{
padding-left:5px;
padding-right:20px;
}
table.infotable td.tableheader{
background:#6F5146;
font-weight:bold;
color:white;
}