﻿/* ######### CSS for page layout ######### */


div.content-box{
margin-left:10px;
margin-right:10px;
margin-top:0px;
margin-bottom:3px;
border-top:0px solid orange;
border-left:2px solid orange;
border-right:2px solid orange;
padding:5px;
border-bottom:2px solid orange;
}

body{
margin:3.5px;
background:url(../bg.gif);
}

div#container{
width:899px;
margin:0px auto;
padding:5px;
background:#FFF;
}

div#header{
width:899px;
}

table#content{
width:899px;
border-collapse:collapse;
margin-top:3px;
margin-bottom:3px;
}

td#left{
width:200px;
vertical-align:top;
}

td#left div.content-box{
width:196px;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:3px;
}

td#middle{
width:496px;
vertical-align:top;
}

td#middle h3.content-box-header{
font:12pt Verdana,sans-serif;
padding:5px 5px 4px 5px;
text-align:center;
background-color:orange;
color:black;
width:462px;
margin:0px 10px;
}

td#middle div.content-box{
width:458px;
}

td#middle div.content-box p.content-box-body{
margin:0px;
font-family:Trebuchet MS;
font-size:10pt;
text-align:justify;
padding:0px;
background-color:#fbfbce;
text-indent:20px;
}

td#right{
width:200px;
vertical-align:top;
}

td#right div.content-box{
width:196px;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:3px;
}

div#footer{
width:889px;
}

h3.box-header{
margin:0px;
font:12pt Verdana,sans-serif;
padding:5px 5px 4px 5px;
text-align:center;
background-color:orange;
text-decoration:none;
color:black;
}

a h3.box-header:hover{
background-color:#fbb83d;
letter-spacing:1px;
text-decoration:none;
cursor:pointer;
}

p.box-body{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:3px;
font-family:Trebuchet MS;
font-size:12;
text-align:justify;
border-top:0px solid orange;
border-bottom:2px solid orange;
border-left:2px solid orange;
border-right:2px solid orange;
width:196px;
padding:5px;
background-color:#fbfbce;
}

a.blog, a.blog:visited{
text-decoration:none;
cursor:pointer;
color:black;
}

a.blog:hover, a.blog:active, a.blog:focus{
text-decoration:none;
cursor:pointer;
color:red;
}
