/* CSS Document */
html {
	height: /*100%*/800px;
}

body{
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	height: /*100%*/800px;
}

center {
	height: /*100%*/800px;
    }
	
a:link {
	color: #000000;
    }
a:visited {
	color: #006600;
    }
a:hover {
	color: #333333;
    }
a:active {
	color: #333333;
    }

#shell {
	height: /*100%*/800px;
	vertical-align: top;
	}

#lside{
	width: 6px;
	background-image: url(images/layout/lside.jpg); 
	background-repeat: repeat-y;
	height: /*100%*/800px;
	}
	
#mid{
	vertical-align: top;
	width: 760px;
	height: /*100%*/800px;
	}
		
#rside{
	width: 6px;
	background-image: url(images/layout/rside.jpg); 
	background-repeat: repeat-y;
	background-position: left;
	height: /*100%*/800px;
	}		
	
#main{
	width: 760px;
	height: /*100%*/800px;
	vertical-align: top;
	text-align: left;
	top: 0px;
	}

#mainContent{
	vertical-align: top;
	}	
	
#content{
	background-color:#FFFFFF;
	vertical-align: top;
	height: 584px;
	
}

#lcontent{
	height: auto;
    width: 300px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
	}	

#rcontent{
	height: auto;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	}	

#shell2{
	vertical-align: top;
	height: auto;
	background-image: url(images/layout/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}	

#header{
	height: 230px;
	background-color:#FFFFFF;
/*	vertical-align: top;*/
	}
	
#under{
	height: auto;
	vertical-align: top;
	}	

#footer{
	padding-left: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8c8c8c;
	height: 22px;
	background-image:url(images/layout/line.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align: top;
	}			
    
    
#ul_links{
    list-style-image: url( '../images/adobe_pdf_logo.jpg' );
    }
    
#ul_arrow{
    list-style-image: url( '../images/bullet_arrow.jpg' );
    }

#tbl_subcategories{
    width: 760px; 

    margin-top: -17px;
    margin-left: -40px; 
    
/*    font-size: smaller; */
    font-weight: bolder; 
    text-align: left; 

    background-color: #656565; 
    color : white;
    
    border-bottom: 7px solid #656565;
    }
    
#tbl_subcategories td li{
    margin-left: 40px;
}

* html #tbl_subcategories td li{
    margin-left: 25px;
}

#tbl_subcategories td a:visited,
#tbl_subcategories td a:active,
#tbl_subcategories td a:link{
    color: #FFFFFF;
    text-decoration: none;
    }

#tbl_subcategories td a:hover{
    color: #FFFFFF;
    text-decoration: underline ;
    }
    
    
hr{
    border: 1px solid #656565;
    }