
html {
height: 100%;
margin: 0px;
padding: 0px;
}

body {
background:#ffffff;
background-image: url(bg3.jpg);
font: normal 13px verdana;
margin: 0px;
padding: 0px;
}

#main {
width: 100%;
padding-bottom: 30px;
}

p{
text-align: left;
color: #092054;
}

a, a:link, a:active, a:visited {font-family: verdana; font-size: 13px; color:#7d350d; text-decoration: none; }
a:hover {color:#ffffff; background:#CCE1F6; }


/* Styles for Menu Items */

ul {
margin: 0;
padding: 0;
font: normal 13px verdana;
list-style: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #0B3882;

}

ul li {
position: relative;
}

li ul {position: absolute;
left: 150px; /* Set 1px less than menu width */
top: 10px;
display: none;
}

/* Styles for Menu Items */
ul li a, ul li a:link, ul li a:active, ul li a:visited {
display: block;
text-decoration: none;
font-size: 13px;
color: #ffffff;
background: #DCE1E5; background-image: url(bg4.jpg); /* IE6 Bug */
padding: 5px;
border: 1px solid #0B3882;
border-bottom: 1px solid #0B3882;


}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ffffff; background: #C6F4FF; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */



table td {background-color:#ffffff; vertical-align:top;}

table td a, table td a:link, table td a:active, table td a:visited { font-family: verdana; font-size: 13px; color:#133773; text-decoration: none; }

table td.right {height:600px;
 background:#6C98C9; vertical-align:top; color:#133773;}
    
table td.right td{
 background:#C6F4FF; vertical-align:top; color:#133773;}
        
table td.right p{font-family: verdana; font-size: 13px; }


table td.right td a, table td.right td a:link, table td.right td a:active, table td.right td a:visited { font-family: verdana; font-size: 13px; color:#133773; text-decoration: none; }

table.cat td  {
padding: 2px; background-color: #e7f1e8; vertical-align: top; border: 1px solid #C6F4FF;
}
        
table.cat td p {
font-family: verdana; font-size: 13px; 
}

table.cat td a, table.cat td a:link, table.cat td a:active, table.cat td a:visited { font-family: verdana; font-size: 10px; color:#620000; text-decoration: none; }
table.cat td a:hover { text-decoration: none; }
	
	
img {
behavior: url("/png.htc");
}


h1 {color: #032362;
margin: 0px;
padding: 0px;
padding: 5px;
font-size: 16px;

}


h3 {
color: #C6F4FF;

background-image: url(bg2.jpg);
margin: 0px;
padding: 0px;
padding: 5px;
}

