/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color:#FFFFFF;
	margin-top: 10px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

td.menuback {
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-y;
}

/* content */
td.content {
	color:#000000;
	background-color: #ffffff;
	padding: 10px;
	text-align:justify;
}

td.content a {
	color:#004C80;
}

td.content a:hover {
	color:#004C80;
}

td.content a:visited {
	color:#004C80;
}

td.content h1 {
	font-family: Tahoma, Verdana;
	color: #333333;
	/*padding: 5px;
	border: 1px solid #ffffff;
	background-color: #72B614;*/
	font-size: 18pt;
	border-bottom: 1px dotted #004C80;
	text-align:justify;
}

/* footer */
td.footer {
	font-size: 8pt;
	height: 40px;
	background-color: #552A6A;
	padding: 5px;
	color: #ffffff;
}
td.footer a {
	color:#CC0000;
}

td.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* Main Menu Item widths  187px*/
width: 197px; 
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
/*force hasLayout in IE7 */
overflow: auto; 
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #ffffff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/*background of tabs (default state)*/
background-color: #572A6B; 
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #330033;
text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
/*Sub Menu Items width */
width: 211px; 
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE */
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
