body {

background-color : #ffffff;background-image : url('sidebar1.png');
background-position : top left;
background-repeat : repeat-x;
}
a {
color : #000066;
text-decoration : none;
font-weight : normal;
border : none;
font-family : verdana;
font-size : 14px;
}
a:hover {
color : red;
text-decoration : none;
font-weight : normal;
border : none;
font-family : verdana;
}
a.nav {
color : #000066;
text-decoration : none;
font-weight : bold;
border : none;
width : 220px;
font-family : verdana;
font-size : 16px;
}
a.nav:hover {
color : red;
text-decoration : none;
font-weight : bold;
border : none;
width : 220px;
font-family : verdana;
}

h1 {
text-align : left;
color : #000;
font-family : verdana;
font-size : 18px;
}
h2 {
text-align : left;
font-weight : normal;
color : #000;
font-family : verdana;
font-size : 16px;
}
td.content {
vertical-align : text-top;
vertical-align : top;
padding:5px;
background-image : url('sidebar.png');
background-position : top left;
background-repeat : repeat-x;
}
td {
vertical-align : text-top;
vertical-align : top;
padding:5px;

}
td.sidebar {
vertical-align : text-top;
vertical-align : top;
padding:5px;
background-image : url('sidebar2.png');
background-position : top left;
background-repeat : repeat-x;
}


img {
    border:0;
 }

