body {
margin:0;
margin-top:10px; margin-bottom:10px;
padding:0;
background:#dedede url(../images/bg.gif) top repeat-x;
}

table.main_tbl{width:1000px; border:1px #999999 solid;}
table.main_tbl{width:1000px; background: url(../images/bg-top.gif) repeat-x; height:150px;}
td.top_top{height:30px; background:#333333; width:1000px; border-bottom:1px #ffffff solid; font-family:"Trebuchet MS"; font-size:10px; color:#ffffff;}

.white {font-family:"Trebuchet MS"; font-size: 10px; color: #ffffff; text-decoration: none;}
.white  a:link{color:#ffffff; text-decoration:underline;}
.white  a:visited{color:#ffffff; text-decoration:underline;}
.white  a:hover {color:#ffffff; text-decoration:none;}
.white  a:active {color:#ffffff; text-decoration:underline;}

ul#portfolio{ margin:0; padding:0; float:left;}
ul#portfolio li{ list-style:none; margin:0; padding:0; }

table.bottom_top{width:1000px; height:30px; border-top:1px #ffffff solid; background:#333333;}

.bread {font-family:"Trebuchet MS"; font-size: 10px; color: #ffffff; text-decoration: none;}
.bread  a:link{color:#ffffff; text-decoration:underline;}
.bread  a:visited{color:#ffffff; text-decoration:underline;}
.bread  a:hover {color:#ffffff; text-decoration:none;}
.bread  a:active {color:#ffffff; text-decoration:underline;}
table.content_tbl {width:1000px; background:#f8f8f8; }

.grey {font-family:"Trebuchet MS"; font-size: 11px; color: #333333; text-decoration: none;}
.grey  a:link{color:#ffffff; text-decoration:underline;}
.grey  a:visited{color:#ffffff; text-decoration:underline;}
.grey  a:hover {color:#ffffff; text-decoration:none;}
.grey  a:active {color:#ffffff; text-decoration:underline;}

.grey4 {font-family:"Trebuchet MS"; font-size: 11px; color: #333333; text-decoration: none;}
.grey4  a:link{color:#333333; text-decoration:underline;}
.grey4  a:visited{color:#333333; text-decoration:underline;}
.grey4  a:hover {color:#333333; text-decoration:none;}
.grey4  a:active {color:#333333; text-decoration:underline;}

/* right Menu */
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:"Trebuchet MS";
font-size:11px;
width: 190px; /* Main Menu Item widths */
border-top: 1px solid #cccccc;
text-align:left;
}
.sidebarmenu ul li{
position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #bc0000; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited{
color: white;
}
.sidebarmenu ul li a:hover{
background-color: #333333;
color:#white;
}
/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}
.sidebarmenu a.subfolderstyle{
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* right Menu */

h1 {font-family:"Trebuchet MS"; font-size:14px; color:#333333; margin:10px; padding:0; font-weight:bold; text-align:center;}