
*{margin:0; padding:0;}



body{
background-color:#000000; 
color:#FFFFFF;
margin: 5px 10px 0 10px;
font-size:16px;
}

a:link {text-decoration:none; color: #D02D45;}
a:visited {color: #851B33;}

p{
padding:0px 0 15px 0;
text-indent:20px;
}

#titlebar {
width:100%; 
min-width:100%; 
background-image:url(images/titlebg.jpg); background-repeat:repeat-x; 
text-align:left;
border-width:0 0 1px 0;
border-style:solid;
border-color:#CCCCCC;
height:64px;
}

.header {
float:right; 
margin-right:50px; 
margin-top:25px; 
font-size:smaller;
}

.header a{
color:#FFFFFF;
text-decoration:none;
}

.footlinks a{
color:#FFFFFF;
text-decoration:none;
}

.header a:visited{
color:#FFFFFF;
text-decoration:none;
}

.footlinks a:visited{
color:#FFFFFF;
text-decoration:none;
}

#rightbar {clear:right; float:right; border-left: 1px solid #333333;}
#bottombar {
min-width:100%;
clear:both;
width:100%; 
background-image:url(images/titlebg.jpg); background-repeat:repeat-x; 
text-align:left;
min-height:64px;
padding: 25px 0px 10px 20px;
font-size:smaller;
}

#content{
padding:5% 5% 5px 5%;
margin-right: 200px;

font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}

.treeview{
float:right;
width:180px;
text-align:left;
font-weight:bold;

}

.treeview ul { /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
/*width: 172px;*/
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
background-color:#333333;
list-style-type: none;
margin-left: 22px;
padding: 2px 2px 3px 5px;
border-width: 0 0 1px 0;
border-style:solid;
border-color:#000000;
text-decoration:none;

}

.treeview li a{
color:#FFFFFF;
text-decoration:none;
font-size:smaller;
}

.treeview li:hover{
background-color:#999999}

.treeview li a:visited{
color:#CCCCCC;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
/*background-image:url(images/spacer.gif);background-image:url(images/titlebg.jpg); background-repeat:repeat-x; */

cursor: hand !important;
cursor: pointer !important;
border-color:#CCCCCC;
background-color:#000000;
padding-left: 15px;
}



.treeview .biglink:hover{
background-color:#540117;}



.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
/*cursor: default;*/}

.gallsize{
font-size:14px;
}
