/* CSS Document */

body{
margin:0;
padding:0;
background:#f6c2f7;
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; 
color:#666666;
font-size:14px;
}

.header{
margin-top:0;
padding:0;
border:none;
}

.menu{
margin-top:0;
padding:0;
border-left:3px solid #0099ff;
border-right:3px solid #0099ff;
}

.content{
background:#FFFFFF;
border-left:3px solid #0099ff;
border-right:3px solid #0099ff;
}

.footer{
font-family: "trebuchet MS", arial, Helvetica, sans-serif;
background:url(im/footer.gif) no-repeat center;
height:50px;
color:#FFFFFF;
padding:0 25px 10px 32px;
font-size:12px;}

.footer a:link, .footer a:visited {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

.footer a:hover{
color:#FFFFFF;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
}

h1{
color:#0064ba;
font-size:18px;
font-weight:bold;}

h2{
color:#ff3333;
font-size:16px;
font-weight:bold;
padding:2px 0 2px 0;
margin:0;}

input, textarea {
color:#0064ba;
width:300px;
background:url(im/back_main.jpg);
border:1px solid #CCCCCC;
}

.button{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
background:url(im/button_bgr.gif) repeat-x center;
border:none;
cursor:pointer;
width:80px;
height:20px;
padding:2px;}

.hh a:link, .hh a:visited{
font-size:1px;
color:#FFFFFF;}

a:link, a:visited {
color:#0064ba;
text-decoration:underline;
}

a:hover {
color:#0064ba;
text-decoration:none;
}

.m {
	color: #FFFFFF;
	visibility: hidden;
	display:none;
	position: absolute;
}


/*     TREE MENU          */

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

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white;
cursor: hand !important;
cursor: pointer !important;
}


.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;
}