body {
margin : 0;
padding : 0;
border : 0;
overflow : auto;
background-image : url(bg.jpg);	
background-repeat : repeat-y;
background-position : left; 
}

* html body{ /*IE hack*/
background-image : url(iebg.jpg);	
background-repeat : repeat-y;
background-position : left; 
}

#framecontent{
position : absolute;
top : 0;
bottom : 0;
left : 0;
width : 175px;
overflow : visible;
background-color : #6C0A0D;
height : 100%;
z-index : 9999;
}


#framecontent1{
position : absolute;
top : 0;
bottom : 0;
left : 0;
right : 0;
width : 845px; 
height : 70px;
overflow : visible;
background-color : #FFFFFF;
z-index : 1;
}

#maincontent{
position : absolute;
top : 0;
bottom : 0;
left : 0;
right : 0;
overflow : auto;
margin-top : 90px;
margin-left : 193px;
}

hr {
color : #A0A0A0; 
background-color : #FFFFFF;
}

.content{
margin : 10px;
}

.top {
text-align : right;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 35px; 
font-weight : bold; 
color : #6C0A0D;
background-color : #FFFFFF; 
padding-top : 20px;
padding-left : 208px;
padding-right : 37px;
}

.text {
text-align : left;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 15px;
color : #000000;
background-color : #FFFFFF;
padding-left : 15px;
padding-right : 15px;
padding-bottom : 15px;
}

.text a {
color : #6C0A0D; 
background-color : #FFFFFF;
font-weight : bold;
text-decoration : underline;
}

.text a:hover {
text-decoration : none;
}

.ttext {
text-align : left;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 15px; 
color : #000000;
background-color : #FFFFFF;
padding-right : 20px; 
}

.ttext a {
color : #6C0A0D;
background-color : #FFFFFF;
font-weight : bold;
text-decoration : underline;
}

.ttext a:hover {
text-decoration : none;
}

.footer {
text-align : right;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 10px;
color : #000000;
background-color : #FFFFFF;
padding-bottom : 15px;
padding-left : 12px;
padding-right : 38px;
}

.footer a {
color : #000000;
background-color : #FFFFFF;
text-decoration : underline;
}

.footer a:hover {
text-decoration : none;
}

.left {
background-color : #FFFFFF;
}

.right {
background-image : url(bg_right.gif);	
background-repeat : repeat;
}

.arrow {
width : 100%;
text-align : right;
padding-right : 3px;
}

.suckerdiv ul {
margin : 0;
padding : 0;
list-style-type : none;
width : 160px;
}
	
.suckerdiv ul li {
position : relative;
z-index : 1;
}
	
.suckerdiv ul li ul {
position : absolute;
width : 230px;
top : 0;
visibility : hidden;
}

.suckerdiv ul li a {
display : block;
overflow : auto;
text-align : left;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 14px; 
font-weight : bold;
color : #6C0A0D; 
background-color : #FFFFFF;
text-decoration : none;
padding : 2px 5px;
border : 1px solid;
}

.suckerdiv ul li a:visited {
color : #6C0A0D; 
background-color : #FFFFFF;
}

.suckerdiv ul li a:hover {
color : #FFFFFF;
background-color : #6C0A0D; 
}

.suckerdiv .subfolderstyle{
color : #6C0A0D;
background : #FFFFFF url(arrow.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float : left; height : 1%; }
* html .suckerdiv ul li a { height : 1%; }
/* End */